smatz
|
93557ba4e9
|
(svn r16714) -Codechange: use pool-like accessors for Subsidy
|
2009-07-01 18:45:05 +00:00 |
|
smatz
|
8343340acb
|
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
|
2009-06-24 17:39:54 +00:00 |
|
smatz
|
f6a4d61cca
|
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
|
2009-06-24 17:39:54 +00:00 |
|
smatz
|
a50ba1b8c1
|
(svn r16632) -Codechange: rename Town::flags12 to Town::flags
|
2009-06-23 09:52:26 +00:00 |
|
smatz
|
45312433b6
|
(svn r16632) -Codechange: rename Town::flags12 to Town::flags
|
2009-06-23 09:52:26 +00:00 |
|
smatz
|
5ef0745254
|
(svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken
|
2009-06-23 09:46:29 +00:00 |
|
smatz
|
f733d75dad
|
(svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken
|
2009-06-23 09:46:29 +00:00 |
|
smatz
|
0961668e14
|
(svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame
|
2009-06-18 18:13:38 +00:00 |
|
smatz
|
717248b0d8
|
(svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame
|
2009-06-18 18:13:38 +00:00 |
|
rubidium
|
35aabc1d4c
|
(svn r16586) -Codechange: don't store lifelength in the savegame; it can easily be calculated, it isn't used often and now changing extend_vehicle_life in game has some effect.
|
2009-06-17 17:13:30 +00:00 |
|
rubidium
|
11c7c258dd
|
(svn r16586) -Codechange: don't store lifelength in the savegame; it can easily be calculated, it isn't used often and now changing extend_vehicle_life in game has some effect.
|
2009-06-17 17:13:30 +00:00 |
|
smatz
|
0c10006907
|
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
|
2009-06-06 16:54:22 +00:00 |
|
smatz
|
af85994f7f
|
(svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check
|
2009-06-06 16:54:22 +00:00 |
|
glx
|
5991c5195c
|
(svn r16446) -Fix (r16378): 'cast to pointer from integer of different size' warning
|
2009-05-26 23:37:34 +00:00 |
|
glx
|
41b9670bc2
|
(svn r16446) -Fix (r16378): 'cast to pointer from integer of different size' warning
|
2009-05-26 23:37:34 +00:00 |
|
smatz
|
b2aed51f8e
|
(svn r16403) -Codechange: move code related to subsidies to separate file
|
2009-05-23 15:46:00 +00:00 |
|
smatz
|
1eb48cdded
|
(svn r16403) -Codechange: move code related to subsidies to separate file
|
2009-05-23 15:46:00 +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
|
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
|
80e94b9bb1
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
1324100d69
|
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
|
2009-05-22 22:22:46 +00:00 |
|
rubidium
|
7a37220881
|
(svn r16390) -Codechange: move u.road to RoadVehicle.
|
2009-05-22 20:22:20 +00:00 |
|
rubidium
|
489253b630
|
(svn r16390) -Codechange: move u.road to RoadVehicle.
|
2009-05-22 20:22:20 +00:00 |
|
rubidium
|
c882248348
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
4ae19b7451
|
(svn r16388) -Codechange: move u.air to Aircraft
|
2009-05-22 20:07:26 +00:00 |
|
rubidium
|
74ea34ca66
|
(svn r16385) -Codechange: move u.disaster to DisasterVehicle.
|
2009-05-22 18:57:11 +00:00 |
|
rubidium
|
d40c61749f
|
(svn r16385) -Codechange: move u.disaster to DisasterVehicle.
|
2009-05-22 18:57:11 +00:00 |
|
rubidium
|
6d1c974254
|
(svn r16384) -Codechange: move u.effect to EffectVehicle
|
2009-05-22 18:56:25 +00:00 |
|
rubidium
|
521c265282
|
(svn r16384) -Codechange: move u.effect to EffectVehicle
|
2009-05-22 18:56:25 +00:00 |
|
rubidium
|
441011b782
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +00:00 |
|
rubidium
|
86fc432293
|
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
|
2009-05-22 18:17:20 +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
|
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
|
1e45f4bc4c
|
(svn r16357) -Codechange: delete invalid depots in TTD savegames caused by improper SVXConverter conversions
|
2009-05-19 12:47:47 +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
|
a0ff6363e6
|
(svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID
|
2009-05-18 17:40:03 +00:00 |
|
smatz
|
fe498e21e7
|
(svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID
|
2009-05-18 17:40:03 +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
|
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
|
6b2f9e8c9e
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +00:00 |
|
rubidium
|
57a7313ea5
|
(svn r16328) -Fix: desync when removing lots of stations
|
2009-05-17 10:19:00 +00:00 |
|
smatz
|
ed1e54bd84
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
cf986c3099
|
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolSize()
|
2009-05-16 23:44:36 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
36dfa1f21e
|
(svn r15727) -Codechange: apply coding style to namegen arrays
-Fix (r1307): missing comma in _name_original_english_4
|
2009-03-15 16:31:16 +00:00 |
|
smatz
|
2168f2f4b9
|
(svn r15727) -Codechange: apply coding style to namegen arrays
-Fix (r1307): missing comma in _name_original_english_4
|
2009-03-15 16:31:16 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
9d018723b7
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|