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
/
station_gui.cpp
Age
Commit message (
Expand
)
Author
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-13
Codechange: Replace TILE_AREA_LOOP with range-based for loops
glx22
2021-05-08
Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it.
Peter Nelson
2021-04-22
Codechange: Scale rating minigraphs on station window list. (#9075)
PeterN
2021-04-21
Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget()
Peter Nelson
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-21
Change: Place "Group by" above "Sort by" in station window for consistency
Bernard Teo
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2020-05-13
Codechange: Refactor FindStationsAroundTiles to avoid code duplication
dP
2020-01-12
Codechange: Use cached town, station, industry names for list window sorting
Jonathan G Rennison
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-04-30
Fix: Crash on waypoint selection window
kiwitree
2019-04-25
Feature: Add existing station coverage area display when placing new station ...
peter1138
2019-04-25
Feature: Add coverage area display for existing stations.
peter1138
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-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: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
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
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-01-17
Fix: Some code and comment typos
nikolas
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-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2018-04-30
Codechange: Use TileAddBy(Diag)Dir when possible.
J0anJosep
2017-08-20
(svn r27894) -Fix [FS#6608]: Typo fix in STATIOV_* string names (Wolf01)
alberth
2015-08-10
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...
michi_cc
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2014-11-18
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
frosch
2014-10-21
(svn r27030) -Fix: crash when having the vehicle list opened from a buoy or o...
rubidium
2014-10-05
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort b...
peter1138
2014-10-04
(svn r26957) -Codechange: Spread the station cargo icons out by GUI scale.
peter1138
2014-05-11
(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-24
(svn r26083) -Codechange: pass the CommandContainer for the station joiner ar...
rubidium
2013-08-18
(svn r25731) -Fix [FS#5692]: Minor RTL alignment issues. (sbr)
frosch
2013-06-22
(svn r25432) -Fix [FS#5608]: clang compiler error; sometimes it's more strict...
rubidium
2013-06-18
(svn r25426) -Fix: highlight the right entry in the sorting selector in stati...
fonsinchen
2013-06-15
(svn r25405) -Feature-ish: differentiate between total waiting cargo count an...
rubidium
2013-06-09
(svn r25365) -Feature: show cargo by next hops and final destinations in the ...
fonsinchen
[next]