summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
AgeCommit message (Expand)Author
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
2007-06-17(svn r10188) -Codechange: make it a little easier to load a savegame from the...rubidium
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-07(svn r10056) -Revert (r10049): removing SLE_WRITEBYTE didn't work as expected...rubidium
2007-06-06(svn r10049) -Codechange: get rid of the SLE_WRITEBYTE obfuscation.rubidium
2007-05-31(svn r10006) -Fix (FS#362): allow different signal types on one tileglx
2007-05-27(svn r9956) -Codechange: Add tram livery schemespeter1138
2007-05-23(svn r9905) -Feature: Allow building new stations adjacent to existing statio...maedhros
2007-05-20(svn r9892) -Codechange: lots of ground work for allowing multiple types of "...rubidium
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-05-04(svn r9779) -Feature: Add the possiblity to choose different road patterns fo...belugas
2007-05-01(svn r9762) -Feature: Two new difficulty settings : Very low number of towns ...belugas
2007-04-20(svn r9691) -Fix (r9683): Forgotten savegame bump...peter1138
2007-04-20(svn r9682) -Codechange: Add support for saving/loading std::lists containing...peter1138
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-18(svn r9667) -Feature: Add the concept of cities. A (configurable) proportion ...maedhros
2007-04-15(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo ...peter1138
2007-04-12(svn r9613) -Feature: Make it possible to have some control over the town gro...maedhros
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas