Age | Commit message (Collapse) | Author |
|
Patch by Alberth.
|
|
window_gui.h only needs to be included in *_gui.cpp.
|
|
the Window class and remove Window from their naming.
|
|
|
|
recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.
|
|
|
|
|
|
byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
|
|
functions/types to tilehighlight_*.h.
|
|
|
|
declarations.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
|
|
by Alberth.
|
|
|
|
operators.
|
|
have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport.
|
|
the stack, but only once and reuse this.
|
|
byte array for ChildScreenSpriteToDraw.
|
|
byte array for ParentSpriteToDraw.
|
|
|
|
space as necessary. This avoids copying data around for vector's push_back() function.
|
|
|
|
byte array for TileSpriteToDraw.
|
|
byte array for StringSpriteToDraw.
|
|
a patch by Alberth.
|
|
instead of transparent
|
|
use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
|
|
|
station_func.h.
|
|
overlays when the tile is 'error'-marked (red pulsating selection). Patch by Icosikai.
|
|
input, depot/group window wasn't updated (original patch by GrimRC)
|
|
|
|
that is outside of the map.
|
|
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
|
|
useless includes.
|
|
map.h).
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|
|
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
|
|
|