Age | Commit message (Collapse) | Author |
|
|
|
process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
|
|
position of the status bar.
|
|
viewport scroll/zoom settings.
|
|
|
|
viewports instead of staying locked to the viewport you started on
|
|
|
|
|
|
|
|
HandleDragDrop(), and split the w vardecl in the former.
|
|
|
|
|
|
|
|
place_mode is HT_NONE
|
|
active highlight mode.
|
|
require selecting stuff (landscaping, vehicle cloning, etc) in the viewport while paused. As side-effect you'll get an error message explaining the command can't be executed because the game is paused instead of seemingly nothing happening when you click. Addition side effect of this is that you can make use of the measurement tooltip while paused
|
|
got closed
|
|
scenario editor
|
|
paused. Now you can enable or disable that with a setting
|
|
middle; let it follow the setting of the statusbar instead
|
|
configurable, why isn't the statusbar's location configurable?
|
|
the language "list"
|
|
|
|
incrementing counter multiple times in same "GUI" tick causing an invalid state
|
|
of the screen
|
|
arrows while pressing it clicks the button next to the arrow
|
|
the main toolbar
|
|
pixels
|
|
button scrolling was active
|
|
and vehicle to clone orders from directly from vehicle lists and depot window
|
|
while the chat message box was visible
|
|
so it's not possible a window becomes unmoveable
|
|
caption bar is visible when creating a window
|
|
|
|
static in that file.
|
|
|
|
window.
|
|
make scrolling up shade the window and scrolling down unshade it. (avdg)
|
|
buttons when clicked.
|
|
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
|
|
directly in the scrollbar widget instead.
|
|
NWidgetScrollbar inherit from Scrollbar instead.
|
|
|
|
and instead store the widget index of the being scrolled scrollbar in the Window.
|
|
|
|
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().
|
|
the Scrollbar belonging to a scrollbar widget.
|
|
|
|
|