Commit Graph

54650 Commits

Author SHA1 Message Date
Jonathan G Rennison
0ab54b2992 Debug: Fix aliasing of show/hide toggles for aircraft in debug window 2023-03-22 19:38:53 +00:00
Jonathan G Rennison
a7efe91007 Script: More closely emulate old text param behaviour for 13 and below scripts 2023-03-22 16:47:21 +00:00
Jonathan G Rennison
887d474a2e Validate RAW_STRING parameter values in game_script mode 2023-03-22 16:46:40 +00:00
Jonathan G Rennison
f3841e29c8 Saveload: Adjust formatting of _sl_xv_sub_chunk_infos 2023-03-21 20:19:40 +00:00
Jonathan G Rennison
2028472253 Saveload: Skip VENC/TNNC chunks entirely on non network server saves 2023-03-21 19:18:10 +00:00
Jonathan G Rennison
c2752b31e6 Saveload: Use traditional map chunks for scenario saves 2023-03-21 18:59:11 +00:00
Jonathan G Rennison
a57a909deb Saveload: Add special proc op for whether to save chunk 2023-03-21 18:57:50 +00:00
translators
1d915214a1 Update: Translations from eints
japanese: 31 changes by fmang
2023-03-21 18:42:37 +00:00
Jonathan G Rennison
b4f32e44d9 Saveload: Change result type of ChunkSaveLoadSpecialProc 2023-03-21 18:11:11 +00:00
Jonathan G Rennison
6cdf67f38a Saveload: Add save flag for if this is a scenario save 2023-03-21 18:00:30 +00:00
Jonathan G Rennison
69c3e94111 Crashlog: Remove incorrect comment 2023-03-21 18:00:09 +00:00
Jonathan G Rennison
664c486fea Add "very reduced" mode to the vehicle breakdowns setting 2023-03-21 17:30:16 +00:00
translators
d15a14bd9e Update: Translations from eints
japanese: 32 changes by fmang
danish: 7 changes by bscargo
2023-03-20 18:45:00 +00:00
Jonathan G Rennison
a6babb23d3 Script: Allow text param mismatches for scripts with 13 or below compatibility 2023-03-20 17:47:19 +00:00
Jonathan G Rennison
6fb3fa7e77 Version: Committing version data for tag: jgrpp-0.52.0 2023-03-19 22:59:11 +00:00
Jonathan G Rennison
c644aa754d Only check primary vehicle ships in RemoveDock 2023-03-19 22:38:31 +00:00
Jonathan G Rennison
b7cb4099a6 Add missing cast in Save_TNNC() 2023-03-19 22:23:50 +00:00
Jonathan G Rennison
2716217775 Merge branch 'master' into jgrpp
# Conflicts:
#	src/saveload/saveload.h
2023-03-19 22:23:31 +00:00
Tyler Trahan
e5438891e2
Cleanup: Keep spacing saveload versions by groups of five (#10576) 2023-03-19 11:02:54 -04:00
Jonathan G Rennison
2e7545f85f Road stops: Add flag to use custom graphics for disabled views in build window 2023-03-19 11:01:17 +00:00
Jonathan G Rennison
ec73775f97 Road stops: Shrink build window when changing to a shorter type 2023-03-19 10:49:10 +00:00
translators
1424b7b49e Update: Translations from eints
french: 14 changes by ZarTek-Creole
2023-03-18 18:42:21 +00:00
translators
3254d65b3e Update: Translations from eints
swedish: 17 changes by joeax910
czech: 13 changes by jachymozo
danish: 3 changes by bscargo
2023-03-17 18:43:43 +00:00
Jonathan G Rennison
6f42561859 Use std::vector for generic callback handlers 2023-03-16 21:42:11 +00:00
Jonathan G Rennison
5dd285b0d9 Don't save TNNC chunk if there are no town zone callback handlers 2023-03-16 20:52:44 +00:00
Jonathan G Rennison
062d57eadb Merge branch 'master' into jgrpp
# Conflicts:
#	src/openttd.cpp
#	src/video/dedicated_v.cpp
2023-03-16 20:43:11 +00:00
translators
0bf6d80cd7 Update: Translations from eints
danish: 161 changes by bscargo
2023-03-16 18:45:39 +00:00
Jonathan G Rennison
4dc846949c Bump savegame version for multi-cargo ships 2023-03-16 00:35:37 +00:00
Jonathan G Rennison
8cd7c9559f Multi-part ships: Require feature test to enable callback 16 2023-03-15 22:36:27 +00:00
Rubidium
24b5033a06 Fix #10568: "can savegame be loaded check" failed in dedicated server
* If loading fails, it usually returns SL_REINIT which doesn't trigger check
 * If savegame has NewGRFs, it complains NewGRFs are not allowed in intro game
2023-03-15 22:14:29 +01:00
Jonathan G Rennison
87e4258fe3 Allow selecting individual ship parts in refit window
Add callback to name ship parts in refit window
2023-03-15 19:44:26 +00:00
Jonathan G Rennison
211fdd62b2 Initial support for multi-part (pseudo-articulated) ships 2023-03-15 19:44:26 +00:00
Jonathan G Rennison
5718730d68 VarAction2: Add support for more varaction2 types
Add CB failure and deterministic relative types
2023-03-15 19:44:26 +00:00
Jonathan G Rennison
48d602962f Road stops: Add inferred one way road state to var 50/roadstop_misc_info 2023-03-15 19:44:26 +00:00
Jonathan G Rennison
eebb427b42 Fix overbuilding a road stop/waypoint clearing the one-way state 2023-03-15 19:44:26 +00:00
Jonathan G Rennison
a3125499a1 Documentation: Fix minor errors in road stops document 2023-03-15 19:44:26 +00:00
Jonathan G Rennison
1dce4a0bef Debug: Show reliability/breakdown values in vehicle debug window 2023-03-15 19:44:26 +00:00
Jonathan G Rennison
9c5f81790a Debug: Split industry produced cargo info across multiple lines 2023-03-12 13:35:37 +00:00
Jonathan G Rennison
2e77754c04 Fix comment for XSCF_EXTRA_DATA_PRESENT flag 2023-03-12 12:41:06 +00:00
Jonathan G Rennison
a00eb94e2f Documentation: Add NewGRF town feature additions 2023-03-11 23:43:26 +00:00
Jonathan G Rennison
2181b99bdd Documentation: Add note about road stops feature name/ID mapping 2023-03-11 22:23:40 +00:00
Jonathan G Rennison
f44d455adc Send town zone radii to network clients in new TNNC chunk 2023-03-11 22:23:40 +00:00
Jonathan G Rennison
ae99f667b0 NewGRF: Add generic town callback to set town zone radii 2023-03-11 22:23:40 +00:00
Jonathan G Rennison
93c34775e4 NewGRF: Add town variables for uncapped house count, population and zone radii
Add feature name
2023-03-11 22:23:40 +00:00
Jonathan G Rennison
5acf18fb37 NewGRF: Allow mapping a feature ID to the town scope 2023-03-11 22:23:40 +00:00
translators
be69aa6257 Update: Translations from eints
vietnamese: 1 change by KhoiCanDev
korean: 3 changes by telk5093
german: 30 changes by Wuzzy2
slovak: 14 changes by legitalk
dutch: 12 changes by Afoklala
2023-03-11 18:41:57 +00:00
Jonathan G Rennison
57c5cc32d0 VarAction2: Improve handling of feature changes with parent scopes 2023-03-11 16:08:36 +00:00
Jonathan G Rennison
205cb2d3ea Fix autosave setting dropdown strings
See: #496
2023-03-11 10:02:02 +00:00
Jonathan G Rennison
4555724da4 Add CBID_VEHICLE_NAME to GetNewGRFCallbackName 2023-03-11 01:36:50 +00:00
TELK
2bc46cc9b7 Update: Korean translation according to splitting extra 2023-03-11 00:17:35 +00:00