index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
saveload.cpp
Age
Commit message (
Expand
)
Author
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