 Loïc GuillouxandGitHub
|
b3b407acaf
|
Fix a6c042855e: [CI] Deployment creation was failing (#15448)
|
2026-04-10 14:30:45 +02:00 |
|
 Loïc GuillouxandGitHub
|
a6c042855e
|
Fix c3f1372d74: [CI] Deployment was not linked to the PR (#15441)
|
2026-04-08 18:36:52 +02:00 |
|
 Peter NelsonandGitHub
|
4db1672611
|
Codechange: make TropicZone a scoped enum (#15442)
|
2026-04-07 08:33:16 +01:00 |
|
 Rubidiumandrubidium42
|
bcd98a6ba5
|
Codechange: document a number of functions and variables
|
2026-04-06 21:17:17 +02:00 |
|
 Peter NelsonandGitHub
|
01568ce0b1
|
Fix: refresh client list when client renames (#15439)
|
2026-04-06 16:58:55 +01:00 |
|
 Peter NelsonandPeter Nelson
|
736ed61c1c
|
Codechange: remove size_t indexer from TypedIndexContainer
Makes container index even stronger.
|
2026-04-06 15:05:30 +01:00 |
|
 Peter NelsonandPeter Nelson
|
1d10e8ee64
|
Codechange: remove size_t indexer from EnumIndexContainer
Makes container index even stronger.
|
2026-04-06 15:05:30 +01:00 |
|
 Peter NelsonandGitHub
|
a9d7397a77
|
Codechange: Pass rail and roadtypes separately for tunnel and bridge commands. (#15438)
Avoids passing and casting each via an unrelated type, at the expense of an extra command parameter.
|
2026-04-06 14:45:22 +01:00 |
|
 Rubidiumandrubidium42
|
9acfa96cb3
|
Codechange: use scoped enum for PacketGameType
|
2026-04-06 15:12:02 +02:00 |
|
 Rubidiumandrubidium42
|
0ad97043bb
|
Codechange: give more context regarding the PacketType enumerations
|
2026-04-06 15:12:02 +02:00 |
|
 Rubidiumandrubidium42
|
316eac1208
|
Codechange: improve some pathfinder documentation
|
2026-04-06 15:11:35 +02:00 |
|
 Rubidiumandrubidium42
|
2e77b6f9f4
|
Codechange: document missing parameters and return types
|
2026-04-06 06:52:23 +02:00 |
|
 Rubidiumandrubidium42
|
9f849fcd9a
|
Codechange: use scoped enum for PacketCoordinatorType
|
2026-04-06 06:52:14 +02:00 |
|
 Rubidiumandrubidium42
|
817a47773a
|
Codechange: use scoped enum for PacketAdminType
|
2026-04-06 06:52:01 +02:00 |
|
 Rubidiumandrubidium42
|
c858e0c90a
|
Codechange: prepare TCPListener for scoped enums
|
2026-04-06 06:52:01 +02:00 |
|
 Peter NelsonandGitHub
|
6dce7fdca3
|
Codechange: remove padding spaces from settings types (#15436)
|
2026-04-06 00:04:19 +01:00 |
|
 Peter NelsonandGitHub
|
9f287a7828
|
Cleanup 61a0a520f6: remove obsolete IndustryTrigger enum (#15437)
|
2026-04-05 22:53:56 +00:00 |
|
 Peter NelsonandPeter Nelson
|
78bc829886
|
Codechange: make Searchpath a scoped enum
|
2026-04-05 21:46:07 +01:00 |
|
 Peter NelsonandPeter Nelson
|
5aae8e2d64
|
Codechange: make Subdirectory a scoped enum
|
2026-04-05 21:46:07 +01:00 |
|
 Peter NelsonandPeter Nelson
|
93a6aa77c6
|
Codechange: make SaveLoadOperation a scoped enum
|
2026-04-05 21:46:07 +01:00 |
|
 Peter NelsonandPeter Nelson
|
04f7adb7b7
|
Codechange: make DetailedFileType a scoped enum
|
2026-04-05 21:46:07 +01:00 |
|
 Peter NelsonandPeter Nelson
|
74b0b080e7
|
Codechange: make AbstractFileType a scoped enum
|
2026-04-05 21:46:07 +01:00 |
|
 Loïc GuillouxandGitHub
|
c3f1372d74
|
Codechange: [CI] Use unprivileged env to build preview (#15419)
|
2026-04-05 18:16:27 +02:00 |
|
 Peter NelsonandGitHub
|
0b29a2560a
|
Codechange: make GRFStatus, GRFListCompatibility and GRFParameterType scoped enums (#15426)
|
2026-04-05 16:41:56 +01:00 |
|
 EmperorJakeandGitHub
|
fed04d0a03
|
Add: Setting to disable aircraft range limit (#15433)
|
2026-04-05 10:51:12 -04:00 |
|
 Cyprian KlimaszewskiandGitHub
|
4707f78744
|
Codechange: Make doxygen ignore some parts of code that it does not understand. (#15430)
|
2026-04-05 15:46:52 +01:00 |
|
 Charles PigottandGitHub
|
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 NelsonandGitHub
|
41a0a8967a
|
Fix #15428: [Fluidsynth] treat configured synth.gain as maximum instead of hardcoded value (#15429)
|
2026-04-04 22:31:37 +01:00 |
|
 Peter NelsonandGitHub
|
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 NelsonandGitHub
|
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 NelsonandGitHub
|
bf6898290d
|
Codefix 3f3ee69d0f: really make GrfLoadingStage a scoped enum (#15424)
|
2026-04-04 14:40:39 +00:00 |
|
 Cyprian Klimaszewskiandrubidium42
|
4da085e598
|
Add: [NewGRF] Station flag to divide cargo by area instead of perimeter.
|
2026-04-04 16:16:32 +02:00 |
|
 Abigailandrubidium42
|
4355855b85
|
Change: Make ScriptTile::IsBuildableRectangle use a TileArea for iteration
|
2026-04-04 16:15:40 +02:00 |
|
 Abigailandrubidium42
|
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 Newtonandrubidium42
|
5f20b45cd8
|
Codechange: Refactor smooth economy industry production change chances
|
2026-04-04 16:14:36 +02:00 |
|
 Rubidiumandrubidium42
|
ea5e87651f
|
Codechange: make NetworkAction a scoped enum
|
2026-04-04 16:08:51 +02:00 |
|
 Charles PigottandGitHub
|
08563632f3
|
Remove: [CI] MinGW32 target (#15420)
|
2026-04-04 12:09:26 +01:00 |
|
 Rubidiumandrubidium42
|
48a8903d85
|
Codechange: document network related functions/types/variables
|
2026-04-03 22:34:01 +02:00 |
|
 Peter NelsonandGitHub
|
856a02ae53
|
Codefix cdfbb113: FontConfig does not need to load font caches (#15416)
|
2026-04-03 20:17:15 +00:00 |
|
 Rubidiumandrubidium42
|
cd4fb5dea3
|
Codechange: simplify the FiosItem sorter logic
|
2026-04-03 21:40:57 +02:00 |
|
 Rubidiumandrubidium42
|
95fbc7abf5
|
Codechange: use scope enum and rename DestType to NetworkChatDestinationType
|
2026-04-03 21:40:24 +02:00 |
|
 Rubidiumandrubidium42
|
c36f9d2d2a
|
Codechange: add automatic WindowNumber conversions for scoped enums and documentation
|
2026-04-03 21:40:24 +02:00 |
|
 Tyler TrahanandGitHub
|
41a4917211
|
Codechange: Cache last vehicle of chains (#15385)
|
2026-04-03 14:46:41 -04:00 |
|
 Peter NelsonandPeter 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 NelsonandPeter 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 NelsonandPeter Nelson
|
cdfbb113ce
|
Codechange: MissingGlyphSearcher now contains which fontsizes to search for
|
2026-04-03 19:45:46 +01:00 |
|
 metablasterandGitHub
|
3c9a75a387
|
Fix: [Script] IsBuildableRectangle for a 0x0 tile should return false (#15357)
|
2026-04-03 19:38:24 +01:00 |
|
 Peter NelsonandGitHub
|
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 TrahanandGitHub
|
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 |
|