Commit Graph

29511 Commits (86e32631d7f962f35bf552366b6e11979fbd3a57)
 

Author SHA1 Message Date
J0anJosep 86e32631d7 Doc: Amend landscape grid after #12572. 3 months ago
Peter Nelson aee04e7bc6
Codechange: Pass span to StrValid instead of first and last - 1. (#12846)
`std::span` is used instead of `std::string_view` as this is only used for fixed-length buffers.

This removes some callers of `lastof()`
3 months ago
translators 23bcd592a4 Update: Translations from eints
chinese (simplified): 27 changes by WenSimEHRP
italian: 9 changes by ciampix
esperanto: 7 changes by ciampix
3 months ago
Peter Nelson 6120165433
Fix #12839: Truncated help text dialog on Windows. (#12844)
Replace fixed-length buffer message conversion with std::string.
3 months ago
translators f59ab67672 Update: Translations from eints
english (us): 2 changes by 2TallTyler
dutch: 1 change by Afoklala
french: 2 changes by ottdfevr
3 months ago
translators 5395d5731e Update: Translations from eints
latvian: 3 changes by lexuslatvia
3 months ago
Peter Nelson 4976a0140e
Codefix: [UI] Incorrect initialisation order for rail/road toolbars. (#12843)
The toolbar state was set after the widget tree is created, during which toolbar state is needed.
3 months ago
Edmond Chui 2dc0a33eb7 Fix #12840, ff3be45: "Show industry names" blank panel not initialized properly 3 months ago
translators 794af62286 Update: Translations from eints
english (au): 1 change by krysclarke
swedish: 7 changes by joeax910
chinese (simplified): 2 changes by WenSimEHRP
korean: 1 change by telk5093
french: 2 changes by ottdfevr
3 months ago
translators cd4233bedc Update: Translations from eints
english (au): 1 change by krysclarke
chinese (simplified): 2 changes by WenSimEHRP
greek: 1 change by gh658804
russian: 2 changes by Ln-Wolf
finnish: 1 change by hpiirai
catalan: 2 changes by J0anJosep
portuguese: 1 change by azulcosta
portuguese (brazilian): 1 change by pasantoro
polish: 1 change by pAter-exe
3 months ago
Loïc Guilloux 8ef3a3d463
Codefix: "maybe uninitialized" warnings for linux generic release build (#12838) 3 months ago
translators b27527ec0c Update: Translations from eints
chinese (simplified): 4 changes by WenSimEHRP
catalan: 2 changes by J0anJosep
3 months ago
dP f98b90ac2e
Codechange: Use constants for tree growth stages and tile update frequency (#12833) 3 months ago
J0anJosep 1e0004bcd6 Codechange: Slightly simplify code in clear_cmd.cpp. 3 months ago
Rubidium 4e026e448c Feature: encrypt admin connection when using secure join 3 months ago
Rubidium d3e37a251f Doc: update main admin protocol documentation 3 months ago
Rubidium da6900f606 Change: disable the insecure admin login by default 3 months ago
Rubidium 3094b0ce1d Feature: admin support for password authentication without sending password
Using either password authenticated key exchange (PAKE) or authorized keys
3 months ago
Rubidium b03ae8ad75 Codechange: add Authenticate status to the AdminStatus enum 3 months ago
Joan Josep e7982e8082
Fix: typo in picker mode tooltip. (#12834) 3 months ago
Michal Charemza c4b1596c97
Add: [Console] schedule command to execute a script file next in-game month (#12761) 3 months ago
Koen Bussemaker a0845bba2c Codechange: Reduced size of water region by not storing tile area 3 months ago
translators 8c7cf3bc75 Update: Translations from eints
chinese (simplified): 1 change by WenSimEHRP
french: 5 changes by ottdfevr, 1 change by ben20471
3 months ago
steve-goldman f5f488e778
Change: improve when to stops following vehicle (#12808)
- Changing zoom no longer stops following vehicle
- Key scrolling while following a vehicle stops following
- Autoscrolling while following a vehicle stops following
- Main viewport can begin following a vehicle at any zoom
3 months ago
Jeremy Gao 9e14f989f9
Fix: Wrong punctuation in Simplified Chinese (#12717) 3 months ago
translators b5f2004c26 Update: Translations from eints
norwegian (bokmal): 5 changes by eriksorngard
lithuanian: 3 changes by khamper
french: 3 changes by ben20471
3 months ago
Rubidium 14200212b7 Codechange: use std::optional<std::string> over char * for text query results 3 months ago
translators 3819ab25bf Update: Translations from eints
norwegian (bokmal): 5 changes by eriksorngard
galician: 12 changes by pvillaverde
korean: 31 changes by telk5093
dutch: 14 changes by Afoklala
portuguese: 19 changes by azulcosta
3 months ago
Jonathan G Rennison dc258ecbe0 Fix #12825: Crash when opening road toolbar in scenario editor
Due to attempt to access missing road waypoint button
3 months ago
translators 95f2bec9a9 Update: Translations from eints
greek: 14 changes by gh658804
polish: 36 changes by pAter-exe
3 months ago
Peter Nelson a288644e20
Fix #12815, 7e914a0568: Fallback detection failed with sprite font. (#12816)
How missing glyphs were detected was changed, but the sprite font still substituted `?`, which to missing glyph looked like all characters are present.
3 months ago
translators da4b3bebee Update: Translations from eints
english (au): 2 changes by krysclarke
english (us): 2 changes by 2TallTyler
chinese (simplified): 2 changes by WenSimEHRP
russian: 2 changes by Ln-Wolf
finnish: 25 changes by hpiirai
portuguese (brazilian): 2 changes by pasantoro
3 months ago
glx22 564397645f Codefix: [CI] dubious ownership for emscripten 3 months ago
glx22 b52f778f20 Codefix: [Win32] Use correct range for version in rc file 3 months ago
Tyler Trahan 5ed2fcfb53 Change: Don't use house construction states in Scenario Editor 3 months ago
Tyler Trahan 06bd47af4f Revert d8771b3: Construction stage wrong for all houses 3 months ago
Patric Stout 21813fbe8b
Fix #12818: during Hostile Takeover, profit was calculated wrongly (#12819) 3 months ago
Peter Nelson 209b0320d5
Fix #12735: Default fonts should use default font size as-is. (#12814)
Minimum readable font size should only apply to fallback and configured fonts.
3 months ago
translators 88e53dbdc8 Update: Translations from eints
english (au): 10 changes by krysclarke
swedish: 13 changes by joeax910
english (us): 10 changes by 2TallTyler
chinese (simplified): 14 changes by WenSimEHRP
russian: 6 changes by Ln-Wolf
catalan: 14 changes by J0anJosep
latvian: 15 changes by lexuslatvia
portuguese (brazilian): 12 changes by pasantoro
3 months ago
Joan Josep a873a952aa
Codefix: Reorder comments of HasPowerOnRoad/Rail and IsCompatibleRail. (#12813) 3 months ago
rubidium42 d3c7b1015c Codefix cff48c0f6: unused variable remained after refactor 3 months ago
Steve Goldman 705207e2ce Add: Town window zoom with mouse wheel 3 months ago
Steve Goldman a23ff227e7 Add: Industry window zoom with mouse wheel 3 months ago
Edmond Chui ff3be45c23 Add: Toggle for showing industry names in small map 3 months ago
translators a1e94ccddb Update: Translations from eints
english (au): 2 changes by krysclarke
norwegian (bokmal): 2 changes by eriksorngard
english (us): 2 changes by 2TallTyler
russian: 2 changes by Ln-Wolf
finnish: 2 changes by hpiirai
french: 2 changes by ottdfevr
portuguese (brazilian): 2 changes by pasantoro
polish: 2 changes by pAter-exe
3 months ago
Tyler Trahan 9936b3728a
Change: Don't explain what "toggle" means in tooltips (#12805) 3 months ago
Jonathan G Rennison a43dacd988 Add: NewGRF custom road waypoint support 3 months ago
Jonathan G Rennison c35a5e5cb1 Change: Add variable ground types for road waypoints 3 months ago
Jonathan G Rennison eebd5e47db Add: Road waypoint default graphics 3 months ago
Jonathan G Rennison 9c84e5df3f Add: Road waypoint functionality 3 months ago