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
/
industry_gui.cpp
Age
Commit message (
Expand
)
Author
2019-04-18
Codechange: use std::array for _sorted_industry_types
glx
2019-04-13
Codechange: use std::sort() in GUIList
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: Switch DropDownList to directly use std::vector, thus making Auto...
Michael Lutz
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Removed SmallVector completely
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-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
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-03-20
Fix #7384: Industry Chain tooltips did not display on right-click.
peter1138
2019-01-19
Fix 8859381: Display of requires/produces in Build Industry window
Niels Martin Hansen
2019-01-11
Change: OnGameTick() is only called when not paused.
Peter Nelson
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2018-11-03
Fix: Industry chain window layout no more unnecessarily large when the number...
Niels Martin Hansen
2018-11-03
Add: NewGRF support for 16-in-16-out industries
Niels Martin Hansen
2018-11-03
Add: Industries can produce and accept up to 16 different cargoes
Niels Martin Hansen
2018-10-31
Fix: Remove various dead or unnecessary assignments
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2017-12-27
(svn r27952) -Change: Reword texts in industry view, when stockpiling is used.
frosch
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-02-26
(svn r27751) -Feature: Display cargo suffix of accepted cargoes in industry v...
alberth
2017-02-26
(svn r27750) -Codechange: Add cb37 result type to the cargo suffix.
alberth
2017-02-26
(svn r27749) -Codechange: Fold cb37 cargo suffix text in a structure.
alberth
2015-05-09
(svn r27277) -Codechange: Make _displayed_industries a std::bitset.
frosch
2014-10-05
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort b...
peter1138
2014-08-09
(svn r26723) -Fix[FS#5997]: Properly check for cargo acceptance of houses.
alberth
2014-06-20
(svn r26656) -Fix [FS#6044]: Production cheat cannot not be allowed to be act...
planetmaker
2014-06-10
(svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours.
frosch
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-11-24
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...
rubidium
2013-11-24
(svn r26080) -Fix: possible out of bounds array access
rubidium
2013-10-12
(svn r25838) -Codechange: Rename HOUSE_MAX to NUM_HOUSES.
frosch
2013-08-18
(svn r25732) -Fix: In BuildIndustryWindow in RTL mode, draw industry color ic...
frosch
2013-08-10
(svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0
fonsinchen
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-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-05-12
(svn r25238) -Feature: Display imminent closure of an industry in its view wi...
alberth
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-23
(svn r24846) -Add: Advanced settings to disable certain sound effects.
frosch
2012-12-01
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...
alberth
2012-11-25
(svn r24764) -Change: Disable horizontal resizing of the industry chain windo...
alberth
2012-11-25
(svn r24763) -Feature: Add industry type and cargo dropdown selection for eas...
alberth
2012-11-11
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
frosch
2012-07-10
(svn r24395) -Doc: Fixed argument references in @param descriptions.
alberth
[next]