Commit Graph

58038 Commits (jgrpp)
 

Author SHA1 Message Date
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
darkvater 4587ede35d (svn r67) -Forget to change debug message for grfspecial.c
-Added compile flag NO_DEBUG_MESSAGES which will strip executeable of all DEBUG(..,..)'s
20 years ago
darkvater 68c9b7c3ad (svn r66) -Fix Station list updated on station deletion/station rename
-Changed debug messages to comply with DEBUG(name, level) heuristics
20 years ago
darkvater d33c833a82 (svn r65) -Fix [1009567] problem with transferred cargo crashes game. Invalid st->xy on deleted station. 20 years ago
dominik f98482d45a (svn r64) Fix: Road vehicles don't get stuck any more (Truelight + Celestar 20 years ago
dominik b15f790797 (svn r63) Fix: [ 1009385 ] Too many save games prevented loading 20 years ago
orudge c4b9a9cc70 (svn r62) - Added "None" as option for number of industries in difficulty settings
- Updated French translation (by testman57)
20 years ago
orudge 86f4959b55 (svn r61) Fixed warning in sdl.c 20 years ago
darkvater 27f6fcae4c (svn r60) -Fix: signal_density is given as a parameter to autosignal. This means all players can define it for themselves.
-Fix a few warnings
20 years ago
darkvater 3fe3a023e5 (svn r59) -Feature: Added Autosignals, just like Autorail. Can copy signal style, convert signal<->semaphore, etc. Big thanks to betatesters Dribbel and Testman57 (Darkvater) 20 years ago
darkvater 69b09ef302 (svn r58) -Fix stupid bug in company league window if non-player is first 20 years ago
orudge a16f242808 (svn r57) Fix to DirectMusic driver init return value 20 years ago
dominik 43d691df17 (svn r56) Improved order checker + patch setting for it (celestar) 20 years ago
orudge f5e2d75931 (svn r55) A few updates to English language file 20 years ago
truelight de1ffca437 (svn r54) -Add: PF_MULTISTRING in Patch menu to select between things instead of numbers (Celestar) 20 years ago
darkvater bd8513897f (svn r53) -Updated Czech language file (hadezz)
-Updated Galician language file (condex)
20 years ago
dominik 47f517d6f2 (svn r52) grf messages are only displayed with debug level above 0. (use -d1 parameter) 20 years ago
dominik b3cdae2af1 (svn r51) Yet another slope graphics fix 20 years ago
darkvater b7e14169f8 (svn r50) -Fix hopefully the win98 crashes related to music/sound (orudge) 20 years ago
darkvater 15d60c09f5 (svn r49) -'Disabled' in patch settings universal for all pe->variable types (dominik81). 20 years ago
dominik df61b336db (svn r48) Fix: Possible to disable some patches (e.g. default service interval) again by setting them to 0 20 years ago
darkvater 15f3aaf824 (svn r47) -Fix StartupEconomy warning in settings_gui.c
-More British language fixes (orudge)
-Added original vehicle names file. Select it from the list. Vehicles will have real name, all other strings are in English (orudge).
20 years ago
darkvater 4ba568d6b2 (svn r46) -Make proper difference between English/American language files. English (UK) is default language file (orudge)
-Add various languages to VS6 project file (orudge)
20 years ago
darkvater a58f9bd621 (svn r45) -Feature [992998] Scrollto Station in Orders. CTRL click on orders of a vehicle and main-window scrolls to that station. (chrishuebsch) 20 years ago
dominik 7af3360c5a (svn r44) Fix: Coast line near edge of map and near oilrigs (Dribbel) 20 years ago
dominik 3067b9ac63 (svn r43) Fix: [ 982666 ] max_loan in editor bug (truelight) 20 years ago
darkvater a14c0c1490 (svn r42) -Added British English language file [993026]. (ledow) 20 years ago
dominik 6797e692f8 (svn r41) fixed last commit 20 years ago
dominik ca120eedad (svn r40) Final slope graphics fix 20 years ago
darkvater ecb6f670b0 (svn r39) -Fix [1008605] Signals not updated after ClearTunnel Bug [985920] (TrueLight) 20 years ago