Commit Graph

54586 Commits (6fb3fa7e77eeee676642cefdc11720a984ee1120)
 

Author SHA1 Message Date
Jonathan G Rennison 6fb3fa7e77 Version: Committing version data for tag: jgrpp-0.52.0 1 year ago
Jonathan G Rennison c644aa754d Only check primary vehicle ships in RemoveDock 1 year ago
Jonathan G Rennison b7cb4099a6 Add missing cast in Save_TNNC() 1 year ago
Jonathan G Rennison 2716217775 Merge branch 'master' into jgrpp
# Conflicts:
#	src/saveload/saveload.h
1 year ago
Tyler Trahan e5438891e2
Cleanup: Keep spacing saveload versions by groups of five (#10576) 1 year ago
Jonathan G Rennison 2e7545f85f Road stops: Add flag to use custom graphics for disabled views in build window 1 year ago
Jonathan G Rennison ec73775f97 Road stops: Shrink build window when changing to a shorter type 1 year ago
translators 1424b7b49e Update: Translations from eints
french: 14 changes by ZarTek-Creole
1 year ago
translators 3254d65b3e Update: Translations from eints
swedish: 17 changes by joeax910
czech: 13 changes by jachymozo
danish: 3 changes by bscargo
1 year ago
Jonathan G Rennison 6f42561859 Use std::vector for generic callback handlers 1 year ago
Jonathan G Rennison 5dd285b0d9 Don't save TNNC chunk if there are no town zone callback handlers 1 year ago
Jonathan G Rennison 062d57eadb Merge branch 'master' into jgrpp
# Conflicts:
#	src/openttd.cpp
#	src/video/dedicated_v.cpp
1 year ago
translators 0bf6d80cd7 Update: Translations from eints
danish: 161 changes by bscargo
1 year ago
Jonathan G Rennison 4dc846949c Bump savegame version for multi-cargo ships 1 year ago
Jonathan G Rennison 8cd7c9559f Multi-part ships: Require feature test to enable callback 16 1 year ago
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
1 year ago
Jonathan G Rennison 87e4258fe3 Allow selecting individual ship parts in refit window
Add callback to name ship parts in refit window
1 year ago
Jonathan G Rennison 211fdd62b2 Initial support for multi-part (pseudo-articulated) ships 1 year ago
Jonathan G Rennison 5718730d68 VarAction2: Add support for more varaction2 types
Add CB failure and deterministic relative types
1 year ago
Jonathan G Rennison 48d602962f Road stops: Add inferred one way road state to var 50/roadstop_misc_info 1 year ago
Jonathan G Rennison eebb427b42 Fix overbuilding a road stop/waypoint clearing the one-way state 1 year ago
Jonathan G Rennison a3125499a1 Documentation: Fix minor errors in road stops document 1 year ago
Jonathan G Rennison 1dce4a0bef Debug: Show reliability/breakdown values in vehicle debug window 1 year ago
Jonathan G Rennison 9c5f81790a Debug: Split industry produced cargo info across multiple lines 1 year ago
Jonathan G Rennison 2e77754c04 Fix comment for XSCF_EXTRA_DATA_PRESENT flag 1 year ago
Jonathan G Rennison a00eb94e2f Documentation: Add NewGRF town feature additions 1 year ago
Jonathan G Rennison 2181b99bdd Documentation: Add note about road stops feature name/ID mapping 1 year ago
Jonathan G Rennison f44d455adc Send town zone radii to network clients in new TNNC chunk 1 year ago
Jonathan G Rennison ae99f667b0 NewGRF: Add generic town callback to set town zone radii 1 year ago
Jonathan G Rennison 93c34775e4 NewGRF: Add town variables for uncapped house count, population and zone radii
Add feature name
1 year ago
Jonathan G Rennison 5acf18fb37 NewGRF: Allow mapping a feature ID to the town scope 1 year ago
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
1 year ago
Jonathan G Rennison 57c5cc32d0 VarAction2: Improve handling of feature changes with parent scopes 1 year ago
Jonathan G Rennison 205cb2d3ea Fix autosave setting dropdown strings
See: #496
1 year ago
Jonathan G Rennison 4555724da4 Add CBID_VEHICLE_NAME to GetNewGRFCallbackName 1 year ago
TELK 2bc46cc9b7 Update: Korean translation according to splitting extra 1 year ago
TELK bf86e66186 Fix: Korean translation for "Freight" filter 1 year ago
Jonathan G Rennison 25ed7c2b53 Merge branch 'master' into jgrpp
# Conflicts:
#	src/music.cpp
#	src/script/api/script_company.cpp
#	src/script/api/script_event_types.cpp
#	src/script/api/script_group.cpp
#	src/script/api/script_object.cpp
#	src/script/api/script_road.cpp
1 year ago
Jonathan G Rennison 3657db3b23 Fix 6aa8997e: Type mismatch for _sl_xv_upstream_version variable 1 year ago
Limyx826 64719f0e1c
Doc: Add Coding Style into the repo for easier access (#10512) 1 year ago
Peter Nelson e999aa2923 Fix: Don't (briefly) switch from title-only playlist on menu screen.
Switching playlist while on the menu screen now only changes the playlist
that will be used when out of the menu screen.
1 year ago
Peter Nelson 3b90b85439 Change: Allow jukebox lists to fill window width. 1 year ago
Peter Nelson 0c4e2ce114 Change: Resize jukebox when changing music set. 1 year ago
Peter Nelson 1ec34acb51 Fix: Truncated music-set song names cause warning log.
The music-set does not need to be selected for this to occur.

Resolved by using std::string instead of fixed buffer for song names,
which avoids manual string copying and removes the length limit.
1 year ago
Jonathan G Rennison ffb6588481 Add header guard to unit_conversion.h 1 year ago
Jonathan G Rennison fd532fbd6f Avoid integer overflow issues in measurement tooltip
For large distances
Use integer instead of floating point sqrt
1 year ago
Jonathan G Rennison 3017cb63a9 Fix parameter shadowing in ApplyLookAheadItem 1 year ago
Jonathan G Rennison 277985ad9d Fix parameter shadowing in GetTrainStopLocation 1 year ago
PeterN 2d3250923c
Fix #10554: Let Scrollbar::SetPosition clamp instead of assert. (#10555) 1 year ago
Jonathan G Rennison f13f8cd740 Tracerestrict: Improve program validator
Check all instruction subtypes and valid enum values
Return failure instead of asserting for invalid instruction subtypes
Identify which instruction triggered validation failure
1 year ago