index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
train_cmd.cpp
Age
Commit message (
Expand
)
Author
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-10
Feature: Railtype flags to allow/disallow 90 degree curves. (#7352)
Michael Lutz
2019-02-21
Fix #7159, e934f09: Waiting time at red one-way signals was too short.
Michael Lutz
2019-01-31
Cleanup: [NPF] Remove unused parameter.
J0an Josep
2019-01-31
Cleanup: [NPF] Remove unused parameters.
J0an Josep
2019-01-12
Codechange #5859: Simplify CheckTrainStayInDepot() (#7045)
Joan Josep
2019-01-09
Fix: Don't increase motion counter while train is waiting at non-path signals...
Andy
2018-10-31
Codechange: Some more null checks
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-06-14
Fix: Prevent ships moving into docks after finishing (un)loading. (#6791)
PeterN
2018-05-22
Change: 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 FreeTrainTrackReservation
peter1138
2017-03-20
(svn r27809) -Codechange: Improve check in UpdateLevelCrossing
peter1138
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
2016-05-22
(svn r27580) -Fix [FS#6395]: Set date of last service on construction also fo...
frosch
2015-10-30
(svn r27419) -Fix [FS#6369]: CmdSellRailWagon did not revert all actions prop...
frosch
2015-03-28
(svn r27209) -Add: Draw path reservation on the whole bridge, not only on the...
frosch
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2014-10-15
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...
rubidium
2014-10-04
(svn r26951) -Codechange: Do the GUI-scale dance for vehicle, depot, and purc...
peter1138
2014-09-22
(svn r26907) -Codechange: Scale engine purchase list to GUI zoom level for mu...
peter1138
2014-09-20
(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicl...
rubidium
2014-05-01
(svn r26546) -Codechange: Make order wait_time, travel_time and max_speed pri...
fonsinchen
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-02-07
(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity whe...
frosch
2013-11-26
(svn r26130) -Codechange: add some guards against using invalid image indices
rubidium
2013-11-26
(svn r26129) -Fix: remove dead code; it could be made to do what it did, but ...
rubidium
2013-11-26
(svn r26126) -Cleanup: remove unneeded check for NULL
rubidium
2013-11-17
(svn r26026) -Fix (r25648) [FS#5775-ish]: Invalidate vehicle colour palette a...
frosch
2013-11-08
(svn r25955) -Fix [FS#5723]: Train's "force proceed" status gets reset when t...
rubidium
2013-11-07
(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
frosch
2013-08-25
(svn r25744) -Fix (r25648): [NewGRF] Also invalidate vehicle colour palette w...
frosch
2013-08-06
(svn r25698) -Fix [FS#5700]: Autoreplace/renew also refits free wagons.
frosch
2013-08-04
(svn r25648) -Change [FS#5669]: [NewGRF] Invalidate vehicle recolour palette ...
frosch
2013-06-04
(svn r25319) -Fix [FS#5570]: crash when train with reserved cargo vanishes
rubidium
2013-05-19
(svn r25259) -Codechange: track capacities and usage of links
rubidium
2013-04-24
(svn r25200) -Fix (r24846): The level crossing sound is an ambient sound and ...
michi_cc
2013-04-13
(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() a...
frosch
2013-04-08
(svn r25167) -Fix [FS#5523] (r24832): Original train and rv acceleration did ...
frosch
[next]