16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00

Merge branch 'gfx-work' into udpnetwork

This commit is contained in:
milek7
2019-01-29 23:49:29 +01:00
5 changed files with 22 additions and 6 deletions

View File

@@ -84,6 +84,7 @@ struct global_settings {
double fMoveLight{ -1 }; // numer dnia w roku albo -1
bool FakeLight{ false }; // toggle between fixed and dynamic daylight
double fTimeSpeed{ 1.0 }; // przyspieszenie czasu, zmienna do testów
double default_timespeed { 1.0 }; // timescale loaded from config
double fLatitudeDeg{ 52.0 }; // szerokość geograficzna
float ScenarioTimeOverride { std::numeric_limits<float>::quiet_NaN() }; // requested scenario start time
float ScenarioTimeOffset { 0.f }; // time shift (in hours) applied to train timetables
@@ -180,6 +181,8 @@ struct global_settings {
bool dds_upper_origin = false;
bool captureonstart = true;
std::chrono::duration<float> minframetime {0.0f};
bool python_mipmaps = true;
bool python_displaywindows = false;
bool python_threadedupload = true;