Commit Graph

57021 Commits (d7b75614bb92ef3a0e881d679de7a1d19553c11c)
 

Author SHA1 Message Date
Jonathan G Rennison d7b75614bb Merge branch 'master' into jgrpp
# Conflicts:
#	media/baseset/CMakeLists.txt
#	src/build_vehicle_gui.cpp
#	src/console.cpp
#	src/debug.cpp
#	src/fontcache/freetypefontcache.cpp
#	src/network/network.cpp
#	src/openttd.cpp
#	src/os/macosx/font_osx.cpp
#	src/os/windows/font_win32.cpp
#	src/settings_gui.cpp
#	src/video/sdl2_v.cpp
#	src/widgets/settings_widget.h
#	src/window_gui.h
5 months ago
Jonathan G Rennison 3af99bd2dc Rename ShowInfo to ShowInfoI, add ShowInfo fmt macro 5 months ago
Peter Nelson 53fa54f8e9
Fix e1f5be62: Clear font cache when toggling sprite font. (#11780)
This is necessary for the sprite font height and ascender to be updated correctly.
5 months ago
Patric Stout 32fc740582
Fix: [SDL2] fullscreen always used the resolution of the first display (#11779) 5 months ago
Patric Stout 302ba93471
Fix: [SDL2] only resolutions of the first display were shown (#11778) 5 months ago
Michael Lutz 994bdff81e Codechange: [CMake] Use timestamps to copy non-generated baseset files. 5 months ago
Michael Lutz e1f5be6244 Add: GUI options to select sprite font and AA mode for all fonts. 5 months ago
Michael Lutz 20f1a0dc57 Fix: [OSX] Spurious log message when a sprite glyph was layouted. 5 months ago
Michael Lutz 36cf6b1d13 Feature: Scalable OpenTTD TrueType font made by Zephyris.
This uses the normal variant for the small font, not the all-caps version.
5 months ago
Michael Lutz 6e766a2e81 Change: Allow TrueType fonts to provide our private-use glyphs. 5 months ago
Loïc Guilloux 37610af0e4
Fix: Don't replace stripped characters with '?' in console (#11777) 5 months ago
Rubidium 564441e822 Remove: Debug redirect over network
It does not work for dedicated servers because upon starting the process to
resolve the address to redirect to gets killed. Also with all the async going
on in the network code, the debug redirection will start very late in the
process.
5 months ago
Peter Nelson a6873ef7dd
Codechange: Avoid repeatedly calling virtual methods in text drawing loop. (#11774) 5 months ago
translators e8d6b496c2 Update: Translations from eints
english (au): 1 change by krysclarke
english (us): 1 change by 2TallTyler
chinese (simplified): 9 changes by WenSimEHRP
korean: 1 change by telk5093
russian: 1 change by Ln-Wolf
finnish: 1 change by hpiirai
danish: 2 changes by bscargo
french: 2 changes by ottdfevr
portuguese: 1 change by azulcosta
5 months ago
Peter Nelson f219557cf2
Codechange: List functions in gui.h under correct source file. (#11775) 5 months ago
Peter Nelson 71aaed860b
Codechange: Missing some conversions to WidgetID. (#11773) 5 months ago
Jonathan G Rennison fe2f2207c1 Minor formatting fix 5 months ago
Jonathan G Rennison 563d13ed4e Update cargo filter dropdowns in dual pane train purchase window 5 months ago
Jonathan G Rennison 19a8b7b445 Merge branch 'master' into jgrpp
# Conflicts:
#	src/os/windows/library_loader_win.cpp
5 months ago
Loïc Guilloux 93ba6d6776
Fix: compilation without precompiled headers (#11770) 5 months ago
Peter Nelson e3bb6497f7 Codechange: Don't assume game options widget is a dropdown list. 5 months ago
Peter Nelson 8ca867ef63 Codechange: Replace game options' style-breaking if-condition with switch. 5 months ago
Jonathan G Rennison b5debe9b14 Update scheduled dispatch window when vehicle acquires dispatch slot 5 months ago
Jonathan G Rennison a0a09c18fb Scheduled dispatch: Warn when last departure is >= 23 hours in future
When showing time in minutes
5 months ago
translators 341d022024 Update: Translations from eints
chinese (simplified): 141 changes by WenSimEHRP
russian: 3 changes by Ln-Wolf
danish: 6 changes by bscargo
latvian: 10 changes by lexuslatvia
dutch: 16 changes by Afoklala
french: 2 changes by ottdfevr
5 months ago
Jonathan G Rennison 55683c4350 Fix enabling map edge mode setting when void edge tiles were not flat 5 months ago
Jonathan G Rennison b3f31a6523
Fix #11696: Graphics set parameters missing from survey data (#11764) 5 months ago
Jonathan G Rennison 479490d7e8
Codechange: Remove unnecessary vector for writing GRF parameter JSON (#11763) 5 months ago
Loïc Guilloux 54b57fbfeb
Codechange: [Script] Use ScriptList::FillList() in more locations (#11762) 5 months ago
Tyler Trahan 60da6b992e
Fix #4415: Land info build date is also renovation date (#11759)
Co-authored-by: Gadg8eer <64449092+Gadg8eer@users.noreply.github.com>
5 months ago
Jonathan G Rennison 8ae1587987 Merge branch 'master' into jgrpp
# Conflicts:
#	src/os/windows/crashlog_win.cpp
#	src/os/windows/font_win32.cpp
#	src/os/windows/win32.cpp
#	src/os/windows/win32.h
#	src/video/win32_v.cpp
#	src/video/win32_v.h
5 months ago
Loïc Guilloux 03df70ce8a
Fix #11752: [Win32] Wrong multi-line text layout due to incorrect partial run handling (#11761) 5 months ago
Jonathan G Rennison 0436dd1abe Move instead of copy town list into ShowSelectTownWindow 5 months ago
Jonathan G Rennison 394cf1bf9b Fix incorrect town distance sorting in scenario editor house picker town selector
See #628
5 months ago
Jonathan G Rennison 78e08d5711 Add setting text/warnings about why YAPF is recommended for trains 5 months ago
Jonathan G Rennison a0861347db Settings: Move advise default flag/functionality to guiproc 5 months ago
Jonathan G Rennison 411f5b2ca2 Change default for purchase land area permitted setting to allow by area 5 months ago
Loïc Guilloux 28efa65e0c
Revert a2edf52: SQOpsLimiter does a more precise job (#11754) 5 months ago
Jonathan G Rennison 1101b04371 Fix: Build button text when train purchase window using "Engines" filter 5 months ago
Rubidium 32ab765792 Fix #11485: new run on same line must not use last_space of previous run as cut-off point
Use the start of the next run instead as the location of the last space.
5 months ago
Patric Stout b1812751e0
Fix: [CI] unbreak Linux releases by using a slightly older rust-cache action (#11758)
The maintainer bumped node16 -> node20 in a patch version, which
is a bit awkward for us, as we can't run node20 in this workflow
(yet). Most other actions used a major version for that, and for
similar reasons we cannot upgrade "download-artifact" to v4.

This is a temporary solution, while we start looking into how to
support node20 in this workflow.
5 months ago
Jonathan G Rennison e1c9de2318 Improve handling of conditional orders with vehicle route lines 5 months ago
Jonathan G Rennison 44f0875924 Fix 30506201: Train purchase in dual pane window for non-cargo filters 5 months ago
Jonathan G Rennison 041f36d565 Add try to acquire slot order subtype 5 months ago
Jonathan G Rennison 2fc631b15b Rename OT_RELEASE_SLOT to OT_SLOT, use a subtype field 5 months ago
translators 94d31864b3 Update: Translations from eints
chinese (simplified): 16 changes by WenSimEHRP
arabic (egypt): 23 changes by AviationGamerX
korean: 1 change by telk5093
portuguese (brazilian): 10 changes by pasantoro
polish: 4 changes by pAter-exe
5 months ago
Jonathan G Rennison 6140431427 Adjust German translations of "slot"
See #627
5 months ago
Jonathan G Rennison 3050620189 Merge branch 'master' into jgrpp
# Conflicts:
#	src/autoreplace_cmd.cpp
#	src/build_vehicle_gui.cpp
#	src/cargotype.cpp
#	src/economy.cpp
#	src/engine_gui.cpp
#	src/industry_cmd.cpp
#	src/industry_gui.cpp
#	src/linkgraph/linkgraph_gui.h
#	src/linkgraph/refresh.cpp
#	src/linkgraph/refresh.h
#	src/newgrf.cpp
#	src/newgrf_airporttiles.h
#	src/newgrf_roadstop.cpp
#	src/newgrf_station.cpp
#	src/newgrf_station.h
#	src/order_base.h
#	src/order_cmd.cpp
#	src/order_func.h
#	src/order_gui.cpp
#	src/pathfinder/pathfinder_type.h
#	src/saveload/afterload.cpp
#	src/subsidy_base.h
#	src/vehicle_cmd.cpp
#	src/vehicle_gui.cpp
#	src/vehicle_gui_base.h
5 months ago
Jonathan G Rennison 02e6925c2a Select zoom layer before doing clipping/offsets in GfxBlitter 5 months ago
Jonathan G Rennison 7dd820fe22 Crash/desync logs: Include non-default settings section 5 months ago