Rubidium
|
0a9aa3d20b
|
Codechange: make VarMemType scoped
|
2026-06-30 00:19:27 +02:00 |
|
Rubidium
|
8db7db5569
|
Codechange: make VarFileType scoped
|
2026-06-30 00:19:27 +02:00 |
|
Rubidium
|
d9d7f441db
|
Codechange: make SLRefType scoped
|
2026-06-30 00:19:27 +02:00 |
|
Rubidium
|
76265b8451
|
Codechange: replace SaveLoadFlags with StringValidationSettings
|
2026-06-29 23:33:13 +02:00 |
|
Rubidium
|
1310531139
|
Codechange: replace GetVarFileType with just direct member access
|
2026-06-29 19:56:06 +02:00 |
|
Rubidium
|
0bd12558d4
|
Codechange: replace GetVarMemType with just direct struct member access
|
2026-06-29 19:56:06 +02:00 |
|
Rubidium
|
bdbe305771
|
Codechange: make SlVarSize, ReadValue and WriteValue use VarMemType
|
2026-06-29 19:56:06 +02:00 |
|
Rubidium
|
71ca79c6d5
|
Codechange: split up VarTypes in separate enumerations and recombine as struct
|
2026-06-29 19:56:06 +02:00 |
|
Rubidium
|
afbe2d3070
|
Codechange: unify order of file and variable saveload configuration
|
2026-06-29 19:56:06 +02:00 |
|
Rubidium
|
f72a239b97
|
Codechange: make SaveFileType clearly distinct from VarType
|
2026-06-29 19:56:06 +02:00 |
|
Rubidium
|
df20fed464
|
Codechange: replace GRFBaseLanguages with an EnumBitSet
|
2026-06-29 09:09:28 +02:00 |
|
Rubidium
|
af1e9864a0
|
Codechange: replace GRFExtendedLanguages with scoped enum GRFLanguage
|
2026-06-29 09:09:28 +02:00 |
|
Peter Nelson
|
3f557fb673
|
Codechange: make NeedLength a scoped enum.
|
2026-06-29 07:41:41 +01:00 |
|
Peter Nelson
|
36551ba6b5
|
Codechange: make SaveLoadAction a scoped enum
|
2026-06-29 07:41:25 +01:00 |
|
Peter Nelson
|
11f46bc5f4
|
Fix: explicitly initialize COM in Win32 video driver (#15553)
|
2026-06-29 07:40:03 +01:00 |
|
Peter Nelson
|
099df1054e
|
Codechange: make TileContext a scoped enum
|
2026-06-29 07:35:19 +01:00 |
|
Peter Nelson
|
d3d1de822d
|
Codechange: make Action5BlockType a scoped enum
|
2026-06-29 07:30:02 +01:00 |
|
Rubidium
|
ef0d26f9f7
|
Codechange: properly decode VarType to determine whether the maximum value fits in the type
|
2026-06-29 08:11:12 +02:00 |
|
Rubidium
|
8a8ece49ec
|
Codechange: simplify/shrink SaveLoadCompat
Remove the unneeded null_type and change the name to std::string_view
|
2026-06-29 08:10:02 +02:00 |
|
Rubidium
|
a01a2f8401
|
Codechange: remove essentially pointless 'shortcut values'
|
2026-06-29 08:09:31 +02:00 |
|
Rubidium
|
d0dcd1b134
|
Codechange: use SLE_INT8 instead of SLE_CHAR
|
2026-06-29 08:09:31 +02:00 |
|
Rubidium
|
a5430717b1
|
Codechange: prefer SLE_INT32 over SLE_INT
|
2026-06-29 08:09:31 +02:00 |
|
Rubidium
|
c367b10bde
|
Codechange: prefer SLE_UINT32 over SLE_UINT
|
2026-06-29 08:09:31 +02:00 |
|
Peter Nelson
|
2934eca24a
|
Codechange: make TownCargoGenMode a scoped enum
|
2026-06-28 20:48:11 +01:00 |
|
Peter Nelson
|
02becd50c5
|
Codechange: make TownFounding a scoped enum
|
2026-06-28 20:48:11 +01:00 |
|
Peter Nelson
|
3ba0706a5c
|
Codechange: make TownLayout a scoped enum
|
2026-06-28 20:48:11 +01:00 |
|
Peter Nelson
|
1acbb1c654
|
Codechange: make TownSize a scoped enum
|
2026-06-28 20:48:11 +01:00 |
|
Peter Nelson
|
6f6551c08d
|
Codechange: Use general Alignment for intro game viewport commands
|
2026-06-28 20:43:36 +01:00 |
|
Peter Nelson
|
b4d16d319f
|
Codechange: Replace Alignment enum with struct
Alignment struct contains separate horizontal and vertical alignment members.
|
2026-06-28 20:43:36 +01:00 |
|
Peter Nelson
|
8e637cefed
|
Codechange: Rename StringAlignment to Alignment
Alignment is also used things other than strings.
|
2026-06-28 20:43:36 +01:00 |
|
Peter Nelson
|
5923d105ec
|
Revert: "Fix: [NewGRF] Ensure Act2 read error replaces current set id (#15782)" (#15795)
This reverts commit f9e6b8b7dd.
|
2026-06-28 19:35:09 +00:00 |
|
Rubidium
|
a76ba0d3d4
|
Codechange: make ChunkType scoped
|
2026-06-28 21:07:12 +02:00 |
|
Rubidium
|
b7d07252e7
|
Codechange: make SaveLoadType scoped
|
2026-06-28 19:26:21 +02:00 |
|
Rubidium
|
f8af6bbc2f
|
Codechange: make OpenGLSprite::Texture scoped
|
2026-06-28 19:25:45 +02:00 |
|
Rubidium
|
8b83bac31f
|
Codechange: make SavegameType scoped
|
2026-06-28 17:49:19 +02:00 |
|
Peter Nelson
|
b02242d5fc
|
Codechange: make RandomizedSpriteGroupCompareMode a scoped enum
|
2026-06-28 16:21:01 +01:00 |
|
Peter Nelson
|
4344ffb7a0
|
Codechange: make DeterministicSpriteGroupAdjustOperation a scoped enum
|
2026-06-28 16:21:01 +01:00 |
|
Peter Nelson
|
4e9645e9d0
|
Codechange: make DeterministicSpriteGroupAdjustType a scoped enum
|
2026-06-28 16:21:01 +01:00 |
|
Peter Nelson
|
947767a2ff
|
Codechange: make DeterministicSpriteGroupSize a scoped enum
|
2026-06-28 16:21:01 +01:00 |
|
Peter Nelson
|
4b93bd74ef
|
Codechange: make VarSpriteGroupScope a scoped enum
|
2026-06-28 16:21:01 +01:00 |
|
Rubidium
|
061e5c9cd3
|
Codechange: use helper for common mappings using PerformanceElement::AI0
|
2026-06-28 16:55:28 +02:00 |
|
Rubidium
|
5b3b7995bb
|
Codechange: make PerformanceElement scoped
|
2026-06-28 16:55:28 +02:00 |
|
Peter Nelson
|
3666eb23a1
|
Fix #15784: Do close and reopen road build toolbar when switching road tram types (#15789)
|
2026-06-28 07:08:13 +00:00 |
|
Peter Nelson
|
f9e6b8b7dd
|
Fix: [NewGRF] Ensure Act2 read error replaces current set id (#15782)
|
2026-06-28 08:07:09 +01:00 |
|
translators
|
2a6a65662d
|
Update: Translations from eints
indonesian: 117 changes by q1t0
|
2026-06-28 05:59:00 +00:00 |
|
Peter Nelson
|
b7e693ced6
|
Codechange: no need to pre-declare local variables (#15781)
|
2026-06-27 18:31:50 +01:00 |
|
rubidium42
|
b9986cdadf
|
Change: upgrade emscripten from 3.1.57 to 6.0.1 (#15780)
|
2026-06-27 16:00:51 +01:00 |
|
Cyprian Klimaszewski
|
dc87cd3d7a
|
Codechange: Use more helper functions for slopes. (#15722)
|
2026-06-27 10:17:48 -04:00 |
|
Rubidium
|
8ca99f96ee
|
Codechange: remove macros for SDLVkMapping
|
2026-06-27 16:14:27 +02:00 |
|
Rubidium
|
790a6903af
|
Codechange: document several SDL members
|
2026-06-27 16:14:16 +02:00 |
|