rubidium
|
6237fe1462
|
(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier.
|
2009-05-23 09:10:56 +00:00 |
|
rubidium
|
4c0542c17f
|
(svn r16393) -Codechange: move VehicleRail to Train.
|
2009-05-22 22:55:41 +00:00 |
|
rubidium
|
da5661a0c8
|
(svn r16393) -Codechange: move VehicleRail to Train.
|
2009-05-22 22:55:41 +00:00 |
|
rubidium
|
6350648a6c
|
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
|
2009-05-22 22:33:05 +00:00 |
|
rubidium
|
c4b627af42
|
(svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train
|
2009-05-22 22:33:05 +00:00 |
|
rubidium
|
1324100d69
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
80e94b9bb1
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
489253b630
|
(svn r16390) -Codechange: move u.road to RoadVehicle.
|
2009-05-22 20:22:20 +00:00 |
|
rubidium
|
7a37220881
|
(svn r16390) -Codechange: move u.road to RoadVehicle.
|
2009-05-22 20:22:20 +00:00 |
|
rubidium
|
1ceb349779
|
(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate
|
2009-05-22 20:18:45 +00:00 |
|
rubidium
|
d37b840cf3
|
(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate
|
2009-05-22 20:18:45 +00:00 |
|
rubidium
|
4ae19b7451
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
c882248348
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
1e853b1226
|
(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriate
|
2009-05-22 20:03:26 +00:00 |
|
rubidium
|
ada3067960
|
(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriate
|
2009-05-22 20:03:26 +00:00 |
|
rubidium
|
d40c61749f
|
(svn r16385) -Codechange: move u.disaster to DisasterVehicle.
|
2009-05-22 18:57:11 +00:00 |
|
rubidium
|
74ea34ca66
|
(svn r16385) -Codechange: move u.disaster to DisasterVehicle.
|
2009-05-22 18:57:11 +00:00 |
|
rubidium
|
521c265282
|
(svn r16384) -Codechange: move u.effect to EffectVehicle
|
2009-05-22 18:56:25 +00:00 |
|
rubidium
|
6d1c974254
|
(svn r16384) -Codechange: move u.effect to EffectVehicle
|
2009-05-22 18:56:25 +00:00 |
|
rubidium
|
86fc432293
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +00:00 |
|
rubidium
|
441011b782
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +00:00 |
|
smatz
|
50624d5c0f
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
62a7948af0
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
85043a1fb7
|
(svn r16373) -Codechange: use () instead of (void) for functions without parameters
|
2009-05-21 22:43:25 +00:00 |
|
smatz
|
6afce484bb
|
(svn r16373) -Codechange: use () instead of (void) for functions without parameters
|
2009-05-21 22:43:25 +00:00 |
|
smatz
|
af57719513
|
(svn r16357) -Codechange: delete invalid depots in TTD savegames caused by improper SVXConverter conversions
|
2009-05-19 12:47:47 +00:00 |
|
smatz
|
1e45f4bc4c
|
(svn r16357) -Codechange: delete invalid depots in TTD savegames caused by improper SVXConverter conversions
|
2009-05-19 12:47:47 +00:00 |
|
smatz
|
fe498e21e7
|
(svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID
|
2009-05-18 17:40:03 +00:00 |
|
smatz
|
a0ff6363e6
|
(svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID
|
2009-05-18 17:40:03 +00:00 |
|
smatz
|
512db5248e
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
8808f3beea
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
1eca6aefeb
|
(svn r16351) -Fix (r14773): signal handler could end in endless loop
|
2009-05-18 12:01:13 +00:00 |
|
smatz
|
5fe906e149
|
(svn r16351) -Fix (r14773): signal handler could end in endless loop
|
2009-05-18 12:01:13 +00:00 |
|
smatz
|
05db91dc65
|
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile()
|
2009-05-18 01:26:23 +00:00 |
|
smatz
|
0af27062c4
|
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile()
|
2009-05-18 01:26:23 +00:00 |
|
rubidium
|
d46d1e706e
|
(svn r16346) -Codechange: don't exploit the pool system in the way done for the saveload pool; it makes writing replacements unnecessarily difficult. And now we've got SmallVector that does more than enough for saving with less lines of 'interface' code.
|
2009-05-17 20:38:05 +00:00 |
|
rubidium
|
10406e8ad6
|
(svn r16346) -Codechange: don't exploit the pool system in the way done for the saveload pool; it makes writing replacements unnecessarily difficult. And now we've got SmallVector that does more than enough for saving with less lines of 'interface' code.
|
2009-05-17 20:38:05 +00:00 |
|
smatz
|
769de62daf
|
(svn r16338) -Codechange: split loading of references to two phases
In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers
|
2009-05-17 16:28:29 +00:00 |
|
smatz
|
570af0ce44
|
(svn r16338) -Codechange: split loading of references to two phases
In the first phase, indexes are stored. In the second phase, indexes are checked for validity and converted to pointers
|
2009-05-17 16:28:29 +00:00 |
|
smatz
|
1287f01872
|
(svn r16335) -Codechange: indenting fixes in saveload.cpp
|
2009-05-17 11:47:56 +00:00 |
|
smatz
|
76784501a8
|
(svn r16335) -Codechange: indenting fixes in saveload.cpp
|
2009-05-17 11:47:56 +00:00 |
|
smatz
|
59e1d05995
|
(svn r16334) -Codechange: use NeedLength enum
|
2009-05-17 11:43:51 +00:00 |
|
smatz
|
4876e346d5
|
(svn r16334) -Codechange: use NeedLength enum
|
2009-05-17 11:43:51 +00:00 |
|
smatz
|
45f9d334fb
|
(svn r16331) -Codechange: replace _sl.save by an enum
|
2009-05-17 11:15:11 +00:00 |
|
smatz
|
3322cc978f
|
(svn r16331) -Codechange: replace _sl.save by an enum
|
2009-05-17 11:15:11 +00:00 |
|
rubidium
|
b96770ab84
|
(svn r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi.
|
2009-05-17 10:59:40 +00:00 |
|
rubidium
|
b23c967230
|
(svn r16330) -Fix (r16329): we were shortly visited by Mr. Kenobi.
|
2009-05-17 10:59:40 +00:00 |
|
rubidium
|
c0204dc186
|
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around)
|
2009-05-17 10:35:13 +00:00 |
|
rubidium
|
f457cff73c
|
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around)
|
2009-05-17 10:35:13 +00:00 |
|
rubidium
|
57a7313ea5
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +00:00 |
|