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
/
rail_gui.cpp
Age
Commit message (
Expand
)
Author
2021-10-17
Feature: Button to toggle showing advanced signal types (#9617)
Charles Pigott
2021-09-05
Feature: Hide block signals in GUI by default (#8688)
Tyler Trahan
2021-05-29
Codechange: Rename window related DeleteXXX to match new behaviour
glx22
2021-05-29
Fix f6d5c01: Delay deletion when closing windows
glx22
2021-05-29
Codechange: use separate pre and post callbacks for int settings
rubidium42
2021-05-15
Change: Use gender-neutral pronouns
rubidium42
2021-05-15
Fix: comparison of narrow type to wide type in loop (potential for infinite l...
Rubidium
2021-04-28
Cleanup: Replace FOR_ALL_SORTED_RAILTYPES macro with range iterator.
Peter Nelson
2021-04-21
Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget()
Peter Nelson
2021-04-02
Fix: adjust object and rail station selection window padding to be consistent...
Didac Perez Parera
2021-04-02
Add: Hotkey to focus the rail station class name filter editbox.
stormcone
2021-03-25
Fix #8875: Filter string in station window breaks flow in user interface
Koen Bussemaker
2021-03-13
Feature: allow filtering on name in rail station window (#8706)
Didac Perez Parera
2021-02-20
Codechange: rename sound ids to make more sense. (#8701)
frosch
2021-01-08
Fix 85a49a0d3: hotkeys were enabled outside of GM_NORMAL (#8534)
Patric Stout
2021-01-08
Change: always allow to click on the toolbar icons for road/rail/dock/airport
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-07
Feature: option to auto remove signals when in the way during rail constructi...
Kuhnovic
2020-07-27
Fix: Properly invalidate mouse-over station coverage highlight (#8263)
Ćukasz Hryniuk
2019-12-23
Fix: Setting the default railtype to 'first/last available' did not work with...
frosch
2019-12-23
Codechange: Use RAILTYPE_BEGIN instead of RAILTYPE_RAIL when the intention is...
frosch
2019-12-23
Codechange: Use a switch with fall-through instead of a if-sequence with cont...
frosch
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-07
Fix #7188: check the validity of command callback for scripts (#7701)
glx22
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-25
Feature: Add existing station coverage area display when placing new station ...
peter1138
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-31
Change: Shorten engine rail type drop down in autoreplace window. (#7448)
PeterN
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-03-10
Feature: Add rail icon to rail construction drop down list.
peter1138
2019-03-09
Add: windowshade for rail station construction window
Andy
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2018-07-26
Change: Extend rail types to 64 (6 bit storage)
Peter Nelson
2018-06-06
Codechange: Change element type used for rail type usage stats array in SetDe...
Jonathan G Rennison
2016-12-25
(svn r27710) -Change: Limit waypoint area by maximum station spread already w...
frosch
2016-12-08
(svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not fi...
frosch
2016-05-22
(svn r27571) -Codechange: Consistent naming for command callbacks which play ...
frosch
2016-04-19
(svn r27547) -Fix: Use a more appropiate sound effect for convert-rail. (andy...
frosch
2015-10-30
(svn r27427) -Fix: Use the NewGRF railtype sorting order in the infrastructur...
frosch
2015-02-22
(svn r27163) -Fix [FS#6204]: Toolbars were not invalidated when changing max-...
frosch
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2014-09-22
(svn r26906) -Codechange: Scale depot and station picker buttons by GUI zoom ...
peter1138
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-03-23
(svn r26422) -Fix [FS#5946]: Some road constructions used the rail sound effe...
frosch
2014-02-24
(svn r26375) -Fix [FS#5929]: Station sizes > 8 were always allowed. (adf88)
frosch
2013-11-24
(svn r26088) -Fix (r26086): Windows compilation
rubidium
2013-11-24
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...
rubidium
[next]