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
/
vehicle_cmd.cpp
Age
Commit message (
Expand
)
Author
2021-02-26
Fix 02e770ff: allow estimating CloneVehicle if short on money (#8748)
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-07
Fix: don't allow cloning vehicles if cloning orders is failing (#8515)
Patric Stout
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2020-05-03
Fix #8093: Build+Refit changed game-state in command test run, and thus cause...
frosch
2020-05-03
Fix: When build+refit an engine, do not refit any free wagons that may get at...
frosch
2020-05-03
Codechange: Unify the tests whether build+refit is in simulation-test or real...
frosch
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-30
Fix: Quiet a bogus -Wmaybe-unitialized warning from GCC9
Charles Pigott
2019-07-23
Fix #7667: Buying an engine after buying wagons doesn't give a complete train.
stormcone
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-04
Fix #7469: Desync when using build and refit feature.
peter1138
2019-03-26
Codechange: Initialise a few variables that -flto seems to think could possib...
Charles Pigott
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: Replaced SmallVector::Contains() with std::find() pattern
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Change: Show additional cost and refitted capacity in build vehicle window.
peter1138
2019-03-24
Feature: When filtering purchase list by cargo type, make buy button perform ...
peter1138
2019-02-10
Fix #7197: Invalidate depot buttons when necessary. (#7212)
PeterN
2019-01-29
Fix 11ab3c4ea2f: Vehicles could not be refitted to cargo IDs higher than 32.
Peter Nelson
2018-11-25
Fix #6676: Prevent helicopters from stopping in midair during some kinds of l...
Niels Martin Hansen
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-04-30
Fix: Spelling errors (#6769)
Joan Josep
2016-11-05
(svn r27677) -Codechange: Remove implicit VehicleListIdentifier from uint32 c...
frosch
2015-10-30
(svn r27428) -Fix: When selecting a refit cargo for orders, do not check whet...
frosch
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
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-10-13
(svn r25865) -Codechange: Refactor detecting of depot vehicle type of a tile ...
zuu
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-05-19
(svn r25259) -Codechange: track capacities and usage of links
rubidium
2013-02-24
(svn r25040) -Add: a mode to CmdRefitVehicle to preserve the current subtype,...
frosch
2013-02-17
(svn r25008) -Codechange: Make CargoList::Truncate behave similarly to CargoL...
rubidium
2013-02-14
(svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag a...
rubidium
2013-02-14
(svn r24995) -Codechange: Add flags to vehicle service interval for custom & ...
rubidium
2013-02-14
(svn r24994) -Codechange: Replace access to service_interval with accessors (...
rubidium
2012-10-01
(svn r24567) -Fix [FS#5261]: Non-train vehicle lists were not resorted when v...
frosch
2012-07-07
(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent...
frosch
2012-07-07
(svn r24382) -Fix: Call Vehicle::IsStoppedInDepot only for the first vehicle ...
frosch
2012-01-24
(svn r23848) -Fix: Even if A == B, A can make more sense than B.
frosch
2012-01-09
(svn r23783) -Cleanup: remove ancient but not needed command flag
rubidium
2012-01-03
(svn r23745) -Fix (r23087): If autorefit fails, count the vehicle capacity ne...
frosch
2012-01-03
(svn r23743) -Fix [FS#4906]: Call CB 15E for all vehicles before actually exe...
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-17
(svn r23581) -Fix (r23518) [FS#4890]: Cloning of vehicles crashed.
frosch
[next]