Commit Graph

54187 Commits (e8dca9f2201d3c0b237f2a067b0564a95be95e36)
 

Author SHA1 Message Date
Jonathan G Rennison e8dca9f220 Debug: Add time since load/unload to station debug info 1 year ago
Jonathan G Rennison a90b4ad8b9 Adjust readme text for town bridge/tunnel settings 1 year ago
Jonathan G Rennison 5e37f86d09 Check result sprite group of RoadStopResolverObject in DrawTile_Station 1 year ago
Jonathan G Rennison 68cf9b02ec Version: Committing version data for tag: jgrpp-0.50.3 1 year 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)
1 year ago
Jonathan G Rennison 9103426898 Fix water infrastructure accounting when building docks
See: https://github.com/OpenTTD/OpenTTD/issues/10419
1 year ago
Jonathan G Rennison 83880920fb Fix water infrastructure accounting when building ship depots
See: https://github.com/OpenTTD/OpenTTD/issues/10419
1 year ago
Jonathan G Rennison 6ca0f3fac3 Merge PR #480 into jgrpp 1 year ago
pvillaverde 0bd81ece35 Update Galician Language 2023-01-29 1 year ago
Jonathan G Rennison d793a70dfe VarAction2: Fix reg tracking through previously handled procedures
See: #479
1 year ago
Jonathan G Rennison 87f8e56534 VarAction2: Fix applying station layout reg bits to multiple sprite groups
See: #479
1 year ago
Jonathan G Rennison f3645cf629 Debug: Dump all station sprite groups, not just current resolved one 1 year ago
Jonathan G Rennison eec398013e Debug: Show error groups in sprite dump in more detail mode 1 year ago
Jonathan G Rennison 7a7c688b11 Do not call ReInitAllWindows from within LoadStringWidthTable 1 year ago
Jonathan G Rennison 98d7ba8b9d Linkgraph: Early exit demand allocator in DT_MANUAL mode 1 year ago
Jonathan G Rennison c80075b7cc Add setting and town override for whether towns can build bridges 1 year ago
Jonathan G Rennison 7701d4e813 Ensure secondary track type is valid when switching to dual mode by removing piece 1 year ago
Jonathan G Rennison 4761750eae Fix asserts due to main window not existing yet
Partial revert of https://github.com/OpenTTD/OpenTTD/pull/10327
1 year 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
1 year ago
Henry Wilson 0b2567d882 Codechange: Remove shift as fast-forward key when _DEBUG is defined 1 year ago
SamuXarick 46dc6da270
Codechange: Make void tiles flood edge tiles, instead of edge tiles flooding themselves (#8517) 1 year ago
Peter Nelson ede1201b6a Codechange: Rename override manager variables. 1 year ago
Peter Nelson bcc53c5ad5 Codechange: Add missing `this->` in override manager.
Variable scope is also tweaked in a couple of cases reducing line count.
1 year ago
Peter Nelson eedb786872 Codechange: Use vector for NewGRF spec overrides.
This replaces C-style memory management.
1 year ago
translators 07940726d3 Update: Translations from eints
korean: 4 changes by telk5093
1 year ago
Rubidium 2fd99467ea Fix: scripts are not aware of nullptr, they only know null 1 year ago
Rubidium f9a473bef7 Fix: missing/duplicate documentation tags for scripts 1 year ago
Rubidium 3112b387e7 Fix: warnings about obsolete settings/setting values in Doxygen configurations 1 year ago
Rubidium 41fa94bc56 Fix: scripts cannot call constructors of ScriptEvents, so remove from the documentation 1 year ago
Rubidium 042f90a9dd Fix: no ScriptEvent sub class should export constructors to scripts 1 year ago
merni-ns 2d0c1ffdb7
Change #10255: Reduce basic thickness of linkgraph GUI lines (#10410)
From 3px to 2px (multiplied by UI scale).
1 year ago
Jonathan G Rennison 66166bad48 extmidi: Do not continuously retry if execvp fails
See: #478
1 year ago
Jonathan G Rennison 80f0250de6 Merge branch 'master' into jgrpp 1 year ago
translators 01a2449489 Update: Translations from eints
finnish: 8 changes by hpiirai
polish: 4 changes by pAter-exe
1 year ago
PeterN 4dfd6a096f
Fix #10220: Don't select unselectable engine as default. (#10404) 1 year ago
Jonathan G Rennison 051cd43a02
Merge pull request #477 from telk5093/jgrpp
Update: Korean translation up to 312361d
1 year ago
Jonathan G Rennison a9100e93cb Merge branch 'master' into jgrpp
# Conflicts:
#	src/group_cmd.cpp
#	src/lang/korean.txt
#	src/lang/simplified_chinese.txt
#	src/script/api/script_rail.cpp
#	src/tunnelbridge_cmd.cpp
1 year ago
translators 97844df123 Update: Translations from eints
spanish: 4 changes by MontyMontana
1 year ago
Tyler Trahan 9c5de7fd72
Fix #10395: When loading old saves, don't forcibly bar level crossings (#10400) 1 year ago
TELK 7ccea5c006 Update: Fix Korean translation 1 year ago
TELK 51f0c4719a Update: Korean translation up to 312361d 1 year ago
Rubidium 8aeef665c7 Fix #10377, Fix 94167df: bad sorting of rail vehicles when primary variant is missing 1 year ago
translators 7d502e2857 Update: Translations from eints
english (us): 4 changes by 2TallTyler
romanian: 10 changes by bnegrut
russian: 4 changes by Ln-Wolf
portuguese: 4 changes by azulcosta
1 year ago
Jonathan G Rennison 50ae79910d Fix TGP map max height for maps larger than 4k in both axes 1 year ago
SamuXarick b2a5ebcfc4
Fix 3c047b1: AIGroup.GetProfitLastYear could get values different than those displayed in GUI (#10227)
* Change: Store "all time" and "since minimum age" last year profits on groups

* Fix: Update last year profit for groups when copying vehicle statistics on autoreplace

* Codechange: Refactor profit last year

* Change: Rename some group related items for clarity

* Change: Reorder the fields in GroupStatistics

That way less memory gets wasted.
1 year ago
Jonathan G Rennison 1f364c6b21 Fix the viewport map default display mode setting
Routes value was missing
Adjust strings

See: #475
1 year ago
translators 8b5fa2cc7b Update: Translations from eints
english (au): 4 changes by krysclarke
1 year ago
Rubidium 7cdc23fd64 Codechange: hide the map's size related fields in the Map structure 1 year ago
Rubidium de6bc8e692 Codechange: move TILE_MASK to Map::WrapToMap 1 year ago
Rubidium fe2bcd2a58 Codechange: migrate size related functions to Map structure 1 year ago