Rubidium and rubidium42
671b62e073
Codechange: document a few parameter and return types
2026-02-18 17:04:49 +01:00
Rubidium and rubidium42
ab968555e5
Codechange: add missing @param and @return for music
2026-02-18 17:04:19 +01:00
Rubidium and rubidium42
81f2f4e2e8
Codechange: use designated initialisers for _tile_type_water_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
7e8fad95c6
Codechange: use designated initialisers for _tile_type_void_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
b387f55ff7
Codechange: use designated initialisers for _tile_type_tunnelbridge_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
8bc3c13a7e
Codechange: use designated initialisers for _tile_type_trees_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
d6d6ab1b4f
Codechange: use designated initialisers for _tile_type_town_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
e5295f86fa
Codechange: use designated initialisers for _tile_type_station_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
977dc23f06
Codechange: use designated initialisers for _tile_type_road_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
fd7f211351
Codechange: use designated initialisers for _tile_type_rail_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
6be4e353bc
Codechange: use designated initialisers for _tile_type_object_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
c859d34c66
Codechange: use designated initialisers for _tile_type_industry_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
a1708450f7
Codechange: use designated initialisers for _tile_type_clear_procs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
f469cfb761
Codechange: rename get_slope_z_proc to get_slope_pixel_z_proc to follow GetSlopePixelZ name
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
7ddeac8810
Codechange: introduce some defaults for TileTypeProcs
2026-02-18 17:03:33 +01:00
Rubidium and rubidium42
781eb4cea4
Codechange: document TileTypeProcs
2026-02-18 17:03:33 +01:00
Peter Nelson and Peter Nelson
10379441bc
Codechange: use enum class for DistributionType
2026-02-18 10:57:28 +00:00
Peter Nelson and Peter Nelson
7c7f74c551
Codechange: use enum class for Driver::Type enum
2026-02-18 10:57:28 +00:00
Peter Nelson and GitHub
33a0d59d1d
Change: Apply slightly more padding to image-text buttons. ( #15077 )
...
Add space equal to the width of the image to balance the text better(?) no matter what font or interface scale settings are use.
2026-02-18 09:12:17 +00:00
Peter Nelson and GitHub
50110602aa
Change: Display rail and road type speed limit text in yellow. ( #15076 )
...
This was a "convention" used by NewGRFs which exploited string colour bleeding.
2026-02-18 09:11:46 +00:00
Peter Nelson and GitHub
0e25f9245c
Codechange: use PoolID for newgrf class ids ( #15228 )
2026-02-18 09:11:04 +00:00
SamuXarick and GitHub
a92dba290b
Fix 434163aa: Crashed zeppelin not blocking runway ( #15281 )
...
Turns out the block flag was in Reset mode instead of Set.
Move the Set block logic earlier to make it repeatedly set for as long as the zeppeliner exists.
2026-02-18 09:01:18 +00:00
translators
2123fca5ea
Update: Translations from eints
...
english (au): 2 changes by krysclarke
greek: 2 changes by gh658804
hungarian: 2 changes by vargaviktor
russian: 2 changes by Ln-Wolf
finnish: 2 changes by hpiirai
maori (new zealand): 3 changes by Kyle-McDangersword
portuguese: 2 changes by jcteotonio
esperanto: 2 changes by slashdevslashurandom
portuguese (brazilian): 2 changes by pasantoro
polish: 13 changes by Rito13
2026-02-18 05:08:40 +00:00
Rubidium and rubidium42
23dcc9dd07
Codechange: document parameters and return types
2026-02-17 23:11:27 +01:00
Peter Nelson and GitHub
7c9f2c71f4
Codechange: remove GetAcceptanceAroundTiles always_accepted out parameter ( #15295 )
...
Return multiple values as std::pair instead of using pointers for out parameters.
2026-02-17 19:14:54 +00:00
translators
e33d53e37e
Update: Translations from eints
...
maori (new zealand): 30 changes by Kyle-McDangersword
2026-02-17 05:08:17 +00:00
Rubidium and rubidium42
b1e1d56aba
Codechange: improve coding style, replace output parameter and bool return with std::optional
2026-02-16 21:09:31 +01:00
Rubidium and rubidium42
863355f0a6
Codechange: improve documentation
2026-02-16 21:09:31 +01:00
Peter Nelson and Peter Nelson
1c095ba464
Codechange: use enum class for CompanyAllowListCtrlAction
2026-02-16 20:08:05 +00:00
Peter Nelson and Peter Nelson
d09b91cd92
Codechange: use enum class for CompanyCtrlAction
2026-02-16 20:08:05 +00:00
Peter Nelson and Peter Nelson
a5d028e892
Codechange: use enum class for CompanyRemoveReason
2026-02-16 20:08:05 +00:00
Rubidium and rubidium42
7aecc268b6
Codechange: add missing @param and @return
2026-02-16 17:19:09 +01:00
Rubidium and rubidium42
02438e9934
Codechange: unify behaviour of handling too short packets
2026-02-16 17:07:24 +01:00
Rubidium and rubidium42
0b3c448ea1
Codechange: move documentation to declaration, when there are multiple implementations
2026-02-16 16:35:19 +01:00
Rubidium and rubidium42
581a038913
Codechange: add missing @param and @return for linkgraph
2026-02-16 16:34:51 +01:00
Rubidium and rubidium42
190e91f19d
Codechange: add missing @param and @return for kdtree
2026-02-16 16:34:29 +01:00
Rubidium and rubidium42
269633f77b
Codechange: document network (adjacent) parameters/return types
2026-02-16 16:34:06 +01:00
Rubidium and rubidium42
465f2c340a
Codechange: ignore CDECL macros for Doxygen
2026-02-16 16:34:06 +01:00
Rubidium and rubidium42
68a46f460c
Codechange: add some missing parameter and return type documentation
2026-02-16 16:33:41 +01:00
Peter Nelson and Peter Nelson
da4dd91887
Add: Company allow-list can be set to allow anyone.
2026-02-16 14:01:05 +00:00
Peter Nelson and Peter Nelson
a6803199d5
Codechange: use enum class for network client drop down actions
...
Move enum to scope of window.
2026-02-16 14:01:05 +00:00
translators
65216111b1
Update: Translations from eints
...
maori (new zealand): 148 changes by Kyle-McDangersword
catalan: 7 changes by J0anJosep
danish: 11 changes by bscargo
2026-02-16 05:12:50 +00:00
Rubidium and rubidium42
55870b4331
Codechange: add missing @param and @return
2026-02-16 04:29:58 +01:00
Rubidium and rubidium42
480040c86e
Codechange: reduce ottd_cpuid boilerplate, make static and rename
2026-02-15 22:54:58 +01:00
Rubidium and rubidium42
c7468a6922
Codechange: add missing @param and @return
2026-02-15 22:14:37 +01:00
Rubidium and rubidium42
a0b173b43c
Codechange: remove @return documentation for void methods
2026-02-15 20:30:26 +01:00
Rubidium and rubidium42
308eff6eeb
Codechange: add some missing documentation to some core functions
2026-02-15 16:52:16 +01:00
Rubidium and rubidium42
3fc6bbd5bf
Codechange: add some missing vehicle related documentation
2026-02-15 12:02:18 +01:00
Rubidium and rubidium42
ce676a6300
Codechange: add documentation for core string helpers
2026-02-15 10:16:41 +01:00
translators
72e4955a09
Update: Translations from eints
...
norwegian (bokmal): 11 changes by eriksorngard
maori (new zealand): 11 changes by Kyle-McDangersword
catalan: 4 changes by J0anJosep
2026-02-15 05:07:41 +00:00