rubidium
|
90f85c957a
|
(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class.
|
2007-07-01 19:24:54 +00:00 |
|
rubidium
|
c0e341ee05
|
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image.
|
2007-07-01 19:11:47 +00:00 |
|
rubidium
|
83a880c882
|
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image.
|
2007-07-01 19:11:47 +00:00 |
|
peter1138
|
85fb4eb94b
|
(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf)
|
2007-06-27 20:40:20 +00:00 |
|
peter1138
|
de357c74c1
|
(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf)
|
2007-06-27 20:40:20 +00:00 |
|
matthijs
|
25f7e8c8a0
|
(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel.
-Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
|
2007-06-26 20:15:33 +00:00 |
|
matthijs
|
a0a9a7f3cd
|
(svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel.
-Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
|
2007-06-26 20:15:33 +00:00 |
|
maedhros
|
9fce70ac21
|
(svn r10335) -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable.
|
2007-06-25 23:14:13 +00:00 |
|
maedhros
|
fb284a9264
|
(svn r10335) -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable.
|
2007-06-25 23:14:13 +00:00 |
|
rubidium
|
37e3cbb980
|
(svn r10287) -Fix (r10266): some surprises from that (almost always) complaining compiler...
|
2007-06-22 22:28:15 +00:00 |
|
rubidium
|
117368a5a9
|
(svn r10287) -Fix (r10266): some surprises from that (almost always) complaining compiler...
|
2007-06-22 22:28:15 +00:00 |
|
rubidium
|
fc201d4ad8
|
(svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
2007-06-22 11:58:59 +00:00 |
|
rubidium
|
e5c352818d
|
(svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
2007-06-22 11:58:59 +00:00 |
|
maedhros
|
7fb6e8f11d
|
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
|
2007-06-20 19:17:22 +00:00 |
|
maedhros
|
cf0118ee63
|
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
|
2007-06-20 19:17:22 +00:00 |
|
rubidium
|
23727da96f
|
(svn r10208) -Codechange: replace int32 with Money where appropriate.
|
2007-06-18 21:44:47 +00:00 |
|
rubidium
|
2ee73b50b8
|
(svn r10208) -Codechange: replace int32 with Money where appropriate.
|
2007-06-18 21:44:47 +00:00 |
|
rubidium
|
773a7c9cb6
|
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
2007-06-18 19:53:50 +00:00 |
|
rubidium
|
49220cc6f1
|
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
|
2007-06-18 19:53:50 +00:00 |
|
rubidium
|
3ccc83e640
|
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
|
2007-06-18 10:48:15 +00:00 |
|
rubidium
|
966e2738b9
|
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
|
2007-06-18 10:48:15 +00:00 |
|
maedhros
|
f8ae742da4
|
(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.
|
2007-06-12 22:13:49 +00:00 |
|
maedhros
|
12be876131
|
(svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.
|
2007-06-12 22:13:49 +00:00 |
|
peter1138
|
ce590b59f3
|
(svn r10111) -Codechange: Add new vehicle hash table for collision detection and finding vehicles on a tile. The hash area scanned is far smaller than the old hash table, which is now used for viewport updates only. This should give a significant performance improvement for games with many vehicles. (Based on work by 'B. N. SmatZ!' and 'madman2003')
|
2007-06-12 11:22:32 +00:00 |
|
peter1138
|
78d797a6b7
|
(svn r10111) -Codechange: Add new vehicle hash table for collision detection and finding vehicles on a tile. The hash area scanned is far smaller than the old hash table, which is now used for viewport updates only. This should give a significant performance improvement for games with many vehicles. (Based on work by 'B. N. SmatZ!' and 'madman2003')
|
2007-06-12 11:22:32 +00:00 |
|
maedhros
|
c186f91cbd
|
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
|
2007-06-11 14:00:16 +00:00 |
|
maedhros
|
3e326085fa
|
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
|
2007-06-11 14:00:16 +00:00 |
|
rubidium
|
17dd40ea0f
|
(svn r10029) -Fix (r9923): trams should not/cannot turn on roadworks.
|
2007-06-02 21:07:03 +00:00 |
|
rubidium
|
a752c73469
|
(svn r10029) -Fix (r9923): trams should not/cannot turn on roadworks.
|
2007-06-02 21:07:03 +00:00 |
|
glx
|
435cc84f66
|
(svn r10012) -Fix (r9999): crash when forcing road vehicles to turn
|
2007-06-01 16:06:23 +00:00 |
|
glx
|
9f60f2ecbb
|
(svn r10012) -Fix (r9999): crash when forcing road vehicles to turn
|
2007-06-01 16:06:23 +00:00 |
|
rubidium
|
b3aa28e879
|
(svn r10003) -Fix (r9999): crash when vehicle had to turn on a bridge.
|
2007-05-31 18:11:39 +00:00 |
|
rubidium
|
b2cd8f3631
|
(svn r10003) -Fix (r9999): crash when vehicle had to turn on a bridge.
|
2007-05-31 18:11:39 +00:00 |
|
rubidium
|
f7f289667d
|
(svn r10002) -Fix (r9999): don't try to get the disallowed directions from a road depot...
|
2007-05-31 16:47:32 +00:00 |
|
rubidium
|
59c51f9fce
|
(svn r10002) -Fix (r9999): don't try to get the disallowed directions from a road depot...
|
2007-05-31 16:47:32 +00:00 |
|
rubidium
|
294a154bf7
|
(svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
|
2007-05-31 15:15:00 +00:00 |
|
rubidium
|
253aa1b0b0
|
(svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
|
2007-05-31 15:15:00 +00:00 |
|
rubidium
|
734a302fd1
|
(svn r9989) -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there.
|
2007-05-30 18:22:56 +00:00 |
|
rubidium
|
2bfc36c1ba
|
(svn r9989) -Fix [FS#817]: trams/road vehicles did go to the closest road stop regardless whether they could actually "drive" on there.
|
2007-05-30 18:22:56 +00:00 |
|
bjarni
|
ae9b3c41e0
|
(svn r9941) -Fix: trams could be cloned to appear in normal road depots and vice versa (spotted by Desolator)
|
2007-05-26 20:30:55 +00:00 |
|
bjarni
|
c346cc430a
|
(svn r9941) -Fix: trams could be cloned to appear in normal road depots and vice versa (spotted by Desolator)
|
2007-05-26 20:30:55 +00:00 |
|
rubidium
|
781f8cf61b
|
(svn r9927) -Fix: assert triggered when letting a tram run into the wrong side of a depot.
|
2007-05-25 23:45:36 +00:00 |
|
rubidium
|
afaa6062cb
|
(svn r9927) -Fix: assert triggered when letting a tram run into the wrong side of a depot.
|
2007-05-25 23:45:36 +00:00 |
|
rubidium
|
7ce4b8e29c
|
(svn r9924) -Fix: update the road vehicle speeds when stopped and/or running just behind another vehicle.
|
2007-05-25 22:31:34 +00:00 |
|
rubidium
|
56dc5c5938
|
(svn r9924) -Fix: update the road vehicle speeds when stopped and/or running just behind another vehicle.
|
2007-05-25 22:31:34 +00:00 |
|
rubidium
|
a8d9b4e040
|
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
2007-05-25 22:07:40 +00:00 |
|
rubidium
|
17390241e6
|
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
2007-05-25 22:07:40 +00:00 |
|
rubidium
|
ce84250249
|
(svn r9919) -Codechange: prepare some more places for more road types.
|
2007-05-25 11:01:44 +00:00 |
|
rubidium
|
d234e97f8b
|
(svn r9919) -Codechange: prepare some more places for more road types.
|
2007-05-25 11:01:44 +00:00 |
|
rubidium
|
21546a66f3
|
(svn r9917) -Codechange: prepare some more areas for more road types.
|
2007-05-25 08:13:01 +00:00 |
|