Rubidium
8e75626b49
Codechange: unify documentation and parameter names of sorters
2026-02-11 04:53:39 +01:00
Eilon Lipton
83f58b3fbd
Add: Show additional vehicle details based on sort criteria ( #15158 )
...
When creating vehicles and sorting the list, additional vehicle details are shown for the field being sorted by. For example, when sorting by running cost, the running cost of every vehicle is shown in the vehicle list at the top-level.
Co-authored-by: rubidium42 <rubidium42@users.noreply.github.com >
Co-authored-by: Charles Pigott <charlespigott@googlemail.com >
2026-02-10 08:58:11 -05:00
Abigail
ba82ba27a1
Fix #15234 : Null pointer dereference opening sign edit window when sign 0 does not exist ( #15236 )
2026-02-10 08:51:53 -05:00
translators
b5eea625cd
Update: Translations from eints
...
esperanto: 32 changes by slashdevslashurandom
2026-02-10 05:14:49 +00:00
Owen Rudge
1fdcccbd49
Codechange: [CI] Upload to the Windows Store automatically.
...
Microsoft expects a .msixbundle these days, which is effectively identical to .appxbundle, but needs a newer version of Windows 10, so bump our minimum version requirement too.
2026-02-09 15:13:41 +01:00
translators
6090865874
Update: Translations from eints
...
vietnamese: 27 changes by MagicalDrizzle
2026-02-09 05:13:13 +00:00
ronvid
ae80a47c7d
Fix #15105 : Czech townname generation causing crashes. ( #15231 )
2026-02-08 23:55:28 +01:00
Peter Nelson
840e4316c6
Fix #15247 : crash when handling invalid sprite in OpenGL cursor sprite system ( #15248 )
2026-02-08 17:29:54 +00:00
Rubidium
4ba0208437
Codechange: document some script functions
2026-02-08 18:27:26 +01:00
Rubidium
9cc9a9702b
Codechange: add missing return/parameters to protocol implementation
2026-02-08 17:44:46 +01:00
Rubidium
5e491ebc1b
Codechange: document parameters/return types of PickerCallback
2026-02-08 17:44:26 +01:00
Rubidium
d62c9b132f
Codechange: complete documentation for some blitter/driver functions
2026-02-08 17:44:02 +01:00
Rubidium
7adf44e474
Codechange: document some virtual functions
2026-02-08 17:43:18 +01:00
translators
43af8e94d0
Update: Translations from eints
...
norwegian (bokmal): 1 change by eriksorngard
danish: 1 change by bscargo
2026-02-08 05:11:51 +00:00
Loïc Guilloux
41c3dbe8ef
Fix dd2cf93: Only ignore nearest depot order ( #15238 )
2026-02-07 17:27:31 +01:00
Rubidium
4d4e37dbf1
Codechange: document some virtual functions
2026-02-06 21:38:49 +01:00
Cyprian Klimaszewski
59d9619fc1
Fix 800ade7: [GS] Docs are missing or do not match the code. ( #15230 )
2026-02-06 09:48:53 +00:00
translators
4438209683
Update: Translations from eints
...
latvian: 97 changes by lexuslatvia
portuguese: 1 change by jcteotonio
2026-02-06 05:04:54 +00:00
translators
4bd9d657ca
Update: Translations from eints
...
chinese (traditional): 1 change by KogentaSan
portuguese: 4 changes by jcteotonio
esperanto: 1 change by slashdevslashurandom
2026-02-05 05:05:50 +00:00
translators
9a52dec15c
Update: Translations from eints
...
english (au): 1 change by krysclarke
swedish: 1 change by robert-i
english (us): 1 change by 2TallTyler
korean: 1 change by telk5093
greek: 2 changes by gh658804
hungarian: 6 changes by vargaviktor
russian: 1 change by Ln-Wolf
finnish: 8 changes by hpiirai
maori (new zealand): 1 change by Kyle-McDangersword
portuguese (brazilian): 1 change by pasantoro
polish: 1 change by pAter-exe
2026-02-04 05:00:39 +00:00
Rubidium
10d3c7b293
Codechange: document some virtual functions
2026-02-04 00:27:49 +01:00
Rubidium
22d6a7b5ad
Codechange: remove unneeded/unused return type
2026-02-04 00:27:30 +01:00
Rubidium
2e619f31c2
Codefix: various tweaks to improve doxygen parsing
2026-02-04 00:27:13 +01:00
Rubidium
3d844d3f1d
Codefix: override already implies virtual, so don't add virtual
2026-02-04 00:26:51 +01:00
Loïc Guilloux
4e767224df
Fix #15225 : [CMake] Detect mismatch between tag and internal version ( #15226 )
2026-02-04 00:09:02 +01:00
Peter Nelson
7341c4d9aa
Fix #14827 : Store random trigger information per-tile. ( #14830 )
2026-02-03 23:01:55 +00:00
OpenCharlie
1cb2015694
Change: Improve water edges ( #14868 )
...
Co-authored-by: charlie <open_charle@outlook.com >
2026-02-03 13:03:27 +00:00
Peter Nelson
10f9f13c64
Codechange: use enum class for TreeGround ( #15222 )
2026-02-03 08:59:56 +00:00
Rito12
9ed9e42b2a
Codechange: [CI] Use doxygen 1.16.1.
2026-02-02 21:09:53 +01:00
Peter Nelson
092fe307ce
Codechange: follow defensive coding for clear ground arrays
...
Ensure arrays used for clear ground lookups never overflow.
2026-02-02 18:49:20 +00:00
Peter Nelson
5c2a37d03e
Codechange: use enum class for ClearGround
2026-02-02 18:49:20 +00:00
Richard Wheeler
17cab9b29d
Change: Protect rivers from removal when terraforming
2026-02-02 18:22:44 +00:00
Rubidium
bcaf3eaec2
Codefix: wrong parameter names and partially missing parameters
2026-02-02 18:18:51 +01:00
Rubidium
c6c06e13eb
Codefix: wrong parameter names and partially missing parameters
2026-02-02 16:31:46 +01:00
Peter Nelson
f25e1f8be1
Fix b4ac5e2231: don't compare clear density with ClearGround ( #15217 )
2026-02-02 13:02:56 +00:00
translators
cb562ef33c
Update: Translations from eints
...
norwegian (bokmal): 33 changes by eriksorngard
maori (new zealand): 8 changes by Kyle-McDangersword
2026-02-02 05:10:52 +00:00
Richard Wheeler
2347a56d7c
Fix: Off by one and redundant logic in snowy road checks
2026-02-01 22:51:32 +00:00
Rubidium
58f3255f01
Codefix: remove deprecated Doxygen configuration entries
2026-02-01 19:13:21 +01:00
Rubidium
ab43f57d40
Codechange: remove duplicate doxygen warnings
2026-02-01 15:50:45 +01:00
Rubidium
c77bbcba9a
Codefix: remove unneeded parameter
2026-02-01 15:50:17 +01:00
Rubidium
1c68cc5f03
Codefix: unneeded templating of function
2026-02-01 15:50:17 +01:00
Rubidium
13bd34fcbd
Codefix: wrong type in function declaration
2026-02-01 15:50:17 +01:00
Rubidium
73232058d9
Codechange: deduplicate code by dereferencing in callee instead of callers
2026-02-01 15:50:17 +01:00
Rubidium
ae7af6c463
Codefix: expand some macros, so doxygen actually sees what is documented
2026-02-01 15:50:07 +01:00
Rubidium
67fac86149
Codefix: remove @param documentation for parameters that don't exist anymore
2026-02-01 15:49:41 +01:00
translators
dedcd78da0
Update: Translations from eints
...
swedish: 23 changes by robert-i
korean: 38 changes by telk5093
esperanto: 1 change by slashdevslashurandom
2026-02-01 05:12:31 +00:00
Rito12
31531e616e
Codechange: [CI] Sort doxygen warnings in docs checker.
2026-01-31 16:48:40 +01:00
Rito12
e869d4f2bd
Codefix: script_window.hpp contains invalid links in docs.
2026-01-31 16:48:15 +01:00
Abigail
b23d4b6e56
Fix #15137 : Roads built on steep slopes at the minimum snow level height have inconsistent snowiness
2026-01-31 16:47:19 +01:00
translators
d675a71eaf
Update: Translations from eints
...
chinese (traditional): 48 changes by KogentaSan
english (us): 8 changes by 2TallTyler
esperanto: 1 change by slashdevslashurandom
2026-01-31 04:55:19 +00:00