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
/
build_vehicle_gui.cpp
Age
Commit message (
Expand
)
Author
2021-03-11
Fix #8733: Can't buy train engine when the "Engines only" filter is active
stormcone
2021-03-08
Add: filter for "engines only" in build train window (#8733)
Didac Perez Parera
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-06-18
Fix: Violation of strict weak ordering in engine name sorter
Jonathan G Rennison
2020-01-04
Feature: Show the name of the NewGRF in the build vehicle window.
stormcone
2019-12-21
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-10-21
Fix #7561: Fix power/running-cost vehicle sorter
dorobouNeko
2019-05-18
Fix #7594: Max speed rendered incorrectly in road vehicle purchase window whe...
Jonathan G Rennison
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-29
Codechange: Remove RailTypeByte type
Charles Pigott
2019-04-13
Codechange: use std::sort() in EngList_Sort[Partial]()
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Simplify refit cargo filter condition and stop mixing enum types
Charles Pigott
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: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
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-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-02-14
Fix #6599: Disable build and rename button in build vehicle window when no ve...
Peter Nelson
2019-01-26
Add: more options for translators
glx
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2017-03-18
(svn r27799) -Add: Display aircraft type in buy window (patch by Samu)
alberth
2014-10-05
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort b...
peter1138
2014-10-04
(svn r26951) -Codechange: Do the GUI-scale dance for vehicle, depot, and purc...
peter1138
2014-09-18
(svn r26849) -Fix[FS#6113]: Better display of refit information in articulate...
alberth
2014-09-11
(svn r26811) -Fix[FS#6108]: Fixed spelling error in widget name.
alberth
2014-09-07
(svn r26804) -Feature: Allow hiding of non-interesting engines in the build v...
alberth
2014-09-07
(svn r26803) -Doc: Document some fields in the build vehicle gui, and the rai...
alberth
2014-09-07
(svn r26799) -Codechange: Export vehicle sorting data and functions.
alberth
2014-09-07
(svn r26798) -Codechange: Code style fixes.
alberth
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-12
(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack ...
frosch
2013-08-18
(svn r25733) -Fix: Engine name was misaligned in purchase list for RTL. (sbr)
frosch
2013-06-30
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...
frosch
2013-06-30
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...
frosch
2013-06-24
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other tha...
rubidium
2013-06-11
(svn r25394) -Fix: Restrict renaming engines to the server, just like renamin...
frosch
2013-06-01
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all o...
frosch
2013-05-26
(svn r25294) -Feature: Add another button to window title bars to resize the ...
frosch
2013-05-26
(svn r25290) -Add: Assign string names to notable windows.
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-23
(svn r24848) -Fix [FS#5386]: Consider regearing-like cargos as no-cargo in ca...
frosch
2012-12-23
(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list spr...
michi_cc
2012-12-08
(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...
frosch
[next]