Commit Graph

57112 Commits (a6635088e9a998f9126ea2bcb038a02e03692876)
 

Author SHA1 Message Date
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
6 months ago
Jonathan G Rennison 55683c4350 Fix enabling map edge mode setting when void edge tiles were not flat 6 months ago
Jonathan G Rennison b3f31a6523
Fix #11696: Graphics set parameters missing from survey data (#11764) 6 months ago
Jonathan G Rennison 479490d7e8
Codechange: Remove unnecessary vector for writing GRF parameter JSON (#11763) 6 months ago
Loïc Guilloux 54b57fbfeb
Codechange: [Script] Use ScriptList::FillList() in more locations (#11762) 6 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>
6 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
6 months ago
Loïc Guilloux 03df70ce8a
Fix #11752: [Win32] Wrong multi-line text layout due to incorrect partial run handling (#11761) 6 months ago
Jonathan G Rennison 0436dd1abe Move instead of copy town list into ShowSelectTownWindow 6 months ago
Jonathan G Rennison 394cf1bf9b Fix incorrect town distance sorting in scenario editor house picker town selector
See #628
6 months ago
Jonathan G Rennison 78e08d5711 Add setting text/warnings about why YAPF is recommended for trains 6 months ago
Jonathan G Rennison a0861347db Settings: Move advise default flag/functionality to guiproc 6 months ago
Jonathan G Rennison 411f5b2ca2 Change default for purchase land area permitted setting to allow by area 6 months ago
Loïc Guilloux 28efa65e0c
Revert a2edf52: SQOpsLimiter does a more precise job (#11754) 6 months ago
Jonathan G Rennison 1101b04371 Fix: Build button text when train purchase window using "Engines" filter 6 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.
6 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.
6 months ago
Jonathan G Rennison e1c9de2318 Improve handling of conditional orders with vehicle route lines 6 months ago
Jonathan G Rennison 44f0875924 Fix 30506201: Train purchase in dual pane window for non-cargo filters 6 months ago
Jonathan G Rennison 041f36d565 Add try to acquire slot order subtype 6 months ago
Jonathan G Rennison 2fc631b15b Rename OT_RELEASE_SLOT to OT_SLOT, use a subtype field 6 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
6 months ago
Jonathan G Rennison 6140431427 Adjust German translations of "slot"
See #627
6 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
6 months ago
Jonathan G Rennison 02e6925c2a Select zoom layer before doing clipping/offsets in GfxBlitter 6 months ago
Jonathan G Rennison 7dd820fe22 Crash/desync logs: Include non-default settings section 6 months ago
Jonathan G Rennison 2ec4b2a8ca Return end of string pointer in SettingDesc formatters 6 months ago
Patric Stout d3ee045c2d
Codechange: refactor the Windows-only DllLoader in a cross-platform LibraryLoader (#11751) 6 months ago
Jonathan G Rennison b42beecb0d Use array unique_ptr for water regions 6 months ago
Jonathan G Rennison 316d34918f Fix missing water region invalidations for rail with water and water objects 6 months ago
Jonathan G Rennison 1914c11459 Debug: Use zoning dropdown for debug zoning modes
Control visibility using misc_debug 2, instead of controlling
debug modes themselves using misc_debug
6 months ago
Jonathan G Rennison a0475b16a0 Zoning window: Refactor string/mode mapping handling 6 months ago
Loïc Guilloux 251008663b Fix #11748: Incorrect clamping of negative service interval values (#11749)
(cherry picked from commit f7bd70baec)
6 months ago
Jonathan G Rennison de91c56ed5 Debug: Add chicken bits for water region invalidation/init 6 months ago
Jonathan G Rennison b45b8e77f3 Add cache checking of water regions 6 months ago