summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
AgeCommit message (Expand)Author
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
2008-02-27(svn r12293) -Feature: Ability to change aircraft speed factor, from so peter1138
2008-02-16(svn r12160) -Fix [FS#1744]: remove the arbitrary limit of 64 waypoints per t...smatz
2008-02-13(svn r12134) -Change: count the number of ticks a vehicle was running this da...smatz
2008-02-13(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yo...smatz
2008-02-06(svn r12068) -Fix(r12067): forgot a returnbelugas
2008-02-05(svn r12067) -Cleanup: Codestyle on loading object referencespeter1138
2008-02-02(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ...peter1138
2008-01-16(svn r11874) -Fix [FS#1655]: all wagons of maglev/monorail trains would get t...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...peter1138
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-11(svn r11811) -Fix: make compilation without networking work again (and thus m...rubidium
2008-01-07(svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl...rubidium
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-25(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11675) -Codechange: split the string types from the string functions.rubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium
2007-12-08(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (...rubidium
2007-12-07(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always retur...rubidium
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-11(svn r11410) -Codechange: implement random triggers for industries.rubidium
2007-10-11(svn r11244) -Fix: trees can now be planted on bare land without making it gr...truelight
2007-10-08(svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so w...rubidium
2007-09-30(svn r11188) -Codechange: rewrite of the town action related code (remove som...rubidium
2007-09-27(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14Cglx
2007-09-26(svn r11172) -Codechange: rewrite of town road building and addition of the p...rubidium
2007-09-22(svn r11139) -Codechange: add support for persistent storage for NewGRFs.rubidium
2007-09-14(svn r11107) -Feature: some tool so one can still build tunnels under rails (...rubidium