summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
AgeCommit message (Expand)Author
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
2007-09-01(svn r11030) -Revert r11016, Fix [FS#1178]: the way to determine whether a st...rubidium
2007-08-30(svn r11004) -Codechange: some reworks of the saveload mechanism to be able t...rubidium
2007-08-16(svn r10923) -Codechange: use 'real' exception handling in saveload codeglx
2007-08-15(svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Ac...belugas
2007-08-03(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and ...rubidium
2007-08-01(svn r10744) -Codechange: make the pool a little more OO, so it can be easier...rubidium
2007-07-25(svn r10684) -Codechange: some more coding style related changes. Primarily m...rubidium
2007-07-16(svn r10601) -Codechange: store (and use) the type of stations instead of har...rubidium
2007-07-14(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matth...rubidium
2007-07-13(svn r10541) -Fix [FS#1028]: cargo payment rates overflow.rubidium
2007-07-07(svn r10462) -Add: a command dumper/loader that could be enabled compile-time...rubidium
2007-07-06(svn r10453) -Codechange: Allow save/load of empty (unallocated) stringspeter1138
2007-07-03(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various fi...peter1138
2007-06-27(svn r10367) -Fix: do not crash horribly when the file you are trying to load...rubidium
2007-06-25(svn r10319) -Fix (r10266): the limit of 65535 references was not enough for ...rubidium
2007-06-24(svn r10300) -Fix [FS#917]: give a better explanation why the loading of a sa...rubidium
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-20(svn r10236) -Feature: Introduce a form of timetabling for vehicles.maedhros
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-18(svn r10210) -Codechange: make all money related variables 64 bits, so overfl...rubidium