Sat, 24 Feb 2007 18:44:30 +0000 |
tron |
(svn r8884) -Fix
draft
|
Fri, 23 Feb 2007 22:14:14 +0000 |
rubidium |
(svn r8868) -Fix (r8715): road vehicles could not overtake anymore in some directions (mart3p).
draft
|
Wed, 14 Feb 2007 16:37:16 +0000 |
rubidium |
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
draft
|
Wed, 14 Feb 2007 10:33:36 +0000 |
rubidium |
(svn r8730) -Codechange: more replacements of magic numbers by enums and removal of some (by now) redundant comments.
draft
|
Wed, 14 Feb 2007 09:34:12 +0000 |
rubidium |
(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.
draft
|
Wed, 14 Feb 2007 09:23:52 +0000 |
rubidium |
(svn r8725) -Fix (r8712): test the first bit of the bitmask, not the nth, as we are shifting the bitmask.
draft
|
Wed, 14 Feb 2007 01:00:57 +0000 |
rubidium |
(svn r8723) -Codechange: replace yet another couple of magic numbers with enums.
draft
|
Wed, 14 Feb 2007 00:50:34 +0000 |
rubidium |
(svn r8721) -Fix (8715): road vehicles could not turn around properly
draft
|
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.
draft
|
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
|