Age | Commit message (Collapse) | Author |
|
around using a reference instead of by-value
|
|
|
|
strict than others
|
|
station view window
|
|
and available (not reserved) cargo count in the station list
-Change: sort based on the cargo count, not the cargo value
|
|
station GUI
|
|
|
|
window to its default size.
|
|
|
|
after construction.
|
|
the different cargoes (fonsinchen)
|
|
and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
|
|
descriptive function
|
|
reserved by full loading vehicles in the station (fonsinchen)
|
|
|
|
|
|
same functionality.
|
|
black or white depending on the background colour. (sbr)
|
|
the company stations window (sbr)
|
|
specators and colour it's caption neutrally grey.
|
|
station windows, if the station is affected by exclusive transport rights.
|
|
aircraft. (Based on patch by cirdan)
|
|
|
|
|
|
understandable
|
|
|
|
|
|
with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
|
newgrf stations
|
|
station window when no tiles are selected (mouse hovering a window or toolbar)
|
|
|
|
|
|
|
|
|
|
OnInvalidateData().
|
|
list directly in OnInvalidateData(). There might be a scheduled rebuild which needs execution first. So, only set a trigger for resorting.
|
|
location when having persistent building turned on and selecting a "second" location for the station tile
|
|
characters, not bytes
|
|
OnPaint().
|
|
the language "list"
|
|
for instead of having cargo waiting
|
|
be too small
|
|
to r20774)
|
|
|
|
some headers
|
|
by own vehicles.
|
|
|
|
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
|
|
and vscroll2.
Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
|
|
scrollbar explicitly using a NWidgetPart via SetScrollbar().
|