summaryrefslogtreecommitdiff
path: root/src/saveload.cpp
AgeCommit message (Expand)Author
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
2007-03-19(svn r9316) -Fix (r9315): Bump the savegame version for the newhouses merge.maedhros
2007-03-08(svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets remov...truelight
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-02(svn r8978) -Feature: Rewrite of transfer system.richk
2007-03-02(svn r8973) -Feature/Codechange: Changed the internal unit for aircraft veloc...celestar
2007-03-02(svn r8969) -Codechange: rework of the player face bits.rubidium
2007-02-27(svn r8935) -Codechange: unification of track type between road and rail tile...rubidium
2007-02-27(svn r8918) -Revert r8914 as the inverted files have been committed not the c...Darkvater
2007-02-27(svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes in...Darkvater
2007-02-23(svn r8854) -Fix(r8853): Ctrl+s (save) without Ctrl does not produce desired ...belugas
2007-02-23(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...belugas
2007-02-14(svn r8735) -Feature: drive-through road stops made possible by the hard work...rubidium
2007-02-13(svn r8705) -Codechange: Increased the number of airport blocks to 64. This i...celestar
2007-01-31(svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid...maedhros
2007-01-21(svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an al...truelight
2007-01-17(svn r8214) -Fix (r8038): The fast forward flag stores 2 bits, not 1. Remembe...peter1138
2007-01-17(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to m...rubidium
2007-01-15(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get exc...celestar
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr