summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
AgeCommit message (Expand)Author
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Erase() with std::vector::erase()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + nHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Contains() with std::find() patternHenry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-01-17Fix: Some code and comment typosnikolas
2019-01-11Change: OnGameTick() is only called when not paused.Peter Nelson
2019-01-11Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...Peter Nelson
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2018-04-30Codechange: 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
2013-06-09(svn r25361) -Feature: distribute cargo according to plan given by linkgraphfonsinchen
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-20(svn r25272) -Feature: show the approximate monthly supply to a station of th...rubidium
2013-04-13(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() a...frosch
2013-04-06(svn r25149) -Codechange: replace 'magic' 'has rating' bitcheck by descriptiv...rubidium
2013-02-17(svn r25013) -Feature: show the amount of cargo that has already been reserve...rubidium
2012-11-12(svn r24703) -Fix: Disallow closing oilrig airports in SE.frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-11-11(svn r24697) -Codechange: Use WDF_UNCLICK_BUTTONS instead of duplicating the ...frosch
2012-11-07(svn r24668) -Feature(ette) [FS#5311]: Draw cargo labels in the station list ...frosch
2012-10-20(svn r24615) -Feature [FS#5311]: Sort cargo filter by cargo name/label at the...terkhen
2012-05-16(svn r24260) -Change [FS#5126]: Make the oilrig-vehicle list accessible to sp...frosch
2012-05-06(svn r24205) -Feature [FS#5178-ish]: Show a hint in the supplies tab of stati...frosch
2012-04-17(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming aircraft...michi_cc
2012-03-10(svn r24023) -Fix [FS#5090]: pass cases down into the list of cargosrubidium
2011-12-16(svn r23553) -Fix: avoid naming conflict in widget enumstruebrain
2011-12-16(svn r23546) -Codechange: document and rename widgets to be consistent and un...truebrain