Age | Commit message (Collapse) | Author |
|
update the order window
|
|
the drawing routine and call them immediately when changes happen instead of on the next OnPaint. This prevents pressing buttons when they should've been already disabled.
|
|
|
|
scrollbar wrappers
|
|
|
|
|
|
relatives
|
|
|
|
road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
|
|
waypoint_func.h
|
|
all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
|
used for e.g. stations
|
|
|
|
|
|
|
|
|
|
|
|
time, binary size and run time (with asserts disabled) should be improved
|
|
|
|
-Fix: 'Go non-stop to nearest depot'-orders did not work wrt. the 'non-stop' part.
-Fix: Adding 'Go to nearest depot'-orders did not respect the default setting for 'non-stop'.
|
|
related functions rather than position.
|
|
other-companies order windows.
|
|
boundaries.
|
|
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
button bars.
|
|
|
|
they are basically the same thing
|
|
|
|
|
|
stop there
|
|
|
|
end, middle or far end of a platform from the point of view of the driver of the train that enters the station.
|
|
callback
|
|
|
|
API.
|
|
expanding them much easier (Alberth)
|
|
|
|
holds the owner of whatever is shown in the window
|
|
except where it's used for backward compatability.
|
|
changing company.
|
|
guarantees that _current_company is the same as _local_company.
|
|
a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
|
|
|
|
|
|
|
(initial) orders (sulai)
|
|
timetable window. Also let the detail/order/timetable window close eachther, like the detail and order windows already did, when not stickied.
|
|
depots, industries, towns and waypoints
|
|
through a method GetNumOrders() (PhilSophus)
|