Commit Graph

56815 Commits (00a0853550274b158c40ff8945aad758a70363fa)
 

Author SHA1 Message Date
Peter Nelson b2d4d90502 Change: Apply interface scaling to NewGRF settings min/max sizes. 11 months ago
Peter Nelson 42ae61a4fe Change: Use sparse padding for NewGRF settings window. 11 months ago
Peter Nelson cdb4e98a15
Change: Use sparse padding for AI/GS settings windows. (#11466) 11 months ago
Peter Nelson f93711838f
Fix 6317967: Missing exception for SetPipRatio(). (#11465) 11 months ago
Peter Nelson 60651227a0
Change: Simplify world gen widgets and use sparse padding. (#11464) 11 months ago
translators bca321443a Update: Translations from eints
french: 1 change by Lishouuu
11 months ago
Peter Nelson 7d48a3f073
Codechange: Move RectPadding::zero definition to header. (#11461)
This potentially allows better inlining/optimization.
11 months ago
Peter Nelson e2e0753916
Codechange: Use GetCurrentRect() where feasible. (#11460) 11 months ago
Peter Nelson 17ceed0241
Change: Use sparse padding for Game Options window. (#11463) 11 months ago
Peter Nelson 306e75223a Change: Adjust layouts and standardize spacing for company-related windows. 11 months ago
Peter Nelson 58c037fba0 Change: Increase finance window lines (and underlines) with interface scale. 11 months ago
translators 1dff1e34f6 Update: Translations from eints
tamil: 3 changes by Jeyanthinath
11 months ago
Jonathan G Rennison b280dfb965 Split GUI settings into separate INI files
Matching upstream for non-save settings
11 months ago
Jonathan G Rennison d4f39ea6c2 Remove "Show order management button" setting
Now always enabled
11 months ago
Jonathan G Rennison 3bcc99dd95 Fix CMake config for static MSVC builds 11 months ago
Jonathan G Rennison beee3cc369 Replace BytesToHexString with FormatArrayAsHex 11 months ago
Jonathan G Rennison 6a35661db4 Update regression results 11 months ago
Jonathan G Rennison 42213454f1 Remove unused _autosave_months constants 11 months ago
Jonathan G Rennison 5656322434 Fix vehicle lateness updates when using timetabled 0 wait times 11 months ago
Peter Nelson 7cfcf65f95 Codechange: Simplify cargo filter lists, building only when required.
Some cargo filter lists were built in advance, and used as lookups to test which cargo type to filter.

Instead, use the Cargo ID directly as the filter parameter, and build the lists only when the drop down list is used.
11 months ago
Peter Nelson 08dfe35442 Codechange: Move DropDownList height and width calculation to helper. 11 months ago
Jonathan G Rennison 6708a886ac Debug: Show current order and load times in vehicle debug info 11 months ago
Jonathan G Rennison 86fff56c14 Add setting for whether to hide default stop location 11 months ago
Jonathan G Rennison fc1c47cbd2 Merge branch 'master' into jgrpp
# Conflicts:
#	cmake/CompileFlags.cmake
#	src/crashlog.cpp
#	src/crashlog.h
#	src/date_type.h
#	src/depot_type.h
#	src/landscape.cpp
#	src/openttd.cpp
#	src/order_cmd.cpp
#	src/order_gui.cpp
#	src/os/macosx/crashlog_osx.cpp
#	src/os/unix/crashlog_unix.cpp
#	src/os/windows/crashlog_win.cpp
#	src/pathfinder/npf/npf.cpp
#	src/road_cmd.cpp
#	src/script/api/script_infrastructure.cpp
#	src/stdafx.h
#	src/table/settings/gui_settings.ini
#	src/table/settings/pathfinding_settings.ini
#	src/tests/CMakeLists.txt
11 months ago
Jonathan G Rennison cb9e088399 Add setting to control autosave interval mode 11 months ago
translators 1242b355e5 Update: Translations from eints
danish: 1 change by bscargo
polish: 1 change by pAter-exe
11 months ago
Patric Stout 19bbcb180d Change: base autosaves intervals on real time (instead of game time) (#10655)
There are two fundamental issues with autosave:
- When fast-forwarding, it saves way too often
- When paused, it never saves

Both makes no sense. Autosaves are meant to prevent you from
accidentally losing your work. The emphasis on "your" work.

To solve both issues, the autosave now works on real time. You
can select every 10 / 30 / 60 / 120 minutes, which are similar to
what the setting was in game-months.

When you pause, autosaving will stop. Unless you make any change
to the game; then it will continue to make autosaves, even so
the game is paused. Unpausing / pausing resets this mechanism.

(cherry picked from commit f5fad88723)
11 months ago
Peter Nelson c877494f7a
Codechange: Simplify autoreplace rail/road types by using separate widget. (#11457)
This avoids needing to determine which type of list to deal with by additionally checking the window number for VEH_TRAIN/VEH_ROAD.
11 months ago
Tyler Trahan 7a6d102c4b
Codechange: Clean up timetable start checks (#11456) 11 months ago
translators 5446ece100 Update: Translations from eints
vietnamese: 7 changes by KhoiCanDev
korean: 1 change by telk5093
catalan: 7 changes by J0anJosep
11 months ago
Jonathan G Rennison ec6cdce0c3 Merge branch 'master' into jgrpp
# Conflicts:
#	src/bridge_gui.cpp
#	src/openttd.cpp
#	src/settings_type.h
#	src/table/settings/gui_settings.ini
11 months ago
Jonathan G Rennison 524af62b8e Remove now-unused autosave strings 11 months ago
Jonathan G Rennison 4bfa8b7b7b Merge branch 'master' into jgrpp
# Conflicts:
#	src/openttd.cpp
#	src/settings_gui.cpp
#	src/settings_type.h
#	src/table/settings/gameopt_settings.ini
#	src/table/settings/gui_settings.ini
11 months ago
translators 1432511fe5 Update: Translations from eints
english (au): 1 change by krysclarke
italian: 7 changes by Rivarossi
russian: 1 change by Ln-Wolf
finnish: 1 change by hpiirai
portuguese: 1 change by azulcosta
portuguese (brazilian): 1 change by pasantoro
11 months ago
Tyler Trahan 235ac0bceb
Codechange: Reword rail/road type label constants (#11451) 11 months ago
translators ef1abbcd1f Update: Translations from eints 11 months ago
Peter Nelson bd2ddb07ca
Change: Move baseset missing/corrupted files label to list item. (#11455)
This allows any baseset error to be displayed in the drop down list so it is more easily visible, and avoids wasted space in the layout.
11 months ago
Peter Nelson 1071acb483
Codechange: Redundant use of char * and c_str(). (#11454) 11 months ago
Jonathan G Rennison 79b5699e82 Fix test compilation on MacOS 11 months ago
Jonathan G Rennison 57f50b4a40 Github: Re-enable regression tests for ci-build workflow 11 months ago
Jonathan G Rennison c7f9218fa5 Fix narrowing conversion warning in ring_buffer.hpp 11 months ago
Jonathan G Rennison a2d5c4354d Fix various uint/size_t mismatches in string functions 11 months ago
Peter Nelson 938c8339d2 Codechange: Ensure space between `for`/`if` and `(`. 11 months ago
Peter Nelson d4008850e3 Codechange: Ensure function opening `{` is on new line. 11 months ago
Jonathan G Rennison 1de1af08b9
Codechange: Replace AllocatedStringParameters with ArrayStringParameters (#11452)
All uses of AllocatedStringParameters are with a compile-time fixed
constant.
Use of a dynamically allocated buffer on the heap is unnecessary and
increases overhead, particularly due to frequent use as a temporary.
11 months ago
Jonathan G Rennison c31a8971f2 Fix narrowing conversion warning in FormatString 11 months ago
translators 92816ac96b Update: Translations from eints
german: 3 changes by SecretIdetity
romanian: 6 changes by bnegrut
11 months ago
Jonathan G Rennison c4f7794597 Fix ArrayStringParameters with move assignment/construction 11 months ago
TELK d80820932f Update: Korean translation up to 3da9f52 11 months ago
Jonathan G Rennison 48e700bc32 Fix type issues with string parameter structs 11 months ago