Age | Commit message (Collapse) | Author |
|
|
|
For example, if you have a config that defines OpenGFX as baseset
but for some reason you have no basesets anymore. In that case
bootstrap downloads OpenGFX for you, but it will still show the
error that "OpenGFX was not found" after the bootstrap. This was
an error generated before the bootstrapped kicked in.
Simply muting all errors during bootstrap solves this; as we cannot
show them anyway, this is fine. Any errors that remain after
bootstrap will be generated again anyway.
|
|
|
|
|
|
|
|
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
|
|
This fixes part A of #7619, but not part B.
Vehicle::x_pos and Vehicle::y_pos are not required to be within the map bounds.
See also: GetTileHeightBelowAircraft()
|
|
|
|
If it's not, iterating on it in a loop is quite pointless.
|
|
|
|
|
|
|
|
|
|
|
|
with GUI zoom. (Johnnei)
|
|
the return is not NULL)
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
in the TextRefStack.
|
|
just UCS-2 to the window key press handlers.
|
|
|
|
after construction.
|
|
Eagle_rainbow)
|
|
set critical; just load a different one and display an in-game error later on.
|
|
parsing the cfg file, but schedule them for displaying after the GUI is prepared for it.
|
|
ErrorMessageData constructor into a separate function.
|
|
|
|
storing parameters for the error message window
|
|
|
|
understandable
|
|
|
|
critical error
|
|
the error messages
|
|
strings, again making it possible to return multiple errors
|
|
happen you won't miss any
|
|
error.h
|
|
structure
|
|
into error_gui.cpp
|