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 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
maedhros
|
469fbc912c
|
(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
which is set when a vehicle was built during the exclusive testing phase.
|
2007-02-28 17:59:05 +00:00 |
|
maedhros
|
aadd8a4b44
|
(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status.
|
2007-02-28 17:18:36 +00:00 |
|
tron
|
1ce43c1a37
|
(svn r8897) -Fix
Change the signature of GetNewVehiclePos():
-void GetNewVehiclePos(const Vehicle *v, GetNewVehiclePosResult *gp);
+GetNewVehiclePosResult GetNewVehiclePos(const Vehicle *v);
|
2007-02-25 10:49:13 +00:00 |
|
tron
|
12b1804d4e
|
(svn r8884) -Fix
Replace SetSpeedLimitOnBridge() by something simpler
|
2007-02-24 18:44:30 +00:00 |
|
rubidium
|
433b8054e9
|
(svn r8868) -Fix (r8715): road vehicles could not overtake anymore in some directions (mart3p).
|
2007-02-23 22:14:14 +00:00 |
|
rubidium
|
0e8f006dc1
|
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
|
2007-02-14 16:37:16 +00:00 |
|
rubidium
|
447b16930e
|
(svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments.
|
2007-02-14 10:33:36 +00:00 |
|
rubidium
|
ecfbfbd98c
|
(svn r8726) -Codechange: bools are 1 or 0 according to the C++ standard and refactor RoadStop::AllocateBay to remove a loop condition. Suggestions by Tron.
|
2007-02-14 09:34:12 +00:00 |
|