Age | Commit message (Collapse) | Author |
|
details of the network lobby and split detail drawing to its own function
|
|
|
|
list a seperate function and remove some magic numbers
|
|
|
|
it again in DrawSmallMapStuff()
|
|
using simple heuristic (instead of deleting them)
|
|
french - 6 changes by glx
german - 1 changes by dihedral
hungarian - 1 changes by alyr
|
|
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.
|
|
|