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
|
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
|
fb284a9264
|
(svn r10335) -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable.
|
2007-06-25 23:14:13 +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
|
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
|
cf0118ee63
|
(svn r10236) -Feature: Introduce a form of timetabling for vehicles.
|
2007-06-20 19:17:22 +00:00 |
|
rubidium
|
2ee73b50b8
|
(svn r10208) -Codechange: replace int32 with Money where appropriate.
|
2007-06-18 21:44:47 +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
|
966e2738b9
|
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
|
2007-06-18 10:48:15 +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
|
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
|
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
|
a752c73469
|
(svn r10029) -Fix (r9923): trams should not/cannot turn on roadworks.
|
2007-06-02 21:07:03 +00:00 |
|
glx
|
9f60f2ecbb
|
(svn r10012) -Fix (r9999): crash when forcing road vehicles to turn
|
2007-06-01 16:06:23 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
17390241e6
|
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0.
|
2007-05-25 22:07:40 +00:00 |
|
rubidium
|
d234e97f8b
|
(svn r9919) -Codechange: prepare some more places for more road types.
|
2007-05-25 11:01:44 +00:00 |
|
rubidium
|
0819f3a9a0
|
(svn r9917) -Codechange: prepare some more areas for more road types.
|
2007-05-25 08:13:01 +00:00 |
|
rubidium
|
440d723d84
|
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile.
|
2007-05-24 22:41:50 +00:00 |
|
rubidium
|
42f920964b
|
(svn r9833) -Fix: also 'leave' the station when leaving for automatic servicing.
|
2007-05-14 08:07:20 +00:00 |
|
peter1138
|
1d5135830a
|
(svn r9828) -Codechange: [NewGRF] Add support for changing cargo capacity with callback 36. This is set on construction for ships and roadvehicles, and whenever carriages are attached for trains.
|
2007-05-12 07:05:34 +00:00 |
|
rubidium
|
2efecd34c4
|
(svn r9808) -Codechange: unify the Handle<VehicleType>Loading functions.
|
2007-05-07 16:21:34 +00:00 |
|
peter1138
|
4591fb5b0d
|
(svn r9806) -Codechange: [NewGRF] Add callback 36 support for purchase cost, for all vehicle types.
|
2007-05-07 13:26:10 +00:00 |
|
rubidium
|
abbaa1691e
|
(svn r9794) -Codechange: refactor the question whether a vehicle can be loaded into LoadUnloadVehicle instead of duplicating it for each vehicle.
|
2007-05-06 14:59:01 +00:00 |
|
rubidium
|
981bf52bdd
|
(svn r9770) -Codechange: perform the payment of cargo when loading/unloading, but when arriving at the station.
|
2007-05-02 18:29:11 +00:00 |
|
rubidium
|
a4e045a3fb
|
(svn r9760) -Codechange: remove the need for saving some vehicle variables.
|
2007-05-01 16:35:14 +00:00 |
|
rubidium
|
ec9ac99d01
|
(svn r9755) -Codechange: refactor some more of the begin loading stuff.
|
2007-04-29 22:33:51 +00:00 |
|
rubidium
|
202009522c
|
(svn r9754) -Codechange: make classes for all vehicle types, so we can make nicer/better maintainable code, i.e. virtual methods instead of switches.
|
2007-04-29 21:24:08 +00:00 |
|
rubidium
|
6440440f12
|
(svn r9752) -Codechange: remove some duplication related to BeginLoading.
|
2007-04-29 18:21:24 +00:00 |
|
maedhros
|
02e770ff2c
|
(svn r9742) -Fix (r9689) [FS#739]: Fix cloning with refit costs again, hopefully for good this time.
|
2007-04-29 08:43:00 +00:00 |
|
truelight
|
347bfc7f9f
|
(svn r9740) -Fix [FS#709]: removed wrong assert() that could be triggered by removing an order at the wrong moment
|
2007-04-28 22:23:10 +00:00 |
|
maedhros
|
034f3591cf
|
(svn r9685) -Fix (r9683): Call v->LeaveStation() when a vehicle in a station is sent to a depot.
|
2007-04-20 11:39:01 +00:00 |
|
rubidium
|
80c259f64f
|
(svn r9672) -Cleanup: lots of coding style fixes around operands.
|
2007-04-18 22:10:36 +00:00 |
|
belugas
|
addcae43fa
|
(svn r9664) -Documentation: Doxygen corrections,errors and omissions
|
2007-04-17 21:09:38 +00:00 |
|
maedhros
|
ccaaa7d33a
|
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
|
2007-04-12 13:07:15 +00:00 |
|
maedhros
|
eae03e0f72
|
(svn r9543) -Fix [FS#691]: Split up STR_ENGINE_NOT_BUILDABLE into four strings so it can be
translated properly and remove "buildable", since it isn't actually a word.
|
2007-04-02 11:35:08 +00:00 |
|
belugas
|
386e298acd
|
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
|
2007-03-28 20:41:35 +00:00 |
|
belugas
|
06d3669bb5
|
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
|
2007-03-22 03:42:43 +00:00 |
|
peter1138
|
ae48a7447b
|
(svn r9303) -Codechange: Use cargo class when counting passengers in a road vehicle crash, and when loading aircraft.
|
2007-03-18 22:32:05 +00:00 |
|
peter1138
|
e485b8f694
|
(svn r9301) -Codechange: Use cargo class to determine if a road vehicle can stop in bus or truck stops.
|
2007-03-18 22:07:44 +00:00 |
|
peter1138
|
92486ac980
|
(svn r9259) -Codechange: NUM_CARGO isn't a valid cargo type...
|
2007-03-16 21:42:11 +00:00 |
|
bjarni
|
c2b7d0192d
|
(svn r9072) -Codechange: [Orders] added methods to orders to free them and check if they are in use
|
2007-03-08 21:39:34 +00:00 |
|
rubidium
|
ce919e8c71
|
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
2007-03-08 16:27:54 +00:00 |
|
rubidium
|
24c4d5b06d
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|