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.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Change: Remove disable_unsuitable_building setting
Charles Pigott
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-05
Codechange: consider vehicle co-ordinates when identifying viewport candidate...
Matt Kimber
2021-01-05
Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a...
Matt Kimber
2021-01-05
Codechange: improve performance for complex vehicle chains by resolving sprit...
Matt Kimber
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-09-25
Change: Service depot also reset breakdown chance.
Galigator
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2020-06-28
Fix #8216: Don't show floating text on autoreplace if cost is 0
Charles Pigott
2020-05-21
Codechange: Replace SmallPair with std::pair.
Michael Lutz
2020-04-06
Fix #8064: Incorrect display of refit capacity
glx
2020-01-03
Fix #7891: Actually check the vehicle type before casting
SamuXarick
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
glx
2019-12-21
Codechange: Replace station 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-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-25
Change: Do not display a newspaper about old vehicles for which replacement i...
stormcone
2019-02-10
Fix 148e5b41d6: Uninitialized variable usage. (#7216)
PeterN
2019-02-10
Change: Skip reliability decay if servicing is disabled
Eddi-z
2019-02-10
Fix #7197: Invalidate depot buttons when necessary. (#7212)
PeterN
2019-02-08
Fix: trains cancelling their pending reversal when ordered to go to a depot b...
Henry Wilson
2019-02-06
Add #5006: Flag to hide rail type from construction.
Peter Nelson
2019-02-02
Fix: DMU/EMU livery should apply to passenger carriages with DMU/EMU engines.
Peter Nelson
2019-01-31
Feature: Group liveries, and livery window usability enhancements. (#7108)
PeterN
2019-01-19
Change: Add path cache for ships.
Peter Nelson
2019-01-17
Fix: Some code and comment typos
nikolas
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2018-03-11
(svn r27986) -Codechange: Name magic constants in the vehicle position hash f...
frosch
2017-08-31
(svn r27904) -Fix [FS#6593]: When last vehicle is removed from shared orders ...
adf88
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-24
(svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display ...
peter1138
2016-10-16
(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.
frosch
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-05-29
(svn r27584) -Codechange: Add some assertions about Vehicle::cargo_payment.
frosch
2015-10-30
(svn r27426) -Change: Round loading percentage in loading indicators and cond...
frosch
2015-04-09
(svn r27222) -Fix [FS#6278]: Use the current maximum speed as limited by brid...
planetmaker
2015-02-14
(svn r27148) -Fix: Rounding and unit-conversion inconsistencies in calls to M...
frosch
[next]