summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
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
2008-07-26(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.frosch
2008-07-26(svn r13836) -Fix [FS#2074]: Automatically recalculate inflation if NewGRFs a...peter1138
2008-07-24(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot...smatz
2008-07-20(svn r13754) -Fix (r13731): one could not join companies from the command line.rubidium
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-18(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was brokensmatz
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-07-08(svn r13681) -Revert (r13678, r13677): the fixes didn't work in all cases (as...rubidium
2008-07-06(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would g...rubidium
2008-07-04(svn r13677) -Fix [FS#2102]: in the case that elrails and 'realistic' acceler...rubidium
2008-07-03(svn r13673) -Fix [FS#2122]: desync when building electrified trains on a ded...rubidium
2008-06-16(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...smatz
2008-06-05(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...glx
2008-06-05(svn r13386) -Fix: global currency/units setting being overriden when loading...rubidium
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2008-05-30(svn r13344) -Codechange: remove some code duplication.rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13334) -Codechange: move the network settings variables from network/ne...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-29(svn r13322) -Codechange: _no_scroll belongs more with the window code.rubidium