Age | Commit message (Collapse) | Author |
|
again when cloning vehicles using the clone-button from the depot GUI. This button cannot be used for sequential cloning, so the argument about opening many windows does not hold as it does for the clone button from the vehicle GUI.
|
|
Eagle_rainbow)
|
|
for purchase/depot cell size.
|
|
sprites. (Based on patch by Eddi)
|
|
open the vehicle window of the new vehicle. The only reasonable thing to do with the new vehicle is to start it, which can also be done via the depot GUI.
|
|
values for size computations.
|
|
|
|
when dragging for RTL languages.
|
|
|
|
(vehicle) depots and vehicle details
|
|
understandable
|
|
|
|
|
|
vehicles when adding an extra order
|
|
|
|
draw different sprites on the map and in various GUIs.
|
|
|
|
depot view.
|
|
|
|
OnInvalidateData().
|
|
tiles in the depot
-Fix [FS#4461]: don't count the number of vehicles but the length of vehicles to (configurably) limit train length
|
|
-Cleanup: Avoid conversions to Train and RoadVehicle that are no longer required.
|
|
|
|
|
|
road vehicles and trains.
|
|
|
|
got closed
|
|
|
|
using RTL languages.
|
|
the language "list"
|
|
|
|
depots was broken
|
|
|
|
and vehicle to clone orders from directly from vehicle lists and depot window
|
|
some headers
|
|
to increase the vehicle pool limit
|
|
to increase the vehicle pool limit
|
|
order doesn't require up to 765 commands.
|
|
depot it belongs to gets removed, the depot window gets closed or when another vehicle gets sold in a depot
|
|
|
|
|
|
and 'sell chain' button for non-train depot windows.
|
|
columns for non-train depot windows.
|
|
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().
|
|
|
|
|
|
|
|
is disabled and there is no handled right click event for the widget, i.e. if a widget would handle the right click you won't see the tooltip anymore by right clicking; by enabling hovering you would get access to that tooltip again.
|