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
2021-01-22
Feature: Allow GameScripts to add additional text to Industry view window
dP
2021-01-11
Change: Relocate rename and location buttons in all windows.
frosch
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-15
Codechange: Make use of the improved C++17 emplace_back function.
Michael Lutz
2020-12-14
Add: new economy "frozen" that stops production changes and industry closures...
Pavel Stupnikov
2020-09-25
Fix 70f9c3c6: The *_filter_criteria variables contain an index, not a cargo. ...
stormcone
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2020-06-01
Codechange: remove has_newindustries global
Yexo
2020-06-01
Codechange: replace custom timer and OnGameTick() with OnHundrethTick()
Yexo
2020-01-12
Codechange: Use cached town, station, industry names for list window sorting
Jonathan G Rennison
2020-01-12
Change: Only resort industry directory window on production change if necessary
Jonathan G Rennison
2020-01-07
Fix: Non-deterministic name sorting in industry directory window
Jonathan G Rennison
2020-01-05
Change: In the industry directory window an industry will be greyed out if it...
stormcone
2020-01-05
Change: Move the filtered cargo to the first place in the industry directory ...
stormcone
2020-01-05
Feature: Industry directory cargo filtering
stormcone
2019-12-21
Codechange: Replace FOR_ALL_INDUSTRIES with range-based for loops
glx
2019-11-13
Fix #7631: 16 out cargo support for industry directory
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-10-19
Codechange: Use std::vector for industry tile layouts
Niels Martin Hansen
2019-09-07
Fix #7188: check the validity of command callback for scripts (#7701)
glx22
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
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
[next]