OpenTTD Source
20241108-master-g80f628063a
|
Barely used user interface for bootstrapping OpenTTD, i.e. More...
#include "stdafx.h"
#include "base_media_base.h"
#include "blitter/factory.hpp"
#include "error_func.h"
#include "core/geometry_func.hpp"
#include "error.h"
#include "fontcache.h"
#include "gfx_func.h"
#include "network/network.h"
#include "network/network_content_gui.h"
#include "openttd.h"
#include "strings_func.h"
#include "video/video_driver.hpp"
#include "window_func.h"
#include "widgets/bootstrap_widget.h"
#include "table/strings.h"
#include "safeguards.h"
Go to the source code of this file.
Data Structures | |
class | BootstrapBackground |
The background for the game. More... | |
class | BootstrapErrorWindow |
The window for a failed bootstrap. More... | |
struct | BootstrapContentDownloadStatusWindow |
Window for showing the download status of content. More... | |
class | BootstrapAskForDownloadWindow |
The window for the query. More... | |
Functions | |
bool | HandleBootstrap () |
Handle all procedures for bootstrapping OpenTTD without a base graphics set. More... | |
Barely used user interface for bootstrapping OpenTTD, i.e.
downloading the required content.
Definition in file bootstrap_gui.cpp.
bool HandleBootstrap | ( | ) |
Handle all procedures for bootstrapping OpenTTD without a base graphics set.
This requires all kinds of trickery that is needed to avoid the use of sprites from the base graphics set which are pretty interwoven.
Definition at line 362 of file bootstrap_gui.cpp.
References _network_available, BlitterFactory::GetCurrentBlitter(), and BaseMedia< GraphicsSet >::GetUsedSet().
|
staticconstexpr |
Widgets for the background window to prevent smearing.
Definition at line 35 of file bootstrap_gui.cpp.
|
staticconstexpr |
The widgets for the query.
It has no close box as that sprite does not exist yet.
Definition at line 176 of file bootstrap_gui.cpp.
|
staticconstexpr |
Nested widgets for the download window.
Definition at line 125 of file bootstrap_gui.cpp.
|
staticconstexpr |
Nested widgets for the error window.
Definition at line 68 of file bootstrap_gui.cpp.