summaryrefslogtreecommitdiff
path: root/src/train_cmd.cpp
AgeCommit message (Collapse)Author
2010-01-17(svn r18848) -Fix (r18838): the original accelaration got brokenrubidium
2010-01-17(svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for ↵frosch
monorail and maglev in the waypoint picker.
2010-01-16(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration ↵rubidium
code plus some minor optimisations (Terkhen)
2010-01-16(svn r18836) -Codechange: make TrainUpdateSpeed a class function and update ↵rubidium
some comments (Terkhen)
2010-01-15(svn r18812) -Codechange: make some functions in train.h functions of Train.rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-11(svn r18778) -Fix [FS#3483]: [YAPP] Remove a special check for two-sided ↵michi_cc
signals when reserving a path as this causes trains to get stuck in front of them.
2010-01-09(svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail ↵peter1138
vs maglev) a rail type property
2010-01-09(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal ↵rubidium
wait counter; sometimes they might get into eachother's way
2009-12-31(svn r18674) -Feature (FS#3459): Configurable slope steepness for trains ↵peter1138
from 0% to 10%, default is 3% as before (mostly by Terkhen)
2009-12-28(svn r18653) -Fix [FS#3442]: when trying to attach a wagon to an existing ↵rubidium
free wagon chain, don't attach it to itself
2009-12-27(svn r18647) -Fix: [YAPP] A train inside a station was not always found when ↵michi_cc
checking for trains on a reserved path.
2009-12-25(svn r18628) -Fix [FS#3422]: (un)loading counter being reset while loading a ↵rubidium
train and changing the (path) signal setup around the station
2009-12-20(svn r18574) -Fix [FS#3392] (r18481): manually sending trains and RVs to ↵rubidium
depots didn't quite work
2009-12-16(svn r18515) -Change: make it visible when you're to pass the next signal on ↵rubidium
danger and possible to cancel it -Fix [FS#2891]: when you pass a signal at danger, in a PBS controlled area, don't try to do the 'safe' thing and stop, but continue going; the user wanted the train to pass the signal at danger so (s)he has to suffer the consequences. Ofcourse one can always stop the train manually.
2009-12-13(svn r18494) -Fix (r18474): crash when moving non-engine to new free wagon ↵rubidium
chain and group count was off when moving a front engine within the same train and the new front isn't an engine.
2009-12-13(svn r18484) -Codechange: simplify the Is(Stopped)InDepot functions for trainsrubidium
2009-12-13(svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 ↵rubidium
tile won't make a dent, 3 tiles might be a bit too much -Feature-ish: make maximum pathfinder penalties for finding depots customisable, also increase it slightly to 20 tiles worth of penalties.
2009-12-12(svn r18474) -Fix (r18470): in some odd corner cases the group (vehicle) ↵rubidium
counts could be off
2009-12-12(svn r18473) -Fix (r18470): crash when moving a multiheaded part to be just ↵rubidium
after itself
2009-12-12(svn r18472) -Fix [FS#3146]: selling vehicles in the depot could create ↵rubidium
states that are not allowed by the NewGRF attach callback.
2009-12-12(svn r18470) -Codechange/Fix [part of FS#3146]: moving vehicles around in ↵rubidium
the depot could create states that are not allowed by the NewGRF attach callback.
2009-12-11(svn r18466) -Codechange: use CmdMoveRailWagon to attach a just build wagon ↵rubidium
to a chain
2009-12-11(svn r18465) -Codechange: simplify CheckTrainInDepot and remove some ↵rubidium
unneeded wrapper functions
2009-12-11(svn r18463) -Codechange: some simplifications for finding the end of a vehiclerubidium
2009-12-11(svn r18462) -Fix: when moving a wagon and only the last part of a dual ↵rubidium
headed engine you could split the dual headed engine over two vehicles.
2009-12-11(svn r18461) -Fix (r18456): when moving a wagon from the front of a train ↵rubidium
one could make a train 1 longer than allowed
2009-12-11(svn r18459) -Codechange: move the new train validity checking (attach ↵rubidium
callbacks) to a separate function
2009-12-11(svn r18458) -Codechange: make the 'check train length' code of ↵rubidium
CmdMoveRailVehicle a separate function
2009-12-11(svn r18456) -Codechange: make the length checking functionality of ↵rubidium
CmdMoveRailVehicle a separate function and simplify the logic
2009-12-07(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF coderubidium
2009-12-04(svn r18402) -Codechange: unify/centralise the code for crashing vehiclesrubidium
2009-12-02(svn r18371) -Codechange: unify calling of the train pathfindersrubidium
2009-12-01(svn r18364) -Codechange: move the pathfinders and their related files into ↵rubidium
a separate directory
2009-12-01(svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code ↵rubidium
and simplify some things for the future
2009-12-01(svn r18361) -Fix: Remove unneeded usage of invalid pointer. Also thank ↵frosch
Hirundo and SmatZ.
2009-11-29(svn r18341) -Fix: Replace some GetNextVehicle() with GetNextUnit() where ↵frosch
needed.
2009-11-24(svn r18268) -Feature: [NewGRF] Make price base multipliers related to ↵frosch
vehicles only apply to the GRF locally, if it defines engines of that type itself.
2009-11-24(svn r18266) -Codechange: Add a function to compute prices from price base ↵frosch
and cost factor and use it consistently for vehicle purchase, running cost, and refit cost.
2009-11-16(svn r18123) -Codechange: try our best to keep the vehicles within the build ↵rubidium
vehicle list/autoreplace lists instead of overflowing.
2009-11-16(svn r18121) -Codechange: pass the maximum left/right location to the ↵rubidium
Draw*Engine functions
2009-11-08(svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 ↵frosch
'running cost factor'.
2009-11-08(svn r18007) -Codechange: No need to call CB 36 'running cost factor' if the ↵frosch
vehicle has no running cost class anyway.
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string ↵alberth
before the details string. Gentlemen, swap your string parameters.
2009-10-28(svn r17899) -Codechange: Deduplicate code for refitting vehicles.frosch
2009-10-28(svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called ↵frosch
when they should. -Codechange: Move capacity calculation to a single function for all vehicle types, so the behaviour can be kept consistent easier.
2009-10-27(svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of ↵frosch
certain commands, that change them temporarily.
2009-10-24(svn r17858) -Codechange: Unindent some code.frosch
2009-10-06(svn r17726) -Cleanup: Remove some unneeded/unused parameters.frosch
2009-10-06(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when ↵frosch
a Engine * is already present.