Age | Commit message (Collapse) | Author |
|
purposes, i.e. make it translatable
|
|
|
|
over null driver
|
|
|
|
|
|
-Fix (r17871): missing variable declaration
|
|
|
|
aircraft details.
|
|
|
|
|
|
|
|
|
|
step-heights from BaseVehicleListWindow::DrawVehicleListItems().
|
|
|
|
|
|
DrawVehicleRefitWindow.
|
|
|
|
|
|
|
|
|
|
production callback version 0.
|
|
drawing.
|
|
DrawVehicleRefitWindow().
|
|
together in the view vehicle window.
|
|
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
|
|
|
|
|
|
|
|
|
STACKED_SELECTION_ZERO_SIZE widgets via UpdateWidgetSize
|
|
basque - 7 changes by Thadah
|
|
|
|
|
|
|
|
window to a separate function
|
|
bottom + 1, draw the string
|
|
for the content gui.
|
|
zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%.
|
|
pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items.
|
|
|
|
|
|
'real' new CargoPackets and saveload. For saveload we do not need to set anything except two variables (the rest is always overwritten by the load), for new 'real' cargo also pass the source_xy; dereferencing st before calling is easier than resolving st->index back to st and then dereferencing. Also don't set loaded_at_xy because that is of no importance when not loaded in a vehicle.
|
|
|
|
ofcourse the index of the source station generally doesn't equal the location of said station.
|
|
for clicking.
|
|
|
|
smallmap to separate functions
|
|
when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately.
|
|
to minimap to separate functions
|
|
typo-ish fixes.
|