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
/
saveload.cpp
Age
Commit message (
Expand
)
Author
2009-07-16
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint ...
rubidium
2009-07-13
(svn r16808) -Fix (r16338): don't crash when loading savegame with invalid re...
smatz
2009-07-01
(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't wa...
smatz
2009-06-29
(svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ...
rubidium
2009-06-23
(svn r16640) -Codechange: move roadstop stuff to separate files
smatz
2009-05-26
(svn r16439) -Change: Make the default vehicle servicing settings company-bas...
yexo
2009-05-26
(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r...
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-17
(svn r16346) -Codechange: don't exploit the pool system in the way done for t...
rubidium
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-05-17
(svn r16335) -Codechange: indenting fixes in saveload.cpp
smatz
2009-05-17
(svn r16334) -Codechange: use NeedLength enum
smatz
2009-05-17
(svn r16331) -Codechange: replace _sl.save by an enum
smatz
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-10
(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...
smatz
2009-05-06
(svn r16242) -Codechange: rework pausing
rubidium
2009-04-24
(svn r16133) -Fix (r16129): who would've thought that the saveload system cou...
rubidium
2009-04-23
(svn r16129) -Feature-ish: configurable digit group separator per language wi...
rubidium
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-04-12
(svn r16037) -Feature: allow (per order) to let a train stop at the near end,...
rubidium
2009-03-30
(svn r15893) -Add: watermark crash.sav and don't generate crash information i...
glx
2009-03-21
(svn r15799) -Codechange: Save rail type label list to savegame and perform m...
peter1138
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-12
(svn r15695) -Feature [FS#2672]: Allow the number of towns that will be gener...
belugas
2009-03-08
(svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the...
frosch
2009-03-06
(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.
rubidium
2009-03-04
(svn r15610) -Change: allow loading of heightmaps and savegames (any form) th...
rubidium
2009-03-02
(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it...
rubidium
2009-02-25
(svn r15584) -Codechange: Move several variables from variables.h to more app...
yexo
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-08
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...
rubidium
2009-02-08
(svn r15407) -Codechange: When loading a save game with an invalid pool index...
peter1138
2009-02-04
(svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly ro...
smatz
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-28
(svn r15290) -Codechange: Isolate size and section of the UnMovable HQ object...
belugas
2009-01-27
(svn r15287) -Cleanup: some code style, remove erroneous comment.
rubidium
2009-01-21
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
Yexo
2009-01-20
(svn r15158) -Cleanup: remove some unused/unneeded cruft from the thread gene...
rubidium
2009-01-19
(svn r15148) -Cleanup: Remove the options "competitor start time" and "compet...
Yexo
2009-01-13
(svn r15075) -Fix: store _next_competitor_start as uint32, else it might over...
truebrain
2009-01-13
(svn r15045) -Add [NoAI API CHANGE]: in info.nut you can now have (optional) ...
truebrain
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2009-01-08
(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)
rubidium
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz