Commit Graph

52917 Commits (5b7db9d849df52c7144434ed57ff5664572d6eac)
 

Author SHA1 Message Date
dominik a6f2257600 (svn r117) Feature: Performance details window in company league menu (TrueLight) 20 years ago
dominik cce45b44d8 (svn r116) Fix: [ 963056 ] Wrong trains you can buy with scenarios 20 years ago
dominik d15aa14334 (svn r115) Fix: monorail/maglev became available around 1927 20 years ago
bjarni efb7c3863f (svn r114) updated svnup.sh to display merged files (blathijs) 20 years ago
truelight e328e10bb7 (svn r113) -Update: re-ordered Makefile (filenames are now in alphabetic order again) (Celestar) 20 years ago
truelight b930feb6a6 (svn r112) -Fix: converted all linebreaks to UNIX-linebreak (\n) (forgot one file) 20 years ago
truelight 309ebe5f3f (svn r111) -Fix: converted all linebreaks to UNIX-linebreak (\n) 20 years ago
orudge 8644360264 (svn r110) Added modified English town name generator 20 years ago
dominik f4c026d8d1 (svn r109) added/heavily modified patch by truesatan: cheat change date 20 years ago
truelight 99253905bb (svn r108) -Fix: anon-union problems on GCC2 compilers 20 years ago
dominik a770903df7 (svn r107) Small fix for compiling without networking 20 years ago
dominik 0bd907e88d (svn r106) New network core (by sign_de)
Features:
* network core is dynamicly loaded when needed (-n isn't needed anymore) 
  for easy switching between single and multiplayer. But commandline 
  shortcuts are still enabled:
   -n = autodetect network server
   -n [ip] = connect to the server
* udp now uses 2 different ports
  - you can run 1 server and serveral clients on one pc
  - the clients udp-socket gets unloaded when the
    network game starts
  - the servers udp-sockets remains online to allow the
    network gui to detect itself
* new gameinfo structure
  this struct is available for every online/lan game
* dynamic NetworkGameList
20 years ago
dominik b2340212c3 (svn r105) Switch climate cheat gui enhancement 20 years ago
dominik c7baa9b10a (svn r104) Fix: wrong pathfinding when northern station tile is missing (blathijs) 20 years ago
dominik 8939b9ea28 (svn r103) Fix: rare newspaper crash with too many messages [ 1009976 ] (thx to blathij)s 20 years ago
orudge 48fa9bd8a9 (svn r102) Update to British English language file 20 years ago
dominik 85012a519c (svn r101) New cheat: switch climate 20 years ago
dominik 287dcdc779 (svn r100) Fix: [ 1012086 ] Drunk pilot (Celestar) 20 years ago
dominik e1d92ebcc9 (svn r99) Fix: [992726] No tunnel crash (Celestar) 20 years ago
orudge 430beacf4c (svn r98) Updated MSVC6 project with new AI files 20 years ago
truelight e1eef24ed7 (svn r97) -Fix: two non-AI players when loading a scenario 20 years ago
truelight b783051b70 (svn r96) -Fix: [AI] An industry can have no town, which caused crashes 20 years ago
dominik f5240ffa00 (svn r95) Another small news system fix 20 years ago
truelight b43e1e4e43 (svn r94) -Fix: AI crash bug (blathijs) 20 years ago
dominik c55eda92f8 (svn r93) Fix: memory leak in news system (blathijs) 20 years ago
dominik 4f253c2656 (svn r92) Feature: invisible trees when in transparent mode (patch entry) 20 years ago
dominik 951ce251c0 (svn r91) Add: Spec file for linux RPM builds 20 years ago
dominik 94d2767ecc (svn r90) Fix: Some news system bugfixes 20 years ago
miham e080c7f7fb (svn r89) Langfile updates 20 years ago
miham 36b85e8b94 (svn r88) Initial commit from translator system 20 years ago
dominik d0fe99d8a2 (svn r87) Fix: rare mousewheel scrolling with scrollbar crash 20 years ago
truelight 146fab4188 (svn r86) -Add: new AI files added in VC-project (DarkVater) 20 years ago
truelight 788ace088d (svn r85) -Add: initial commit of new AI (enable in Patch menu)
-Add: generalised A* Algorithm
-Add: generalised queues (Fifo, Stack, InsSort, BinaryHeap)
20 years ago
dominik 80b1e25b6c (svn r84) Improved news system code a little to avoid potential memory leaks 20 years ago
darkvater daffe479bb (svn r83) -VS(.NET) crashes if SpecialBuild in ttd.rc is "\0". Go figure :S 20 years ago
darkvater dd5f3bbe37 (svn r82) -Fix ttd.rc issues on non VS compilers
-Fix: network.c more robust (check for NULL pointer), if gethostbyname failes, try resolving IP address
20 years ago
truelight add3151b11 (svn r81) -Fix: news_gui.c contained a MSVC compile error 20 years ago
dominik 31aae99485 (svn r80) New internal news system (implemented with fifo queue)
Message history works now
20 years ago
darkvater 69013efc4b (svn r79) -Disable 'Submit Report' and 'Show Details' on OpenTTD error window on Windows. Currently of no use, since no devs have assembly knowledge 20 years ago
darkvater 98f1db7b30 (svn r78) -Fix: [1010830] Landscape toolbar in scenario editor shown at wrong position 20 years ago
truelight 4b919416a2 (svn r77) -Fix: [1010788] AI service interval bug (tnx truesatan)
-Add: AI overrides service interval to 180 days
-Fix: AI hanged when all vehicles were disabled in Patch menu
20 years ago
darkvater 5e25a4ee79 (svn r76) -Remove trailing spaces 20 years ago
darkvater 0361d3d12f (svn r75) -Add proper crediting to graphics artists to about box.
-Change DEBUG lvl for GRF warnings/errors to 2, lvl 1 is used for copyright notices
-Fix show currect filename when debugging grf files
20 years ago
truelight 4e3ad7598f (svn r74) -Fix: [1009631] Wrong multihead selling (Bodewes) 20 years ago
darkvater 61264942d0 (svn r73) -Fix: Wrong building of road-slopes for a future AI/Town 20 years ago
truelight a21fa40127 (svn r72) -Add: build_date of station (viewable with Query tool) 20 years ago
darkvater b4e9a3d1d4 (svn r71) -Cheat: [976127] no extra frequent jet crash on small airports (truesatan)
-Changed some debug messages in aircraft code to DEBUG(misc, 1)
20 years ago
darkvater 345e2c38ad (svn r70) -Fix: typo in english.txt
-Add some debug messages for misc=1
20 years ago
darkvater 31911a9325 (svn r69) -Feature: align toolbar left/center/right patch (TrueLight)
-Feature: added callback feature to patches options
20 years ago
darkvater 255a1ad941 (svn r68) -Fix: [1009621] build in pause is now a cheat instead of a patch (truesatan)
-Fix: Placing/editing signs signs is possible in paused mode
20 years ago