rubidium
|
66bca52949
|
(svn r16962) -Codechange: more work towards multi tile waypoints
|
2009-07-26 16:17:49 +00:00 |
|
rubidium
|
2dd998ab06
|
(svn r16962) -Codechange: more work towards multi tile waypoints
|
2009-07-26 16:17:49 +00:00 |
|
rubidium
|
58563eafa7
|
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h.
|
2009-07-25 08:54:19 +00:00 |
|
rubidium
|
7440ec7a73
|
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and trainst_h.
|
2009-07-25 08:54:19 +00:00 |
|
rubidium
|
196856f54e
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
|
rubidium
|
cf38a5bee6
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
|
rubidium
|
00a9b2fd3d
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
|
rubidium
|
2c6b5237f6
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
|
smatz
|
1fcd3293c4
|
(svn r16916) -Fix (r16909): station acceptance was reset after game load
|
2009-07-22 15:10:58 +00:00 |
|
smatz
|
13a7c550ad
|
(svn r16916) -Fix (r16909): station acceptance was reset after game load
|
2009-07-22 15:10:58 +00:00 |
|
rubidium
|
100cb17fa8
|
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
2009-07-22 08:59:57 +00:00 |
|
rubidium
|
68ead6b84f
|
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
2009-07-22 08:59:57 +00:00 |
|
rubidium
|
9eaee690bc
|
(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/
|
2009-07-22 08:52:41 +00:00 |
|
rubidium
|
2646a99d29
|
(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/
|
2009-07-22 08:52:41 +00:00 |
|
rubidium
|
4d3072ec67
|
(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too
|
2009-07-21 11:20:34 +00:00 |
|
rubidium
|
ed5ced71c8
|
(svn r16897) -Codechange: use the 'generic' station spec to station allocation for waypoints too
|
2009-07-21 11:20:34 +00:00 |
|
smatz
|
3564579dc4
|
(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age
|
2009-07-18 19:54:35 +00:00 |
|
smatz
|
af13707e00
|
(svn r16877) -Codechange: use Subsidy::IsAwarded() instead of testing subsidy's age
|
2009-07-18 19:54:35 +00:00 |
|
rubidium
|
b4f5a1eebb
|
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
|
2009-07-18 08:41:58 +00:00 |
|
rubidium
|
8c17c6cb2b
|
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
|
2009-07-18 08:41:58 +00:00 |
|
rubidium
|
0e6b735b45
|
(svn r16860) -Codechange: introduce a helper to assign a station spec to Waypoints
|
2009-07-17 20:21:24 +00:00 |
|
rubidium
|
06ea681b5f
|
(svn r16860) -Codechange: introduce a helper to assign a station spec to Waypoints
|
2009-07-17 20:21:24 +00:00 |
|
smatz
|
0b4b9dd764
|
(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed
|
2009-07-17 13:54:06 +00:00 |
|
smatz
|
57d3d4ce5e
|
(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed
|
2009-07-17 13:54:06 +00:00 |
|
rubidium
|
70bf10b34a
|
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station.
|
2009-07-16 23:02:39 +00:00 |
|
rubidium
|
9933df9d89
|
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint struct and make it more similar to Station.
|
2009-07-16 23:02:39 +00:00 |
|
rubidium
|
9b879dc988
|
(svn r16854) -Fix (r2046): savegames from before this version would get the town id as their 'index' (#<num). For stations with custom names that custom name would be dropped and the lowest 6 bits of the StringID would be used for the 'index'. In other words, it resulted in a mess.
|
2009-07-16 22:58:06 +00:00 |
|
rubidium
|
a007d609af
|
(svn r16854) -Fix (r2046): savegames from before this version would get the town id as their 'index' (#<num). For stations with custom names that custom name would be dropped and the lowest 6 bits of the StringID would be used for the 'index'. In other words, it resulted in a mess.
|
2009-07-16 22:58:06 +00:00 |
|
rubidium
|
8f4ad741aa
|
(svn r16851) -Codechange: use StationSpecList in waypoint too
|
2009-07-16 20:29:08 +00:00 |
|
rubidium
|
665fa7f9c1
|
(svn r16851) -Codechange: use StationSpecList in waypoint too
|
2009-07-16 20:29:08 +00:00 |
|
rubidium
|
5a38d8e007
|
(svn r16850) -Codechange: unify some naming of variables between waypoints and stations.
|
2009-07-16 20:15:28 +00:00 |
|
rubidium
|
dea1144bcb
|
(svn r16850) -Codechange: unify some naming of variables between waypoints and stations.
|
2009-07-16 20:15:28 +00:00 |
|
smatz
|
8718babe90
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +00:00 |
|
smatz
|
1f29e38b83
|
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
|
2009-07-16 19:00:13 +00:00 |
|
rubidium
|
79deeee323
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
|
rubidium
|
e067d4a4b8
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
|
smatz
|
64de470917
|
(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft
|
2009-07-13 16:37:27 +00:00 |
|
smatz
|
b6960e4e17
|
(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft
|
2009-07-13 16:37:27 +00:00 |
|
smatz
|
2de68b2894
|
(svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiveryWindow wasn't working as expected
|
2009-07-13 12:00:56 +00:00 |
|
smatz
|
95c7993451
|
(svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiveryWindow wasn't working as expected
|
2009-07-13 12:00:56 +00:00 |
|
rubidium
|
026f3c8feb
|
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too
|
2009-07-10 18:30:02 +00:00 |
|
rubidium
|
3b8d0621a2
|
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too
|
2009-07-10 18:30:02 +00:00 |
|
rubidium
|
18fbe0aac4
|
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions
|
2009-07-02 09:06:15 +00:00 |
|
rubidium
|
4d14c1b534
|
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions
|
2009-07-02 09:06:15 +00:00 |
|
smatz
|
378d01f2f4
|
(svn r16718) -Codechange: make IsFreeWagon() member of Train
|
2009-07-01 23:49:13 +00:00 |
|
smatz
|
ecfaa0564d
|
(svn r16718) -Codechange: make IsFreeWagon() member of Train
|
2009-07-01 23:49:13 +00:00 |
|
smatz
|
20fedeb3d6
|
(svn r16717) -Codechange: make IsFrontEngine() member of Train
|
2009-07-01 22:22:01 +00:00 |
|
smatz
|
adc5363202
|
(svn r16717) -Codechange: make IsFrontEngine() member of Train
|
2009-07-01 22:22:01 +00:00 |
|
smatz
|
93557ba4e9
|
(svn r16714) -Codechange: use pool-like accessors for Subsidy
|
2009-07-01 18:45:05 +00:00 |
|
smatz
|
76a50ce94d
|
(svn r16714) -Codechange: use pool-like accessors for Subsidy
|
2009-07-01 18:45:05 +00:00 |
|