Age | Commit message (Collapse) | Author |
|
|
|
CmdChangeTimetable for indicating what to change.
|
|
|
|
understandable
|
|
|
|
as no real order influencing path finding is added
|
|
|
|
|
|
command-scope.
|
|
invalidations themself (from autoreplace and refitting).
|
|
OnInvalidateData().
|
|
because the Vehicle index changed, use a better eye-catcher-'data' than 0 to identify them.
|
|
and cur_real_order_index to keep track of the current real order in an unambiguous way.
-Fix [FS#4440]: Automatic orders behave now stable wrt. service orders and are not added or removed depending on the need of servicing.
-Fix: Various other issues with automatic orders, e.g. vehicles getting stuck with "no orders" when there are automatic orders at the end of the order list.
|
|
|
|
for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
|
|
the language "list"
|
|
to increase the vehicle pool limit
|
|
|
|
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().
|
|
|
|
|
|
|
|
parameter for OnClick().
|
|
misaligned in the timetable GUI.
|
|
if a header require a header make it include that header
|
|
display planes.
|
|
|
|
capacity.
|
|
|
|
make the 'current order'-arrow in order and timetable GUI RTL aware.
|
|
same twice.
|
|
|
|
other companies.
|
|
some languages don't have short abbreviations :(
|
|
|
|
timetable window. Based on work by PhilSophus.
|
|
custom drawing/handling input
|
|
and sticky boxes and for window captions
|
|
|
|
Window::UpdateWidgetSize().
|
|
|
|
document some related variables/functions
|
|
WindowDesc; it's determined from the (nested) widgets
|
|
capacity/matrix initialisation
|
|
|
|
|
|
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
|
wrong 'size') upon reiniting windows
|