Wed, 14 Feb 2007 16:37:16 +0000 |
rubidium |
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
|
file |
diff |
annotate
|
Tue, 13 Feb 2007 22:27:27 +0000 |
rubidium |
(svn r8715) -Codechange/cleanup: replace magic numbers related to state of road vehicles with enums. Original patch by mart3p.
|
file |
diff |
annotate
|
Tue, 13 Feb 2007 10:26:53 +0000 |
rubidium |
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
|
file |
diff |
annotate
|
Wed, 07 Feb 2007 19:10:19 +0000 |
bjarni |
(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
|
file |
diff |
annotate
|
Tue, 06 Feb 2007 11:11:12 +0000 |
bjarni |
(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
|
file |
diff |
annotate
|
Mon, 05 Feb 2007 14:00:32 +0000 |
rubidium |
(svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head gets flooded and there is a vehicle on the bridge. Original patch by KeeperofTheSoul.
|
file |
diff |
annotate
|
Wed, 31 Jan 2007 22:33:24 +0000 |
maedhros |
(svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid for, so that cargo cannot be paid for more than once.
|
file |
diff |
annotate
|
Sun, 28 Jan 2007 21:53:13 +0000 |
Darkvater |
(svn r8448) -Codechange/Fix (r2993): Also update the helicopter's rotor when loading the game. This can solve crashes when a game is loaded with missing GRF's
|
file |
diff |
annotate
|
Sat, 27 Jan 2007 12:29:55 +0000 |
Darkvater |
(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
|
file |
diff |
annotate
|
Mon, 22 Jan 2007 16:16:52 +0000 |
bjarni |
(svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with real static inline functions
|
file |
diff |
annotate
|
Mon, 22 Jan 2007 10:27:14 +0000 |
bjarni |
(svn r8341) -Codechange (r8336): added assert to VehTypeToIndex() to ensure valid vehicle types in the argument
|
file |
diff |
annotate
|
Mon, 22 Jan 2007 01:13:10 +0000 |
bjarni |
(svn r8336) -Codechange: added function to translate vehicle types to 0,1,2... for use for index to arrays
|
file |
diff |
annotate
|
Sun, 21 Jan 2007 20:08:00 +0000 |
bjarni |
(svn r8327) -Codechange: though overloading, IsPlayerBuildableVehicleType() now works with the type given as a byte as well as a vehicle pointer
|
file |
diff |
annotate
|
Sun, 21 Jan 2007 01:25:59 +0000 |
bjarni |
(svn r8296) -Fix: GenerateVehicleSortList() tried to put a TileIndex into an uint16
|
file |
diff |
annotate
|
Sun, 21 Jan 2007 01:07:15 +0000 |
bjarni |
(svn r8295) -Cleanup: merged arguments station, order and depot_airport_index for GenerateVehicleSortList() and BuildVehicleList() into one uint16 argument
|
file |
diff |
annotate
|
Sun, 21 Jan 2007 00:13:39 +0000 |
bjarni |
(svn r8294) -Fix: deleting a vehicle with shared orders, but no orders would fail to reset prev_shared and next_shared
|
file |
diff |
annotate
|
Mon, 15 Jan 2007 14:42:24 +0000 |
celestar |
(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing)
|
file |
diff |
annotate
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
|
file |
diff |
annotate
|
Sat, 13 Jan 2007 18:55:54 +0000 |
KUDr |
(svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LOADING and OT_LEAVESTATION) replaced by v->BeginLoading() and v->LeaveStation() calls. This should allow easy hooking of those state transitions in order to maintain vehicle loading queue.
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
file |
diff |
annotate
|
Tue, 09 Jan 2007 16:27:25 +0000 |
peter1138 |
(svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehicle*. This removes the need for look ups by index. Also declare the array static.
|
file |
diff |
annotate
|
Tue, 02 Jan 2007 19:19:48 +0000 |
rubidium |
(svn r7759) -Merge: makefile rewrite. This merge features:
|
file |
diff |
annotate
| base
|