summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
AgeCommit message (Expand)Author
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14809) -Fix (r14802): forgotten !rubidium
2009-01-03(svn r14803) -Codechange: move order list management into it's own class and ...rubidium
2009-01-03(svn r14802) -Fix [FS#2490]: "(undefined string)" in default savegame/screens...rubidium
2009-01-03(svn r14792) -Feature: make the date format for default savegame/screenshot n...rubidium
2009-01-02(svn r14790) -Codechange: unify generation of default savegame/screenshot nam...rubidium
2008-12-29(svn r14772) -Codechange: make the "dump log of game to reproduce" desync deb...rubidium
2008-12-26(svn r14744) -Fix [FS#2474]: don't tell loading a savegame failed in two dist...rubidium
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without...rubidium
2008-11-27(svn r14638) -Fix [FS#2430]: don't restore fast-forward when SaveFileDone() c...glx
2008-11-19(svn r14598) -Feature: Action0Industries property 24 (industry suuplies defau...rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-15(svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by i...belugas
2008-09-13(svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to...frosch
2008-09-03(svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs i...rubidium
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-02(svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump s...rubidium
2008-07-26(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.frosch
2008-06-08(svn r13417) -Fix (r12945, r13413): freeing the ThreadObjects in a manner tha...rubidium
2008-06-08(svn r13412) -Add: OTTDThreadTerminateFunc, for all thread systems, which is ...truebrain
2008-06-08(svn r13411) -Codechange: remove the return value from the thread procs becau...rubidium
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2008-06-03(svn r13373) -Fix (r10210): loading of very old savegames was brokensmatz
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-29(svn r13321) -Codechange: move some GUI/viewport related functions out op ope...rubidium
2008-05-29(svn r13320) -Codechange: move some enums from openttd.h to more logical loca...rubidium
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-26(svn r13256) -Codechange: merge the OPTS and PATS chuncks.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-24(svn r13226) -Feature: Allow to have more than only two airports per town. T...belugas
2008-05-18(svn r13167) -Codechange: prepend _ to a global variable.rubidium
2008-05-16(svn r13114) -Codechange: use InvalidateData instead of direct window access ...rubidium
2008-05-10(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...rubidium
2008-05-08(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)glx
2008-05-05(svn r12961) -Codechange: store the type of savegame we are loading in a glob...smatz
2008-05-05(svn r12960) -Codechange: handle return values of (some) file system related ...rubidium
2008-05-05(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a...rubidium
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-21(svn r12816) -Fix: the cargo count in the performance rating window could be ...rubidium
2008-04-19(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveloa...rubidium
2008-04-19(svn r12782) -Codechange: remove some functions from functions.h and do not s...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-04-14(svn r12707) -Fix: do not crash very hard on unrecognised savegames, just go ...rubidium
2008-04-14(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the thre...rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-18(svn r12383) -Fix [FS#1860]: Check return of AfterLoadGame for success or fai...peter1138
2008-03-18(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't com...skidd13
2008-03-06(svn r12347) -Feature(ette): Increase house animation frame number from 32 to...frosch