Peter Nelson
056f0c94cf
Add: [NewGRF] Allow badges to be excluded from badge name list. ( #14818 )
...
This allows badges to have names that can be filtered, but avoid cluttering the purchase text.
2025-12-08 05:08:49 +05:00
Rubidium
8a5f23043a
Codechange: silence CodeQL complaints about long switches
2025-12-08 05:08:49 +05:00
Rubidium
8134f11852
Codefix: comparison of narrow type with wide type in loop condition
2025-12-08 05:08:44 +05:00
mmtunligit
c34a433a07
Feature: Signs, waypoint and station names may be moved ( #14744 )
2025-12-08 05:06:53 +05:00
Richard Wheeler
f5a6604482
Fix: Bridge deck sprites were not toyland aware ( #14821 )
2025-12-08 05:06:52 +05:00
Jonathan G Rennison
cf0a554225
Fix #14800 : Incorrect register processing in GetCustomStationRelocation ( #14801 )
...
ProcessRegisters must be called even if the sprite resolve result
is not valid.
A zero-length ResultSpriteGroup is valid because the output value
is an offset, not a sprite ID within the ResultSpriteGroup.
2025-12-08 05:06:49 +05:00
translators
a28331222d
Update: Translations from eints
...
portuguese: 11 changes by jcteotonio
2025-12-08 05:06:49 +05:00
Peter Nelson
bdceca014d
Codefix: Remove this-> from static call to CleaningPool. ( #14817 )
...
Don't call unnecessarily.
2025-12-08 05:06:45 +05:00
translators
c41ba21a7b
Update: Translations from eints
...
catalan: 4 changes by J0anJosep
portuguese: 6 changes by jcteotonio
2025-12-08 05:06:45 +05:00
Peter Nelson
0e44a837e4
Change: Add debug messages for errors encountered reading sounds. ( #14810 )
2025-12-08 05:06:43 +05:00
Peter Nelson
4d1fc8563d
Fix ed67aedabf: Saved default houses had incorrect class and index information. ( #14812 )
...
Saved default houses would not appear properly in the 'Saved' tab after restarting the game.
2025-12-08 05:06:38 +05:00
Peter Nelson
53de4c4898
Codefix 0455627d16: Don't make temporary copies of order when converting old orders. ( #14808 )
2025-12-08 05:06:36 +05:00
Peter Nelson
e7a706cf25
Fix #14794 : Default railtype missing for some NewGRF rail vehicles. ( #14795 )
2025-12-08 05:05:07 +05:00
Peter Nelson
c2f269dab2
Codechange: Use enum class for water-related enums. ( #14804 )
2025-12-08 05:04:12 +05:00
davidxn
eb976cc523
Fix 741c431: Miscalculated cargo penalty for poor station rating ( #14712 )
2025-12-08 05:04:06 +05:00
kos
a50a0db97d
Fix #14755 : Remove clicked type selection when not visible
2025-12-08 05:04:04 +05:00
Rubidium
29f2961b74
Codefix: shadowing variable, grouping loop increments
2025-12-08 05:04:01 +05:00
Jonathan G Rennison
2666159a47
Fix 98481ecc: Incorrect parsing of var 6x parameter in NewGRF debug window
2025-12-08 05:03:58 +05:00
Jonathan G Rennison
1cbec53e75
Fix 2b244441: [CMake] Regression tests failed if no previous crashes present
...
On CMake 3.x
2025-12-08 05:03:58 +05:00
Tyler Trahan
7a766d96b3
Feature: Rivers can end in wetlands if unable to reach sea ( #14784 )
2025-12-08 05:02:16 +05:00
translators
3bf0aed390
Update: Translations from eints
...
swedish: 4 changes by joeax910
portuguese: 1 change by jcteotonio
2025-12-08 05:02:16 +05:00
Peter Nelson
427ab4dd24
Codechange: Replace color with colour.
2025-12-08 05:00:32 +05:00
Peter Nelson
f97ad14f0f
Codechange: Replace favorite with favourite.
2025-12-08 05:00:28 +05:00
Peter Nelson
7f476c51c8
Codechange: Use enum class for Roadside.
2025-12-08 04:59:29 +05:00
Peter Nelson
33b77c6616
Codechange: Use enum class for RoadTileType.
2025-12-08 04:58:31 +05:00
Peter Nelson
c2554e3149
Codechange: Use enum class for RailGroundType.
2025-12-08 04:57:37 +05:00
Peter Nelson
67b8fad855
Codechange: Use enum class for RailTileType
2025-12-08 04:56:43 +05:00
Peter Nelson
53597d2916
Codefix f98b90ac2e: Use to_underlying instead of direct static_cast. ( #14790 )
2025-12-08 04:56:36 +05:00
Tyler Trahan
c997178c58
Fix: Two lighthouse spawn issues ( #14785 )
...
* Fix: Lighthouses need sea to generate, not rivers
* Fix: Don't spawn lighthouses close together
2025-12-08 04:56:34 +05:00
translators
1859c168ef
Update: Translations from eints
...
portuguese: 17 changes by jcteotonio
portuguese (brazilian): 1 change by jcteotonio
maori (new zealand): 21 changes by Kyle-McDangersword
2025-12-08 04:56:34 +05:00
translators
c66efc937f
Update: Translations from eints
...
portuguese: 21 changes by jcteotonio
2025-12-08 04:56:34 +05:00
SamuXarick
871386b779
Codechange: HighScore sorting to use std::vector ( #14779 )
...
Replaces the fixed-size array for company sorting with a std::vector and updates sorting to use std::ranges::sort. This removes the need for manual count management.
2025-12-08 04:56:32 +05:00
Muxy Du Goulp
13f030ddf8
Fix #14777 : authorized_key: Correctly target key type for add/remove
...
The logic in ConNetworkAuthorizedKey for the `authorized_key` command was inverted.
The check `if (StrEqualsIgnoreCase(type, name)) continue;` caused the action (add/remove) to be incorrectly executed on the first key type encountered that *did not* match the requested type, rather than the intended one. This resulted in keys specified for 'admin' being added to 'rcon', for example.
This commit inverts the condition to ensure the action is performed only when the requested type matches the iterated key name.
2025-12-08 04:56:27 +05:00
Peter Nelson
8f2fd4f45f
Codechange: Use enum class for command-related enums. ( #14775 )
2025-12-08 04:54:44 +05:00
Loïc Guilloux
e7a89d8c13
Codechange: Detect crashes during regression ( #14774 )
2025-12-08 04:54:44 +05:00
translators
2590cf28c9
Update: Translations from eints
...
polish: 4 changes by pAter-exe
2025-12-08 04:54:44 +05:00
translators
3ff6cd2fa4
Update: Translations from eints
...
norwegian (bokmal): 4 changes by eriksorngard
2025-12-08 04:54:44 +05:00
mmtunligit
4c4e7baf88
Change: Clamp terraform toolbar to main toolbar ( #14725 )
2025-12-08 04:53:00 +05:00
Rito12
00c6581e6b
Fix #14701 : Company colour remap for sprites in badge filter dropdowns. ( #14732 )
2025-12-08 04:52:51 +05:00
translators
1fada6ba66
Update: Translations from eints
...
korean: 4 changes by telk5093
2025-12-08 04:52:51 +05:00
Rito12
8d2ed51e2d
Codefix 394adb6: Make newgrf_badge_gui.cpp file docs compatible with the file name. ( #14770 )
2025-12-08 04:52:43 +05:00
translators
7b415bba48
Update: Translations from eints
...
galician: 17 changes by pvillaverde
polish: 4 changes by Rito13
2025-12-08 04:52:43 +05:00
translators
6ff356a526
Update: Translations from eints
...
english (au): 4 changes by krysclarke
english (us): 4 changes by 2TallTyler
greek: 4 changes by gh658804
hungarian: 4 changes by vargaviktor
russian: 4 changes by Ln-Wolf
finnish: 4 changes by hpiirai
portuguese: 4 changes by jcteotonio
portuguese (brazilian): 4 changes by pasantoro
2025-12-08 04:52:43 +05:00
Peter Nelson
71b69dfa93
Fix 394adb654e: Incorrect spacing for badges in dropdown lists. ( #14768 )
2025-12-08 04:52:40 +05:00
Peter Nelson
e13e912659
Fix c2d4098afa: Unconfigured badge classes should be visible in column 0 by default. ( #14766 )
2025-12-08 04:52:35 +05:00
translators
493507592a
Update: Translations from eints
...
luxembourgish: 54 changes by phreeze83
2025-12-08 04:52:35 +05:00
Peter Nelson
7ec21f8d84
Change: Use proper tooltip strings for freeform edge toggles. ( #14765 )
2025-12-08 04:51:31 +05:00
Loïc Guilloux
0d7c03f8c5
Codefix 6d495d1: [Actions] vcpkg caching for codeql requires some permissions ( #14767 )
2025-12-08 04:51:31 +05:00
Rito12
36082ccf1c
Codefix 8f14894: Correct the comment for GetClassBadge function. ( #14759 )
2025-12-08 04:51:29 +05:00
Peter Nelson
efdfb07bb8
Fix #14763 : Crash if NewGRF currency separator is not valid. ( #14764 )
...
Ensure separator is a valid string.
2025-12-08 04:51:26 +05:00