summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-08(svn r14911) -Fix (r14909): -D did not workpeter1138
2009-01-08(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selec...peter1138
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14815) -Codechange: separate 'highscore' code from 'company' codesmatz
2009-01-03(svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company witho...smatz
2009-01-03(svn r14803) -Codechange: move order list management into it's own class and ...rubidium
2009-01-02(svn r14790) -Codechange: unify generation of default savegame/screenshot nam...rubidium
2008-12-30(svn r14773) -Fix-ish[FS#2469]: attach a signal handler during loading savega...rubidium
2008-12-29(svn r14772) -Codechange: make the "dump log of game to reproduce" desync deb...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-26(svn r14744) -Fix [FS#2474]: don't tell loading a savegame failed in two dist...rubidium
2008-12-26(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q...smatz
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without...rubidium
2008-12-20(svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk ...smatz
2008-12-16(svn r14682) -Fix (r14672): Check the correct savegame version. (Thanks SmatZ)frosch
2008-12-13(svn r14672) -Fix [FS#2444]: Property 7 and callback 12 were broken for aircr...frosch
2008-11-25(svn r14631) -Add: support for Allegro as sound backend.rubidium
2008-11-23(svn r14612) -Change: force the argument given to '-i' parameter to be valid....smatz
2008-11-23(svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map arra...frosch
2008-11-19(svn r14598) -Feature: Action0Industries property 24 (industry suuplies defau...rubidium
2008-11-18(svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid aft...smatz
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-28(svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf bu...rubidium
2008-10-25(svn r14535) -Fix: Description of '-i' commandline option.frosch
2008-10-25(svn r14528) -Codechange: cache the closest town for all road tiles instead o...rubidium
2008-10-19(svn r14493) -Fix[FS#planetmaker]: Do not assign a station spread to buoys on...frosch
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-27(svn r14408) -Fix (r9205): generation seed set using -G was always overwritte...glx
2008-09-18(svn r14359) -Fix [FS#2311]: the ownership of roadtiles was not properly set ...rubidium
2008-09-16(svn r14348) -Fix (r1667): signs were not updated on company bankrupcy/sell, ...smatz
2008-09-16(svn r14340) -Fix (r11822): signs from old savegames were lost (causing littl...smatz
2008-09-15(svn r14339) -Fix (r13731): crash when loading the intro game failedsmatz
2008-09-15(svn r14336) -Fix (r14334): when there was a station with custom name in an o...smatz
2008-09-11(svn r14290) -Fix (r13932): level crossings could be barred when they shouldn...smatz
2008-09-09(svn r14280) -Codechange: use IsRailWaypointTile() instead of IsTileType() an...smatz
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-31(svn r14197) -Codechange: rework (original) base graphics determination metho...rubidium
2008-08-24(svn r14151) -Codechange: make it possible to choose between the DOS and Wind...rubidium
2008-08-23(svn r14146) -Codechange: allow palette override in both ways and remove some...rubidium
2008-08-23(svn r14141) -Fix (r14135): Savegame conversion could assign a recently remov...frosch
2008-08-23(svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ...belugas
2008-08-20(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.belugas
2008-08-17(svn r14096) -Codechange: merge the shared order's vehicle list management to...rubidium
2008-08-10(svn r14036) -Fix [FS#2197,FS#2198]: trains crashing into eachother when sign...rubidium
2008-08-02(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are...rubidium
2008-07-28(svn r13859) -Fix: loading of TTD(Patch) savegames from the command line didn...smatz
2008-07-28(svn r13858) -Fix: buffer overflow for too long filename supplied as '-g' par...smatz