src/train_cmd.cpp
Wed, 19 Nov 2008 14:48:12 +0000 rubidium (svn r14594) -Fix [FS#2412]: trains could get their their last visited station reset when still (un)loading causing an invalid state.
Thu, 13 Nov 2008 20:26:06 +0000 frosch (svn r14578) -Fix (r2389, r10811)[FS#Vikthor]: Allow capacity callbacks (15, 36) to return zero capacity.
Sun, 02 Nov 2008 19:32:24 +0000 michi_cc (svn r14559) -Fix [FS#2387]: A train could be blocked inside a depot if it was reversed just after leaving the depot.
Fri, 31 Oct 2008 16:46:34 +0000 michi_cc (svn r14550) -Fix [FS#2391]: Don't assert on path look-ahead when processing a not-part-of-orders depot-order.
Fri, 24 Oct 2008 20:53:57 +0000 rubidium (svn r14526) -Fix [FS#2379]: make sure trains stop at the end of a station; a 3/8th length train did stop 2/8th of it's length too early causing a 63/8th long train not to fit in a 4 tile station.
Wed, 22 Oct 2008 23:06:36 +0000 glx (svn r14521) -Fix [FS#2378]: fast trains could continue to move after a crash
Sun, 19 Oct 2008 17:16:26 +0000 michi_cc (svn r14492) -Fix [FS#2366] (r14482): Conditional orders could lead to an infinite loop on path look-ahead.
Sat, 18 Oct 2008 13:13:31 +0000 michi_cc (svn r14483) -Fix [FS#2340]: On reaching a waypoint a train could falsely be reported as lost when doing the look ahead for a path.
Sat, 18 Oct 2008 13:13:27 +0000 michi_cc (svn r14482) -Codechange: Use a class for saving the current train order when extending the reserved path beyond the current destination during pathfinding.
Tue, 14 Oct 2008 18:38:51 +0000 rubidium (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)
Fri, 03 Oct 2008 12:55:39 +0000 rubidium (svn r14436) -Fix [FS#1793]: (fast) trains would sometimes move one time too often/little when moving from diagonal<->non-diagonal tracks (iguannab)
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Fri, 26 Sep 2008 19:25:49 +0000 frosch (svn r14405) -Fix [FS#2289]: Correct handling of selling free wagons while the following vehicle is an engine (i.e. a new train is created).
Fri, 26 Sep 2008 19:01:57 +0000 frosch (svn r14403) -Fix (r14384): The condition was too restrictive.
Fri, 26 Sep 2008 06:52:06 +0000 peter1138 (svn r14401) -Fix (r11724): Don't check articulated parts or rear multihead parts for callback 1D when moving a chain of wagons.
Wed, 24 Sep 2008 23:25:24 +0000 rubidium (svn r14397) -Fix: possible buffer overrun, wrong parameter type passed to printf and && where || is meant. Found by MSVC's code analysis (Darkvater)
Mon, 22 Sep 2008 19:28:53 +0000 frosch (svn r14384) -Fix: Moving the first vehicle of a train elsewhere might require a new unitnumber for the remaining chain.
Sun, 21 Sep 2008 18:28:35 +0000 rubidium (svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front engine when turning a train in a station.
Sat, 20 Sep 2008 18:31:31 +0000 frosch (svn r14366) -Fix (r14362): Match multiheaded parts starting from the first vehicle in a chain.
Sat, 20 Sep 2008 10:53:08 +0000 frosch (svn r14362) -Fix (r3403): Also connect multiheaded parts in free wagon chains.
Sat, 13 Sep 2008 10:19:51 +0000 smatz (svn r14307) -Fix: when deleting a station, remove news items regarding it
Tue, 09 Sep 2008 19:02:47 +0000 michi_cc (svn r14285) -Fix [FS#2263]: A train inside a wormhole could free the reservation of another train inside the wormhole.
Tue, 09 Sep 2008 18:47:53 +0000 michi_cc (svn r14284) -Fix (r13958): Trains would not look ahead and extend their reservation on a waypoint tile in all cases.
Sun, 07 Sep 2008 11:23:10 +0000 rubidium (svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
Sat, 23 Aug 2008 23:31:27 +0000 frosch (svn r14149) -Fix: When selling the front engine of a train consist with another engine at the second position, not all 'important' data was copied to the new head.
Sat, 23 Aug 2008 23:15:04 +0000 frosch (svn r14148) -Fix (r14096) [FS#2239]: Orders were freed while they were still shared by other vehicles.
Fri, 22 Aug 2008 22:42:21 +0000 frosch (svn r14131) -Fix (r13952) [FS#2250]: The reservation of adjacent stations was sometimes not freed correctly. (michi_cc)
Fri, 22 Aug 2008 22:28:26 +0000 frosch (svn r14130) -Fix (r13961) [FS#2248]: Clear the stuck state of a train that is reversing with the first vehicle inside a depot. (michi_cc)
Sun, 17 Aug 2008 19:56:17 +0000 rubidium (svn r14096) -Codechange: merge the shared order's vehicle list management to a single location.
Sun, 17 Aug 2008 11:04:37 +0000 rubidium (svn r14089) -Fix [FS#2219]: trains not being able to find a route to a depot when the front is already in the depot.
Sat, 16 Aug 2008 14:02:20 +0000 frosch (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel.
Fri, 15 Aug 2008 17:54:43 +0000 peter1138 (svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indicating what it actually is.
Fri, 15 Aug 2008 13:57:43 +0000 frosch (svn r14076) -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE.
Sun, 10 Aug 2008 21:56:47 +0000 rubidium (svn r14039) -Fix [FS#2217]: reversing an overlength train at a station would try to find a route out and sometimes reset the unload counter making it wait 2.5 years before departing instead of waiting until the train would actually leave the station (michi_cc)
Sun, 10 Aug 2008 13:37:09 +0000 rubidium (svn r14036) -Fix [FS#2197,FS#2198]: trains crashing into eachother when signals are changed (michi_cc)
Fri, 08 Aug 2008 13:29:18 +0000 smatz (svn r14021) -Fix (r13957) [YAPP]: Overbuilding station tiles with non-track tiles could produce stale reservations. (michi_cc)
Tue, 05 Aug 2008 13:25:49 +0000 smatz (svn r14001) -Fix (r13989): reading wrong variable, train crash on bridge crashes game
Mon, 04 Aug 2008 13:15:15 +0000 rubidium (svn r13989) -Fix [FS#2186] (r13953): YAPP track reservation for crashed trains was broken for depots and wormholes (michi_cc).
Sun, 03 Aug 2008 19:04:11 +0000 frosch (svn r13983) -Fix (r13953) [YAPP]: Crashed trains can be on different trackbits. Make sure there is still a track reservation when one vehicle is cleaned up.
Sun, 03 Aug 2008 17:16:39 +0000 frosch (svn r13976) -Fix (r13953) [YAPP]: A crashing train could sometimes free the reservation of another train. (assisted by michi_cc)
Sun, 03 Aug 2008 14:16:57 +0000 frosch (svn r13974) -Fix [YAPP]: A train crash could lead to stale reservations. (michi_cc)
Sun, 03 Aug 2008 08:20:04 +0000 rubidium (svn r13971) -Fix [YAPP]: segfault due to mixed up variables (michi_cc)
Sat, 02 Aug 2008 22:57:18 +0000 rubidium (svn r13966) -Codechange [YAPP]: Bar level crossings upon path reservation. (michi_cc)
Sat, 02 Aug 2008 22:56:50 +0000 rubidium (svn r13964) -Codechange [YAPP]: Check if a train needs servicing when reserving the next path segment. (michi_cc)
Sat, 02 Aug 2008 22:56:35 +0000 rubidium (svn r13963) -Codechange [YAPP]: Reserve a track when entering a PBS block through a conventional signal. (michi_cc)
Sat, 02 Aug 2008 22:56:21 +0000 rubidium (svn r13962) -Codechange [YAPP]: Do not reverse in front of red signals when inside a PBS block and reversing of stuck trains is disabled. (michi_cc)
Sat, 02 Aug 2008 22:56:07 +0000 rubidium (svn r13961) -Add [YAPP]: Handle train reversing. (michi_cc)
Sat, 02 Aug 2008 22:55:52 +0000 rubidium (svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)
Sat, 02 Aug 2008 22:55:38 +0000 rubidium (svn r13959) -Codechange [YAPP]: Try to extend a train reservation as far as possible and only call into the pathfinder on track choices. (michi_cc)
Sat, 02 Aug 2008 22:55:23 +0000 rubidium (svn r13958) -Add [YAPP]: Implement look-ahead for trains so they extend their reservation before reaching the end. (michi_cc)
Sat, 02 Aug 2008 22:54:38 +0000 rubidium (svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc)
Sat, 02 Aug 2008 22:54:23 +0000 rubidium (svn r13954) -Codechange [YAPP]: On reserving a path that ends at the destination, the path could end at a non-safe tile. In this case, extend the reservation based on the next vehicle orders. (michi_cc)
Sat, 02 Aug 2008 22:54:07 +0000 rubidium (svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc)
Sat, 02 Aug 2008 22:53:51 +0000 rubidium (svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc)
Sat, 02 Aug 2008 22:53:37 +0000 rubidium (svn r13951) -Codechange [YAPP]: A train leaving a tile should unreserve the track it came from if it was reserved. (michi_cc)
Sat, 02 Aug 2008 22:53:21 +0000 rubidium (svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when waiting on a path reservation. (michi_cc)
Fri, 01 Aug 2008 15:07:31 +0000 rubidium (svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
Fri, 01 Aug 2008 13:25:19 +0000 smatz (svn r13911) -Fix (r13806): do not consider crashed train as waiting at signal, v->direction doesn't have to match track anyway
Tue, 29 Jul 2008 22:19:37 +0000 peter1138 (svn r13870) -Fix [FS#2167]: Callback 10 (visual effect and powered wagons setting) and powered wagons operation were not performed for articulated wagons.