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
Age
Commit message (
Expand
)
Author
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-21
(svn r16373) -Codechange: use () instead of (void) for functions without para...
smatz
2009-05-19
(svn r16357) -Codechange: delete invalid depots in TTD savegames caused by im...
smatz
2009-05-18
(svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID
smatz
2009-05-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
2009-05-18
(svn r16351) -Fix (r14773): signal handler could end in endless loop
smatz
2009-05-18
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...
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 r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi.
rubidium
2009-05-17
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not t...
rubidium
2009-05-17
(svn r16328) -Fix: desync when removing lots of stations
rubidium
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-16
(svn r16320) -Fix (r11939): loading of savegames created in revision between ...
smatz
2009-05-15
(svn r16315) -Codechange: move the autorenew settings to a new CompanySetting...
yexo
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-05-03
(svn r16214) -Fix [FS#2878]: shared orders without orders weren't properly co...
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 r15727) -Codechange: apply coding style to namegen arrays
smatz
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-14
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
rubidium
2009-03-12
(svn r15695) -Feature [FS#2672]: Allow the number of towns that will be gener...
belugas
2009-03-11
(svn r15678) -Fix (r15676): crash when (re)applying newgrf settings
rubidium
2009-03-11
(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge Vehi...
rubidium
2009-03-11
(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,...
rubidium
2009-03-08
(svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the...
frosch
2009-03-08
(svn r15642) -Codechange: use a default parameter value in CalcClosestTownFro...
smatz
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-26
(svn r15588) -Fix: change owner of waypoints and deleted stations when mergin...
smatz
2009-02-25
(svn r15584) -Codechange: Move several variables from variables.h to more app...
yexo
2009-02-20
(svn r15532) -Fix (r15525): don't try to load (and forget) AI data from a non...
rubidium
2009-02-20
(svn r15528) -Fix (r15525): Check should be the other way around (thanks SmatZ).
yexo
2009-02-19
(svn r15525) -Fix: Don't try to find the AIs the server runs when joining a m...
yexo
2009-02-16
(svn r15500) -Fix (r12648): pre-0.5 OTTD stored new_nonstop and full_load_any...
smatz
2009-02-09
(svn r15436) -Codechange: Return index of station spec within station class a...
peter1138
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-09
(svn r15423) -Codechange: split widget related types to their own header and ...
rubidium
[next]