summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
AgeCommit message (Expand)Author
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
2008-05-29(svn r13321) -Codechange: move some GUI/viewport related functions out op ope...rubidium
2008-05-27(svn r13297) -Codechange: Use GUIList for the town directory windowpeter1138
2008-05-26(svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing t...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13242) -Codechange: remove _opt_ptr.rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-24(svn r13226) -Feature: Allow to have more than only two airports per town. T...belugas
2008-05-18(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.glx
2008-05-14(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loa...glx
2008-05-14(svn r13086) -Fix: do not crash badly after loading a newgrf with engines in-...smatz
2008-05-13(svn r13077) -Codechange: move function that updates cached num_engines to en...smatz
2008-05-13(svn r13066) -Fix [FS#2005]: loading of TTDP savegames with rivers in them.rubidium
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated onesmatz
2008-05-08(svn r13016) -Codechange: unify the detection if rail catenary should be drawnsmatz
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-05(svn r12955) -Fix (r12858): compilation with desync debug was brokensmatz
2008-05-04(svn r12948) -Fix [FS#1982]: all vehicles would be available when an original...rubidium
2008-05-04(svn r12944) -Codechange: use rev.h instead of externs at many placessmatz
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-29(svn r12921) -Codechange: coding style fixes and documentation updates.rubidium
2008-04-25(svn r12904) -Fix [FS#1953]: remove trams from savegames saved in OTTD withou...smatz