Commit Graph

24822 Commits

Author SHA1 Message Date
translators c3328ad6d0 Update: Translations from eints
italian: 64 changes by Boh132Boh
portuguese: 172 changes by jcteotonio
2025-12-08 03:08:28 +05:00
Peter Nelson dbca97f32b Change: Allow bridges over docks. (#14594) 2025-12-08 03:07:18 +05:00
Peter Nelson 217b8ecf21 Fix: Don't add spacing in rail/road type dropdowns if no badges are present. (#14598) 2025-12-08 03:07:15 +05:00
translators 4dfc92aedc Update: Translations from eints
portuguese: 44 changes by jcteotonio
portuguese (brazilian): 6 changes by jcteotonio
2025-12-08 03:07:15 +05:00
Peter Nelson 9bc3273e09 Codechange: Split table data out of rail.cpp (#14597) 2025-12-08 03:07:13 +05:00
Peter Nelson 15df474c7b Fix c02ef3e456: [AI] Incorrect infrastructure cost for road/tram tiles. (#14596)
Infrastructure total count should be split between road and tram pieces.
2025-12-08 03:07:11 +05:00
translators 95b26278dc Update: Translations from eints
portuguese: 25 changes by jcteotonio
2025-12-08 03:07:11 +05:00
translators 2feccd8ec0 Update: Translations from eints
chinese (traditional): 1 change by KogentaSan
danish: 28 changes by New-Authentication
portuguese: 30 changes by jcteotonio
2025-12-08 03:07:11 +05:00
Peter Nelson 3312ed6670 Codechange: Give better names to water tile layouts. (#14592) 2025-12-08 03:07:09 +05:00
Peter Nelson f542343589 Codefix: Use of nullptr instead of std::nullopt. (#14590) 2025-12-08 03:07:08 +05:00
translators c7e904fcf2 Update: Translations from eints
danish: 10 changes by New-Authentication
french: 1 change by ottdfevr
2025-12-08 03:07:08 +05:00
Peter Nelson 4bab50a23e Fix #14586, Fix 069ff846e4: Empty station tile layouts incorrectly substituted with default layouts. (#14587)
It is no longer possible for a layout to be missing, so the nullptr check should have been removed.
2025-12-08 03:07:03 +05:00
Peter Nelson 6b8ace1758 Fix #14584: Crash due to drawing non-existent orders of new vehicle. (#14585)
When the vehicle list window is grouped by orders, no check was made that vehicle's order list existed.
2025-12-08 03:06:58 +05:00
Peter Nelson bf847afe2a Codechange: Remove MusicSystem::displayed_playlist. (#14582)
It is not actually used for display, and is basically a copy of the standard playlist with duplicated maintenance.
2025-12-08 03:06:57 +05:00
Peter Nelson 44e3645a0e Fix: Wrong row may be selected in music playlists. (#14581)
Include frame offset when clicking on music playlist to ensure the correct row is selected.
2025-12-08 03:06:55 +05:00
Peter Nelson 4808069aa1 Codechange: Shuffle MusicSongInfo members to reduce alignment padding. (#14580) 2025-12-08 03:06:48 +05:00
Kuhnovic accf29027d Codechange: Remove redundant data members from YAPF ship node. (#14577) 2025-12-08 03:06:45 +05:00
translators cdad52421d Update: Translations from eints
danish: 8 changes by New-Authentication
2025-12-08 03:06:45 +05:00
Peter Nelson dc6ea7d8b1 Codechange: Use span instead of raw pointer for animated cursors. (#14575)
This allows the terminator entry to be removed.
2025-12-08 03:05:18 +05:00
Peter Nelson 5c41262e99 Fix #14569: Ensure music playlist window is large enough. (#14570)
Take number of tracks allowed in custom playlist into account, instead of just the number of tracks loaded.
2025-12-08 03:05:16 +05:00
Cornelius Diekmann d998144f65 Codefix f6555cf: fix comment track vs. tile (#14571) 2025-12-08 03:04:34 +05:00
Loïc Guilloux adc3d06bbb Fix #14278, ccd586a7: [Script] Don't set members inside operator new() (#14568) 2025-12-08 03:04:32 +05:00
translators 2d6f141f4e Update: Translations from eints
portuguese: 5 changes by jcteotonio
2025-12-08 03:04:32 +05:00
Peter Nelson 46d0264291 Fix 6d6e64b1f0: Road stop properties 0x13/0x14 were not skipped properly. (#14567)
These properties where changed to be variable length for consistency, but ignoring them treated them as fixed length.
2025-12-08 03:04:30 +05:00
Peter Nelson db43f98542 Fix #13922: Ensure music track no widget is wide enough for track no. (#14566) 2025-12-08 03:04:28 +05:00
translators af4bdf097d Update: Translations from eints
galician: 2 changes by pvillaverde
vietnamese: 24 changes by MagicalDrizzle
french: 1 change by ottdfevr
2025-12-08 03:04:28 +05:00
dP f44fd09cc1 Add timer dependency 2025-12-08 03:04:21 +05:00
Peter Nelson c22536f464 Fix 7b60e5ccad: Badge filters were only applied to trains. (#14565) 2025-12-08 03:01:25 +05:00
dP 50b20c3830 Backport some fixes from cmclient 2025-12-08 02:50:36 +05:00
dP 94b4db3a72 Move event functions out of cm_main.hpp 2025-10-02 22:52:25 +05:00
dP cd58b06be2 Reduce the number of includes in cm_event.hpp to hopefully speed up compilation 2025-10-01 02:13:01 +05:00
dP 3e9a5c052d Fix include paths in rev.cpp.in 2025-09-29 18:39:40 +05:00
dP 00f356d0ff Fix compilation errors 2025-09-02 00:13:45 +05:00
dP 4fec64525a Merge branch 'openttd' 2025-09-01 23:28:07 +05:00
dP 187feeb3e0 Merge tag '15.0-beta3' into openttd 2025-09-01 23:08:18 +05:00
Peter Nelson a23970af32 Fix f30f808b50: Bridge over bridge head could be built one level too low. (#14564) 2025-08-31 19:15:49 +01:00
Peter Nelson febf8b0d57 Fix #14561: Vehicle effects missing for vehicle on bridge. (#14563) 2025-08-31 18:27:46 +01:00
Loïc Guilloux 4b9afbe35b Codefix: [Script] Mention ScriptError::ERR_STATION_TOO_SPREAD_OUT in API doc (#14562) 2025-08-31 15:18:51 +00:00
Loïc Guilloux 80666a0d51 Add: [Script] ScriptError::ERR_BRIDGE_TOO_LOW (#14560) 2025-08-31 14:04:02 +00:00
Rubidium 7c0f69a8fe Codefix: typos in comments and strings 2025-08-31 10:30:37 +02:00
Rubidium 4fb749886a Codefix: typos in variable/constant/function names 2025-08-31 10:30:37 +02:00
Rubidium da8422a656 Codefix: typos in string names 2025-08-31 10:30:37 +02:00
translators 37b72f9dcf Update: Translations from eints
galician: 21 changes by pvillaverde
french: 9 changes by ottdfevr
2025-08-31 04:38:04 +00:00
Loïc Guilloux fac55d0278 Fix #14506, aac3a5b6: Restore prefilling of _stations_nearby_list (#14551) 2025-08-30 21:11:09 +02:00
Peter Nelson b867939f37 Fix #14553: Parameter configuration of pre-action 14 NewGRFs did not work. (#14554) 2025-08-30 19:47:37 +01:00
translators 011fca6e21 Update: Translations from eints
danish: 59 changes by bscargo
2025-08-30 04:37:31 +00:00
Jonathan G Rennison 32d93e1c67 Cleanup: Misspellings of "dropdown" in order_gui.cpp 2025-08-29 21:40:35 +02:00
translators 5c285f3e0c Update: Translations from eints
italian: 12 changes by da-cal
maori (new zealand): 85 changes by Kyle-McDangersword
2025-08-29 04:38:53 +00:00
Richard Wheeler c6c72404e1 Change: Set endgame background to match original graphics borders 2025-08-28 21:22:31 +01:00
Kuhnovic 10e81af663 Codechange: Deduplicate YAPF estimate calculation. (#14527) 2025-08-28 21:09:00 +02:00