Peter Nelson and rubidium42
f8c8fedad7
Codefix: avoid mixing C and C++ style arrays
2026-06-16 19:11:38 +02:00
mmtunligit and rubidium42
2d5c1a9af8
Codechange: Build rail station highlight updates only as needed
2026-06-16 19:11:25 +02:00
dependabot[bot] and rubidium42
d938292243
Upgrade: Bump the actions group across 1 directory with 4 updates
...
Bumps the actions group with 4 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact ), [actions/download-artifact](https://github.com/actions/download-artifact ), [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs ) and [microsoft/microsoft-store-apppublisher](https://github.com/microsoft/microsoft-store-apppublisher ).
Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
Updates `actions/download-artifact` from 6 to 8
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v8 )
Updates `Apple-Actions/import-codesign-certs` from 6 to 7
- [Release notes](https://github.com/apple-actions/import-codesign-certs/releases )
- [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v6...v7 )
Updates `microsoft/microsoft-store-apppublisher` from 1.1 to 1.3
- [Release notes](https://github.com/microsoft/microsoft-store-apppublisher/releases )
- [Commits](https://github.com/microsoft/microsoft-store-apppublisher/compare/v1.1...v1.3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: Apple-Actions/import-codesign-certs
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: microsoft/microsoft-store-apppublisher
dependency-version: '1.3'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-16 19:08:26 +02:00
translators
34a419ca24
Update: Translations from eints
...
swedish: 6 changes by joeax910
maori (new zealand): 7 changes by Kyle-McDangersword
2026-06-16 06:20:22 +00:00
Rubidium and rubidium42
04c1af9902
Codechange: make NIType a scoped enum
2026-06-16 07:03:32 +02:00
Rubidium and rubidium42
c76cfc7dfb
Codechange: make TextEffectMode scoped
2026-06-16 07:03:10 +02:00
Peter Nelson and GitHub
f0ce749025
Codechange: make ZoomLevelChange a scoped enum ( #15726 )
2026-06-15 20:22:01 +01:00
Rubidium and rubidium42
5a6469ad6f
Codechange: make EventState a scoped enum
2026-06-15 11:20:52 +02:00
translators
2df98643ad
Update: Translations from eints
...
indonesian: 121 changes by q1t0
2026-06-15 06:19:04 +00:00
Rubidium and rubidium42
760cd803c5
Codechange: make TooltipCloseCondition scoped
2026-06-14 21:27:32 +02:00
Peter Nelson and GitHub
52793c0e8b
Codechange: make SmallMapType a scoped enum ( #15721 )
2026-06-14 19:35:23 +01:00
Rubidium and rubidium42
d519cad60f
Codechange: remove unused path in DrawSortButton and simplify calling
2026-06-14 20:30:16 +02:00
Peter Nelson and GitHub
fcd33b25a7
Codechange: add GoalQuestionButton scoped enum and EnumBitSet ( #15723 )
2026-06-14 17:32:27 +01:00
Peter Nelson and Peter Nelson
ff055aa1ce
Codechange: make IniGroupType a scoped enum
2026-06-14 15:24:04 +01:00
Peter Nelson and Peter Nelson
1a2a527530
Codechange: make AdminCompanyRemoveReason a scoped enum
2026-06-14 15:23:45 +01:00
Peter Nelson and Peter Nelson
d6c6ca2879
Codechange: make NewGRFSerializationType a scoped enum
2026-06-14 15:23:45 +01:00
Peter Nelson and Peter Nelson
3008ffa9d2
Codechange: make NetworkRecvStatus a scoped enum
2026-06-14 15:23:45 +01:00
Peter Nelson and Peter Nelson
2365f1e525
Codechange: make ServerAddressType a scoped enum
2026-06-14 15:23:45 +01:00
Peter Nelson and Peter Nelson
fe989c3dc4
Codechange: make NetworkGameStatus a scoped enum
2026-06-14 15:23:45 +01:00
Peter Nelson and Peter Nelson
62d71bd43f
Codechange: make SendPacketsState a scoped enum
2026-06-14 15:23:45 +01:00
Peter Nelson and Peter Nelson
412c692afe
Codechange: make AdminUpdateType a scoped enum
2026-06-14 15:23:45 +01:00
Rubidium and rubidium42
bd86fe69c0
Codechange: make KeyStateBits an EnumBitset with scoped enum
2026-06-14 15:03:59 +02:00
Peter Nelson and GitHub
457275a87c
Fix 0149e4a349: incorrect logic when excluding 90 degree turns ( #15719 )
2026-06-14 12:15:35 +01:00
Peter Nelson and GitHub
9c71a0c925
Fix #15715 , 0149e4a349: ships unable to move due to inverted test ( #15716 )
2026-06-14 10:21:49 +01:00
translators
1baea6b0fb
Update: Translations from eints
...
swedish: 4 changes by joeax910
norwegian (bokmal): 6 changes by eriksorngard
english (us): 1 change by 2TallTyler
esperanto: 1 change by slashdevslashurandom
2026-06-14 06:07:29 +00:00
Rubidium and rubidium42
0af287511f
Codechange: make CanalFeature a scoped enum
2026-06-13 23:40:48 +02:00
Peter Nelson and GitHub
eb789ed3da
Codechange: make PickerFilterMode(s) a scoped enum and EnumBitSet ( #15714 )
2026-06-13 21:40:10 +00:00
Peter Nelson and Peter Nelson
d4f03f3c61
Codechange: remove increment/decrement operators for many enums
2026-06-13 21:54:42 +01:00
Peter Nelson and Peter Nelson
c3b0d71973
Codechange: use EnumRange over many enum loops
2026-06-13 21:54:42 +01:00
Peter Nelson and Peter Nelson
c991564e12
Codechange: add EnumRange iterator to handle enum values
2026-06-13 21:54:42 +01:00
Peter Nelson and GitHub
02792d8332
Codechange: add doxygen comments for all EnumBitSet definitions ( #15713 )
2026-06-13 19:48:55 +00:00
Peter Nelson and GitHub
3aee9889c2
Doc: synchronise changelog from 15.3 release ( #15712 )
2026-06-13 17:56:50 +01:00
Peter Nelson and GitHub
ed1817897a
Codechange: make ErrorCode a scoped enum and document it ( #15711 )
2026-06-13 14:18:26 +01:00
translators
23ed6cd3c4
Update: Translations from eints
...
english (au): 1 change by krysclarke
czech: 34 changes by vladoschreiner
greek: 1 change by gh658804
russian: 1 change by Ln-Wolf
portuguese: 1 change by jcteotonio
portuguese (brazilian): 1 change by pasantoro
2026-06-13 06:01:06 +00:00
Rubidium and rubidium42
234b022d75
Codechange: split decoding of language off to a separate AddGRFString
2026-06-13 06:42:26 +02:00
Peter Nelson and Peter Nelson
8335479c07
Codechange: make AdminStatus a scoped enum
2026-06-12 22:18:32 +01:00
Peter Nelson and Peter Nelson
f022017461
Codechange: make NetworkCoordinatorErrorType a scoped enum
2026-06-12 22:18:32 +01:00
Peter Nelson and Peter Nelson
146d499d0b
Codechange: make ConnectionType a scoped enum
2026-06-12 22:18:32 +01:00
Peter Nelson and GitHub
8453494170
Fix: ignore blocked waypoint tiles ( #15620 )
2026-06-12 22:11:21 +01:00
Cyprian Klimaszewski and GitHub
6e9a5cee2a
Codechange: Use IsValidCorner more. ( #15697 )
2026-06-12 22:09:29 +01:00
Rubidium and rubidium42
6da4aa8648
Codechange: make MouseClick scoped
2026-06-12 23:03:16 +02:00
Rubidium and rubidium42
bba260e300
Codechange: make PreventHideDirection scoped
2026-06-12 22:52:34 +02:00
Rubidium and rubidium42
85ca2c20cd
Codechange: make ViewportAutoscrolling scoped
2026-06-12 22:44:01 +02:00
Rubidium and rubidium42
a268f99f3f
Codechange: make CanalFeatureFlag a scoped enum and use EnumBitSet for flags
2026-06-12 20:16:06 +02:00
glx22 and Loïc Guilloux
f4cad11b40
Change: [CMake] Use FindICU module provided by CMake
2026-06-12 16:51:59 +02:00
glx22 and Loïc Guilloux
d92cd26a1f
Codefix 9356748: Missing dependency to build OpenSSL
2026-06-12 16:51:59 +02:00
translators
acbbea4238
Update: Translations from eints
...
vietnamese: 8 changes by KhoiCanDev
hungarian: 7 changes by vargaviktor
2026-06-12 06:04:50 +00:00
Rubidium and rubidium42
f5ee6a5ec3
Codechange: use reference over pointer for RemoveFirstTrack(dir)
2026-06-11 21:24:10 +02:00
Peter Nelson and GitHub
0149e4a349
Codechange: make Trackdir a scoped enum and TrackdirBits an EnumBitSet ( #15696 )
2026-06-11 14:40:15 +01:00
Matt C and GitHub
09a475f30a
Codechange: Calculate most used rail type using company infrastructure records ( #15598 )
2026-06-11 08:56:03 -04:00