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
/
oldloader_sl.cpp
Age
Commit message (
Expand
)
Author
2009-10-30
(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TT...
rubidium
2009-10-18
(svn r17807) -Codechange: move all 'updates' just after the 'load' constructo...
rubidium
2009-10-06
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in ...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-21
(svn r17597) -Codechange: rename namegen* to townname*
smatz
2009-09-15
(svn r17552) -Codechange: rename load_unload_time_rem to something more gener...
rubidium
2009-09-06
(svn r17433) -Codechange: Store cumulated inflation in savegame and compute a...
frosch
2009-09-06
(svn r17431) -Fix (r16735): oldloader wasn't updated
smatz
2009-09-06
(svn r17429) -Fix (r16378): conversion of TTO/TTD savegames failed when vehic...
smatz
2009-09-04
(svn r17419) -Fix (r-old, r16378): the index of orders loaded from old savega...
yexo
2009-09-01
(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxf...
rubidium
2009-09-01
(svn r17340) -Fix: old loader tried to load a uint8 into a uint16
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-20
(svn r17228) -Codechange: some coding style fixes
rubidium
2009-08-08
(svn r17124) -Codechange: store subsidies in a pool (instead of an array)
smatz
2009-08-08
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...
smatz
2009-08-07
(svn r17107) -Codechange: store type of subsidy source and destination in the...
smatz
2009-07-25
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...
rubidium
2009-07-22
(svn r16921) -Codechange: make it more clear what strings are related to road...
rubidium
2009-07-22
(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings
rubidium
2009-07-01
(svn r16714) -Codechange: use pool-like accessors for Subsidy
smatz
2009-06-24
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
smatz
2009-06-23
(svn r16632) -Codechange: rename Town::flags12 to Town::flags
smatz
2009-06-23
(svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old s...
smatz
2009-06-18
(svn r16596) -Fix (r16378): there were several hundreds of empty signs above ...
smatz
2009-06-17
(svn r16586) -Codechange: don't store lifelength in the savegame; it can easi...
rubidium
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-05-26
(svn r16446) -Fix (r16378): 'cast to pointer from integer of different size' ...
glx
2009-05-23
(svn r16403) -Codechange: move code related to subsidies to separate file
smatz
2009-05-22
(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...
rubidium
2009-05-22
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
rubidium
2009-05-22
(svn r16390) -Codechange: move u.road to RoadVehicle.
rubidium
2009-05-22
(svn r16388) -Codechange: move u.air to Aircraft
rubidium
2009-05-22
(svn r16385) -Codechange: move u.disaster to DisasterVehicle.
rubidium
2009-05-22
(svn r16384) -Codechange: move u.effect to EffectVehicle
rubidium
2009-05-22
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
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-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-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-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-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
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-25
(svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags
smatz
[next]