Commit Graph

54215 Commits (05ec32f5779de2e27eb5e2025fa79af2962b216c)
 

Author SHA1 Message Date
Jonathan G Rennison 05ec32f577 Run water flooding at constant speed at day lengths >= 4
See: #482
2 years ago
Jonathan G Rennison 2fcb735d7b Fix build window column sizes after map generation
See: #483
2 years ago
Jonathan G Rennison 17f1d92072 Template replacement: Allow naming templates
See: #481
2 years ago
Jonathan G Rennison 6d91e8ce36 Template replacement: Fix various types 2 years ago
Jonathan G Rennison 8de7f75f0e Template replacement: Add missing owner checks in template commands 2 years ago
Jonathan G Rennison 07b7cc5652 Tracerestrict: Add condition whether reservation passes through tile 2 years ago
Michael Lutz 07c923eceb Feature: [NewGRF] Engine name callback.
(cherry picked from commit 05ed9f56fd)
2 years ago
Michael Lutz 5daaa45e4a Add: [NewGRF] Second vehicle property for additional callback flags.
(cherry picked from commit 2d73076056)
2 years ago
Michael Lutz 3fdf57cbd6 Change: [NewGRF] Extend the D8xx (DCxx) string area up to FFFF.
This adds the Exxx and Fxxx blocks to the usable range for NewGRF
local strings. TTDPatch uses these ranges for internal strings, but as
we don't support any of them anyway, it is "free" real estate for us.

(cherry picked from commit f5394ed2ef)
2 years ago
Jonathan G Rennison 9951c0dbd5 Documentation: Update NewGRF road stop docs 2 years ago
Jonathan G Rennison 1272bec13b Road stops: Add height property for build window preview 2 years ago
Jonathan G Rennison 91d736ace5 GRF: Fix ignorable unknown mapped road type and road stop properties 2 years ago
Jonathan G Rennison ff0e779680 Merge branch 'master' into jgrpp
# Conflicts:
#	src/lang/czech.txt
#	src/order_backup.h
#	src/settings_internal.h
#	src/string.cpp
#	src/viewport.cpp
2 years ago
Jonathan G Rennison 9006a47104 Debug: Fix wrong drawing position of extension variables in debug window 2 years ago
Jonathan G Rennison 219e41b5d6 Debug: Enable inspecting non-GRF objects 2 years ago
Jonathan G Rennison 8999f9237b Documentation: Add link anchors and index for NewGRF NML additions 2 years ago
Jonathan G Rennison e8dca9f220 Debug: Add time since load/unload to station debug info 2 years ago
Jonathan G Rennison a90b4ad8b9 Adjust readme text for town bridge/tunnel settings 2 years ago
Jonathan G Rennison 5e37f86d09 Check result sprite group of RoadStopResolverObject in DrawTile_Station 2 years ago
Jonathan G Rennison 68cf9b02ec Version: Committing version data for tag: jgrpp-0.50.3 2 years ago
Loïc Guilloux 85a4308741 Fix #10361, fe30f66: Don't try to give saved data to a dead script (#10433)
(cherry picked from commit 07b40c02fe)
2 years ago
Jonathan G Rennison 9103426898 Fix water infrastructure accounting when building docks
See: https://github.com/OpenTTD/OpenTTD/issues/10419
2 years ago
Jonathan G Rennison 83880920fb Fix water infrastructure accounting when building ship depots
See: https://github.com/OpenTTD/OpenTTD/issues/10419
2 years ago
Jonathan G Rennison 6ca0f3fac3 Merge PR #480 into jgrpp 2 years ago
pvillaverde 0bd81ece35 Update Galician Language 2023-01-29 2 years ago
Jonathan G Rennison d793a70dfe VarAction2: Fix reg tracking through previously handled procedures
See: #479
2 years ago
Jonathan G Rennison 87f8e56534 VarAction2: Fix applying station layout reg bits to multiple sprite groups
See: #479
2 years ago
Jonathan G Rennison f3645cf629 Debug: Dump all station sprite groups, not just current resolved one 2 years ago
Jonathan G Rennison eec398013e Debug: Show error groups in sprite dump in more detail mode 2 years ago
Jonathan G Rennison 7a7c688b11 Do not call ReInitAllWindows from within LoadStringWidthTable 2 years ago
Jonathan G Rennison 98d7ba8b9d Linkgraph: Early exit demand allocator in DT_MANUAL mode 2 years ago
SamuXarick df89c34e03
Fix 7e1e275: Measure AI Collect Garbage performance (#9924) 2 years ago
translators 4a58d197ee Update: Translations from eints
japanese: 26 changes by Azusa257
vietnamese: 4 changes by KhoiCanDev
chinese (simplified): 4 changes by XiaoJi-Game
french: 8 changes by glx22
2 years ago
Rubidium 04d10b3d2d Codechange: instead of global pointer to stack variable, just put variable in that global
Removes one indirection and a dangling pointer to a stack location
2 years ago
Rubidium d51d08ddcb Codechange: put stack variables in global variables for gamelog/crashlog 2 years ago
Rubidium ed7685910d Codechange: pass large objects by reference instead of value
Especially when they get passed on directly to the next function or via a
constructor into an instance variable
2 years ago
Jonathan G Rennison c80075b7cc Add setting and town override for whether towns can build bridges 2 years ago
Jonathan G Rennison 7701d4e813 Ensure secondary track type is valid when switching to dual mode by removing piece 2 years ago
translators dbc666905d Update: Translations from eints
czech: 10 changes by jacobczsk
dutch: 4 changes by Afoklala
2 years ago
Jonathan G Rennison 4761750eae Fix asserts due to main window not existing yet
Partial revert of https://github.com/OpenTTD/OpenTTD/pull/10327
2 years ago
Rubidium 7e1d272397 Cleanup: remove unused static variables 2 years ago
Rubidium 00721787e1 Fix: wrong type for INVALID_LINK_GRAPH_JOB 2 years ago
Rubidium 755e41de9f Codechange: make rounding code clearer
-O1 already optimizes it to the original hand optimized magic code
2 years ago
Rubidium 71b46db8d0 Cleanup: remove commented out code 2 years ago
Rubidium 5863d78cb4 Codechange: use commented out code, or guard by #ifdef 2 years ago
Rubidium ae422be979 Cleanup: remove/replace trailing ; with . in comments 2 years ago
Jonathan G Rennison 32fe84cfdd Merge branch 'master' into jgrpp
# Conflicts:
#	src/clear_cmd.cpp
#	src/main_gui.cpp
#	src/saveload/newgrf_sl.cpp
#	src/water_cmd.cpp
2 years ago
Henry Wilson 0b2567d882 Codechange: Remove shift as fast-forward key when _DEBUG is defined 2 years ago
SamuXarick 46dc6da270
Codechange: Make void tiles flood edge tiles, instead of edge tiles flooding themselves (#8517) 2 years ago
Peter Nelson ede1201b6a Codechange: Rename override manager variables. 2 years ago