summaryrefslogtreecommitdiff
path: root/src/train_cmd.cpp
AgeCommit message (Expand)Author
2021-12-16Codechange: Don't use globals for return values from vehicle command procs.Michael Lutz
2021-12-16Codechange: Un-bitstuff all remaining commands.Michael Lutz
2021-12-16Codechange: Un-bitstuff vehicle/engine commands.Michael Lutz
2021-12-16Codechange: Un-bitstuff commands taking a ClientID (i.e. CMD_CLIENT_ID).Michael Lutz
2021-12-16Codechange: Template DoCommandP to automagically reflect the parameters of th...Michael Lutz
2021-12-16Codechange: Template DoCommand to automagically reflect the parameters of the...Michael Lutz
2021-12-16Codechange: Move flags in CommandProc in front of the command arguments.Michael Lutz
2021-12-16Codechange: Let the compile generate the master command table out of template...Michael Lutz
2021-12-16Codechange: Move command arguments to the back of the networked command funct...Michael Lutz
2021-12-16Codechange: Move command arguments to the back of the DoCommand function call.Michael Lutz
2021-09-18Fix: Prevent train reversing when wholly inside a train depot (#9557)Patric Stout
2021-08-15Fix 2183fd4d: [NewGRF] Use divide instead of right shift for signed numbers. ...Michael Lutz
2021-08-15Feature: [NewGRF] Maximum curve speed modifier for rail vehicles (#9346)Vít Šefl
2021-07-09Codechange: Remove FOR_EACH_SET_TRACKglx22
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-05-27Fix: do not hide parameter by local variable with the same namerubidium42
2021-05-23Fix #9264: Do not attach temporary wagons to free wagon chains when autorepla...Jonathan G Rennison
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-02-20Codechange: rename sound ids to make more sense. (#8701)frosch
2021-01-11Fix: don't allow free-wagon-chains to exceed max-train-length (#8533)Patric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2021-01-05Fix #7611: keeps news about accidents around after vehicle is cleaned up (#8497)Patric Stout
2021-01-05Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a...Matt Kimber
2021-01-03Fix: GetCurveSpeedLimit needs railtype from current tile (#8466)Andy
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-10Feature: Railtype flags to allow/disallow 90 degree curves. (#7352)Michael Lutz
2019-02-21Fix #7159, e934f09: Waiting time at red one-way signals was too short.Michael Lutz
2019-01-31Cleanup: [NPF] Remove unused parameter.J0an Josep
2019-01-31Cleanup: [NPF] Remove unused parameters.J0an Josep
2019-01-12Codechange #5859: Simplify CheckTrainStayInDepot() (#7045)Joan Josep
2019-01-09Fix: Don't increase motion counter while train is waiting at non-path signals...Andy
2018-10-31Codechange: Some more null checksCharles Pigott
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-06-14Fix: Prevent ships moving into docks after finishing (un)loading. (#6791)PeterN
2018-05-22Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)PeterN
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-03-20(svn r27811) -Change: Remove unused parameters in FreeTrainTrackReservationpeter1138
2017-03-20(svn r27809) -Codechange: Improve check in UpdateLevelCrossingpeter1138
2016-10-16(svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw.frosch
2016-10-16(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleS...frosch
2016-10-16(svn r27663) -Codechange: Deduplicate code when rotating crashed vehicles.frosch