Rubidium and rubidium42
817a47773a
Codechange: use scoped enum for PacketAdminType
2026-04-06 06:52:01 +02:00
Rubidium and rubidium42
c858e0c90a
Codechange: prepare TCPListener for scoped enums
2026-04-06 06:52:01 +02:00
Peter Nelson and GitHub
6dce7fdca3
Codechange: remove padding spaces from settings types ( #15436 )
2026-04-06 00:04:19 +01:00
Peter Nelson and GitHub
9f287a7828
Cleanup 61a0a520f6: remove obsolete IndustryTrigger enum ( #15437 )
2026-04-05 22:53:56 +00:00
Peter Nelson and Peter Nelson
78bc829886
Codechange: make Searchpath a scoped enum
2026-04-05 21:46:07 +01:00
Peter Nelson and Peter Nelson
5aae8e2d64
Codechange: make Subdirectory a scoped enum
2026-04-05 21:46:07 +01:00
Peter Nelson and Peter Nelson
93a6aa77c6
Codechange: make SaveLoadOperation a scoped enum
2026-04-05 21:46:07 +01:00
Peter Nelson and Peter Nelson
04f7adb7b7
Codechange: make DetailedFileType a scoped enum
2026-04-05 21:46:07 +01:00
Peter Nelson and Peter Nelson
74b0b080e7
Codechange: make AbstractFileType a scoped enum
2026-04-05 21:46:07 +01:00
Loïc Guilloux and GitHub
c3f1372d74
Codechange: [CI] Use unprivileged env to build preview ( #15419 )
2026-04-05 18:16:27 +02:00
Peter Nelson and GitHub
0b29a2560a
Codechange: make GRFStatus, GRFListCompatibility and GRFParameterType scoped enums ( #15426 )
2026-04-05 16:41:56 +01:00
EmperorJake and GitHub
fed04d0a03
Add: Setting to disable aircraft range limit ( #15433 )
2026-04-05 10:51:12 -04:00
Cyprian Klimaszewski and GitHub
4707f78744
Codechange: Make doxygen ignore some parts of code that it does not understand. ( #15430 )
2026-04-05 15:46:52 +01:00
Charles Pigott and GitHub
3bb17ce2d7
Codechange: [CI] Use UCRT64 MSYS2 environment ( #15422 )
...
* Codechange: [CI] Use UCRT64 MSYS2 environment
* Codechange: [CI] Use pacboy to install packages from the correct subsystem
2026-04-05 10:37:04 +02:00
Peter Nelson and GitHub
41a0a8967a
Fix #15428 : [Fluidsynth] treat configured synth.gain as maximum instead of hardcoded value ( #15429 )
2026-04-04 22:31:37 +01:00
Peter Nelson and GitHub
dd233a9b70
Fix f864aaf131: refresh string width cache for all loaded fonts ( #15427 )
...
Cache needs to be loaded for all font sizes, not just those that were missing glyphs.
2026-04-04 21:51:29 +01:00
Peter Nelson and GitHub
cdb548c252
Codechange: make ShoreReplacement and TramDepotReplacement scoped enums ( #15425 )
...
Rename TramReplacement to TramDepotReplacement, as it only affects depots.
2026-04-04 17:53:21 +01:00
Peter Nelson and GitHub
bf6898290d
Codefix 3f3ee69d0f: really make GrfLoadingStage a scoped enum ( #15424 )
2026-04-04 14:40:39 +00:00
Cyprian Klimaszewski and rubidium42
4da085e598
Add: [NewGRF] Station flag to divide cargo by area instead of perimeter.
2026-04-04 16:16:32 +02:00
Abigail and rubidium42
4355855b85
Change: Make ScriptTile::IsBuildableRectangle use a TileArea for iteration
2026-04-04 16:15:40 +02:00
Abigail and rubidium42
34f5f1eaea
Fix #15318 : Nonsensical error message when trying to send aircraft to hangar with no usable airports
2026-04-04 16:15:24 +02:00
David Newton and rubidium42
5f20b45cd8
Codechange: Refactor smooth economy industry production change chances
2026-04-04 16:14:36 +02:00
Rubidium and rubidium42
ea5e87651f
Codechange: make NetworkAction a scoped enum
2026-04-04 16:08:51 +02:00
Charles Pigott and GitHub
08563632f3
Remove: [CI] MinGW32 target ( #15420 )
2026-04-04 12:09:26 +01:00
Rubidium and rubidium42
48a8903d85
Codechange: document network related functions/types/variables
2026-04-03 22:34:01 +02:00
Peter Nelson and GitHub
856a02ae53
Codefix cdfbb113: FontConfig does not need to load font caches ( #15416 )
2026-04-03 20:17:15 +00:00
Rubidium and rubidium42
cd4fb5dea3
Codechange: simplify the FiosItem sorter logic
2026-04-03 21:40:57 +02:00
Rubidium and rubidium42
95fbc7abf5
Codechange: use scope enum and rename DestType to NetworkChatDestinationType
2026-04-03 21:40:24 +02:00
Rubidium and rubidium42
c36f9d2d2a
Codechange: add automatic WindowNumber conversions for scoped enums and documentation
2026-04-03 21:40:24 +02:00
Tyler Trahan and GitHub
41a4917211
Codechange: Cache last vehicle of chains ( #15385 )
2026-04-03 14:46:41 -04:00
Peter Nelson and Peter Nelson
f864aaf131
Change: test font for eligibility before adding as fallback
...
Avoids reloading fonts and scanning for missing glyphs for each searched font.
2026-04-03 19:45:46 +01:00
Peter Nelson and Peter Nelson
9a0af4387b
Codechange: pass required font/os_handle via FontProviderManager::LoadFont()
...
This allows fonts other than configured to be loaded.
2026-04-03 19:45:46 +01:00
Peter Nelson and Peter Nelson
cdfbb113ce
Codechange: MissingGlyphSearcher now contains which fontsizes to search for
2026-04-03 19:45:46 +01:00
metablaster and GitHub
3c9a75a387
Fix: [Script] IsBuildableRectangle for a 0x0 tile should return false ( #15357 )
2026-04-03 19:38:24 +01:00
Peter Nelson and GitHub
36878bfbc8
Codechange: remove duplicate and out-of-date documentation for LoadFont ( #15411 )
...
Move comments inline to code where useful.
2026-04-02 12:20:46 +01:00
Tyler Trahan and GitHub
3efaeb0eea
Change: Allow subsidies with CargoDist ( #15189 )
2026-04-01 18:45:27 -04:00
translators
2ac2fa79b9
Update: Translations from eints
...
korean: 3 changes by telk5093
2026-04-01 05:20:45 +00:00
Jonathan G Rennison and rubidium42
935f39ecab
Fix: MaxReliability order condition value not being clamped to <= 100
2026-03-31 23:08:08 +02:00
Tad Hardesty and GitHub
e40c7f0c81
Add: Lower the Send To Depot button when a vehicle is on its way to one ( #15397 )
2026-03-31 12:23:28 +01:00
Peter Nelson and Peter Nelson
d2dd4d4e4a
Codefix: NWidgetDisplayFlag and MWidContainerFlag should be scoped enums
2026-03-31 12:21:00 +01:00
Peter Nelson and Peter Nelson
cca03f3112
Codechange: use scoped enum for Scrollbar Stepping
...
Rename as it is already in scope of Scrollbar class.
2026-03-31 12:21:00 +01:00
Peter Nelson and Peter Nelson
b856899a13
Codechange: use scoped enum for SizingType
2026-03-31 12:21:00 +01:00
Peter Nelson and Peter Nelson
8fdc503448
Codechange: use scoped enum for ResizeWidgetType
...
Rename from ResizeWidgetValues
2026-03-31 12:21:00 +01:00
Peter Nelson and Peter Nelson
ff2028c7d6
Codechange: use scoped enum for ArrowWidgetType
...
Rename from ArrowWidgetValues to make more sense
2026-03-31 12:21:00 +01:00
Peter Nelson and Peter Nelson
423bf8d5cd
Fix: force sprites in main menu image-text buttons to same square dimensions
...
Fixes appearance with original basesets
2026-03-31 12:20:40 +01:00
Peter Nelson and Peter Nelson
56f7d87b56
Fix: size toolbar buttons relative to largest toolbar icon instead of hardcoded value
...
This improves appearance with basesets that use a different sprite size for toolbar icons.
2026-03-31 12:20:40 +01:00
Peter Nelson and Peter Nelson
d15cbef897
Codechange: call AdjustPaddingForZoom on window creation
...
Reduces duplication in SetMinimalSize / SetMinimalTextLines
2026-03-31 12:20:40 +01:00
translators
915bc00ea0
Update: Translations from eints
...
chinese (traditional): 1 change by KogentaSan
english (us): 2 changes by 2TallTyler
hungarian: 5 changes by vargaviktor
portuguese: 2 changes by jcteotonio
esperanto: 2 changes by slashdevslashurandom
portuguese (brazilian): 5 changes by pasantoro, 1 change by jcteotonio
2026-03-31 05:18:54 +00:00
translators
10ac3a22e0
Update: Translations from eints
...
english (au): 2 changes by krysclarke
chinese (traditional): 3 changes by KogentaSan
greek: 2 changes by gh658804
finnish: 2 changes by hpiirai
esperanto: 61 changes by slashdevslashurandom
portuguese (brazilian): 4 changes by pasantoro
polish: 2 changes by pAter-exe
2026-03-30 05:21:03 +00:00
translators
bc9e786f84
Update: Translations from eints
...
english (au): 1 change by krysclarke
english (us): 1 change by 2TallTyler
greek: 1 change by gh658804
finnish: 1 change by hpiirai
catalan: 7 changes by J0anJosep
portuguese: 1 change by jcteotonio
esperanto: 23 changes by slashdevslashurandom
portuguese (brazilian): 6 changes by pasantoro
polish: 1 change by pAter-exe
2026-03-29 05:19:04 +00:00