Tue, 13 Feb 2007 20:57:02 +0000 |
rubidium |
(svn r8712) -Codechange/cleanup: replace 'magic' constants with enums, use proper types instead of byte, uint etc., give variables more descriptive names and add some comments.
draft
|
Tue, 13 Feb 2007 10:26:53 +0000 |
rubidium |
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
draft
|
Tue, 13 Feb 2007 00:25:42 +0000 |
rubidium |
(svn r8694) -Codechange: make RoadStop's status accessible via accessor functions.
draft
|
Mon, 12 Feb 2007 22:46:10 +0000 |
rubidium |
(svn r8692) -Cleanup: add comments to RoadVehController. Patch by mart3p.
draft
|
Tue, 06 Feb 2007 11:11:12 +0000 |
bjarni |
(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
draft
|
Tue, 06 Feb 2007 09:29:56 +0000 |
rubidium |
(svn r8609) -Fix: a road vehicle that is very close after another (slower) road vehicle gets its speed reset to 0 when entering a tunnel, which causes a traffic jam outside of the tunnel.
draft
|
Sat, 03 Feb 2007 09:05:43 +0000 |
tron |
(svn r8550) -Fix
draft
|
Fri, 02 Feb 2007 19:07:20 +0000 |
tron |
(svn r8538) -Fix
draft
|
Fri, 02 Feb 2007 16:51:10 +0000 |
celestar |
(svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out
draft
|
Wed, 31 Jan 2007 04:34:56 +0000 |
tron |
(svn r8474) -Fix
draft
|
Fri, 26 Jan 2007 20:51:35 +0000 |
tron |
(svn r8425) -Fix
draft
|
Fri, 26 Jan 2007 20:49:40 +0000 |
tron |
(svn r8424) -Fix
draft
|
Thu, 25 Jan 2007 10:06:58 +0000 |
celestar |
(svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop
draft
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
draft
|
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.
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|