1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-27 06:04:25 +01:00
Commit Graph

32171 Commits

Author SHA1 Message Date
mmtunligit
2bcbea2694 Feature: User-defined collections of saved items in the picker window (#14813) 2026-01-25 12:38:01 -05:00
translators
e661db0396 Update: Translations from eints
maori (new zealand): 7 changes by Kyle-McDangersword
esperanto: 43 changes by slashdevslashurandom
2026-01-25 04:51:08 +00:00
Peter Nelson
6addf5c704 Fix #15088: When building a new train, the refit button state may be incorrect. (#15162)
Invalidate vehicle view window when the vehicle chain is changed.

Co-authored-by: Abigail <abigailthomsonhicks@gmail.com>
2026-01-24 19:12:22 +00:00
Loïc Guilloux
6e356eb267 Fix #15160: Use savegame landscape to display company names in SaveLoad window (#15161) 2026-01-24 19:53:30 +01:00
Peter Nelson
a8d0241c0b Fix #15116: install fallback cargo translation table for old cargo sets (#15150)
Old combined cargo/industry sets may set up cargo types with labels and expect them to be usable without a translation table.

Install a fallback table if the NewGRF does not install one to give them a better chance of working.
2026-01-24 14:42:58 +00:00
Peter Nelson
1716d36ebb Fix: Allow infinite water to be selected when loading heightmap (#15146) 2026-01-24 14:42:36 +00:00
Cyprian Klimaszewski
97f3e5b70f Codechange: Make TileType enum an enum class. 2026-01-24 08:34:05 +01:00
Cyprian Klimaszewski
7d34e09f94 Codefix b0542c8: Remove tree counter from docs. 2026-01-24 06:52:59 +01:00
Rubidium
84863e73a9 Fix 666073fc7b: cocoa video driver did not register 2026-01-24 06:50:36 +01:00
Rubidium
0519f82a37 Fix 317dc71c6a: MacOS version detection was broken, and return a tuple instead of three out-params 2026-01-24 06:50:36 +01:00
Rubidium
6b3eaba308 Codechange: remove unneeded MacOSVersionIsAtLeast calls 2026-01-24 06:50:36 +01:00
translators
009905e39e Update: Translations from eints
vietnamese: 11 changes by myquartz
catalan: 7 changes by J0anJosep
esperanto: 791 changes by slashdevslashurandom
2026-01-24 04:46:04 +00:00
Peter Nelson
2d6fe7d9c6 Codefix: incorrect indentation for GetCargoTranslationTable (#15156) 2026-01-23 22:37:16 +00:00
Loïc Guilloux
ab68e3616d Fix #15153, beb213f9: Wrong tile used to get bridge reservation overlay (#15154) 2026-01-23 16:36:37 +01:00
Peter Nelson
df7bf03cc8 Fix 568b70e: Fjordia SlCompanyLiveries::Load crash (#15148)
Co-authored-by: qirlib <qirlib@gmail.com>
2026-01-22 22:59:20 +00:00
Cyprian Klimaszewski
9545d255ce Codefix: <var> is taken as HTML tag by doxygen. 2026-01-22 23:43:25 +01:00
Cyprian Klimaszewski
d18cf47c10 Codefix f4b0ac2: Documentation for non existing parameters is copied to function overrides. 2026-01-22 23:43:25 +01:00
Cyprian Klimaszewski
639cf2aa76 Codefix 9e9b513: Line numbers do not hide in WARN_LINE_FORMAT. 2026-01-22 23:43:25 +01:00
translators
0f0f19092b Update: Translations from eints
danish: 7 changes by bscargo
2026-01-22 04:49:47 +00:00
translators
0c0f55302d Update: Translations from eints
chinese (traditional): 12 changes by KogentaSan
2026-01-21 04:49:23 +00:00
Rito12
23d8a3df1b Codechange: Add GitHub workflow that checks new doxygen warnings.
Uses diff to print warnings.
2026-01-20 17:12:18 +01:00
translators
f2d0e3342a Update: Translations from eints
english (us): 7 changes by 2TallTyler
chinese (simplified): 26 changes by WenSimEHRP
korean: 15 changes by telk5093
portuguese: 1 change by jcteotonio
2026-01-20 04:50:04 +00:00
Peter Nelson
4be378bc08 Fix: [Script] Map some error strings to existing errors. (#15113) 2026-01-20 00:04:21 +00:00
Peter Nelson
f983a74f2e Codechange: Remove CLEAR_SNOW. (#15136)
Remove CLEAR_SNOW which is no longer used on the map and causes confusion.

IsSnowTile() is checked instead.
2026-01-19 23:34:56 +00:00
Peter Nelson
2bb6d3350f Fix 595b696d61: Tile suitability test for farm field no longer handled snow tiles. (#15134) 2026-01-19 19:59:57 +00:00
Peter Nelson
16dc1fc8bd Fix #15131, 3cf9b15959: Trees no longer spread on partially snowy tiles. (#15133) 2026-01-19 18:45:51 +00:00
translators
d685a5034b Update: Translations from eints
english (au): 7 changes by krysclarke
chinese (traditional): 7 changes by KogentaSan
greek: 7 changes by gh658804
russian: 6 changes by Ln-Wolf
finnish: 6 changes by hpiirai
portuguese: 3 changes by jcteotonio
portuguese (brazilian): 6 changes by pasantoro
polish: 7 changes by pAter-exe
2026-01-19 04:50:49 +00:00
translators
f1adfd58ef Update: Translations from eints
swedish: 18 changes by robert-i
2026-01-18 04:48:47 +00:00
Richard Wheeler
e1e0583d1b Fix: Change tooltips to match change from checkboxes to switches (#15123) 2026-01-17 18:54:45 +00:00
translators
5cc954321a Update: Translations from eints
catalan: 48 changes by J0anJosep
french: 19 changes by glx22
2026-01-17 04:44:52 +00:00
Cyprian Klimaszewski
2e8d76386b Fix 22f5b61: [CI] File descriptions check failure due to missing git fetch depth. 2026-01-16 18:35:19 +01:00
Rubidium
d4f0ff927e Codechange: make aircraft vehicle flags enum-class and EnumBitSet 2026-01-16 07:33:13 +01:00
Rubidium
d2757ca5f6 Codefix: partial enum class conversion 2026-01-16 07:33:13 +01:00
Abigail
df74656996 Fix #15069: World generation map edges GUI starts in an invalid state (#15082) 2026-01-15 20:11:16 -05:00
Cyprian Klimaszewski
25184a23fc Codechange: Make EconomyType an enum class. 2026-01-14 22:07:02 +01:00
Cyprian Klimaszewski
322ce224b4 Codechange: Make Price an enum class. 2026-01-14 22:07:02 +01:00
Cyprian Klimaszewski
b556dc24b8 Codechange: Make ScoreID an enum class. 2026-01-14 22:07:02 +01:00
Cyprian Klimaszewski
810dae240a Add: EnumClassIndexContainer class. 2026-01-14 22:07:02 +01:00
Cyprian Klimaszewski
e1d474d47d Doc: Add docs for members of Price enum. 2026-01-14 22:07:02 +01:00
Cyprian Klimaszewski
6afdf51aba Doc: Add docs for members of ScoreID enum. 2026-01-14 22:07:02 +01:00
Cyprian Klimaszewski
46fd829267 Doc: Add docs for members of EconomyType enum. 2026-01-14 22:07:02 +01:00
Rito12
22f5b6111f Codechange: Add GitHub workflow that checks descriptions of source files. 2026-01-14 22:05:02 +01:00
Cyprian Klimaszewski
aa6309e784 Doc: Add @file annotation to generated strings table. 2026-01-14 22:04:31 +01:00
Cyprian Klimaszewski
54b0fcf6dc Doc: Add @file annotation to generated squirrel files. 2026-01-14 22:04:31 +01:00
Peter Nelson
cb4787b92a Fix: [Script] Potential out of bounds array/string slice indexes. 2026-01-14 20:17:11 +00:00
Peter Nelson
6fd761d7f6 Fix: [Script] Potential out of bounds indexed string access. 2026-01-14 20:17:11 +00:00
Peter Nelson
7933b0417d Fix: [Script] Check if array sort function modified array.
Do not allow a script to add or remove elements.
2026-01-14 20:17:11 +00:00
Loïc Guilloux
5e4af50768 Codefix 701cb2e: Incorrect initialisation of treat_first_red_two_way_signal_as_eol (#15109) 2026-01-14 12:28:00 +01:00
translators
86f621b838 Update: Translations from eints
danish: 18 changes by bscargo
polish: 1 change by pAter-exe
maori (new zealand): 18 changes by Kyle-McDangersword
2026-01-14 04:50:04 +00:00
Rubidium
0500198bea Codechange: some documentation for enumerations 2026-01-13 21:54:24 +01:00