Commit Graph

47956 Commits (b41e2b04eda343810b1d9c23f02ae568d44282f8)
 

Author SHA1 Message Date
Jonathan G Rennison b41e2b04ed Fix articulated RVs disconnecting when overtaking on custom bridge heads
Disallow overtaking on custom bridge heads
5 years ago
Jonathan G Rennison 4666b1ef81 Version: Committing version data for tag: jgrpp-0.31.0 5 years ago
Jonathan G Rennison bdcafb38cc Fix ScriptOrder::GetOrderDistance in VT_AIR mode on waypoint tiles 5 years ago
Jonathan G Rennison d734e6a9f1 Add scope info logging to AI::GameLoop() 5 years ago
Jonathan G Rennison 10d0f79e83 Validate vehicle tick caches in CheckCaches 5 years ago
Berbe a73ec8d386 Fix: IniLoadFile::LoadFromDisk expects filename but BaseMedia::AddFile provided full path (#7348)
(cherry picked from commit 04c74355ba)
5 years ago
glx22 080de98c93 Fix 2bb80d2: really increase the maximum number of GameScript texts to 64k (#7555)
(cherry picked from commit 76788a1eb3)
5 years ago
glx22 19a6829ea2 Fix #7553: check bounds when loading strings (#7554)
(cherry picked from commit cef9a76c3f)
5 years ago
Charles Pigott 10c8104e70 Fix 5db883f: Railtype bits were moved too late, leading to rails under bridges losing their type
(cherry picked from commit 63a7df027d)
5 years ago
Charles Pigott e334f7db30 Fix #6507: Don't try to load invalid depots from older savegames
(cherry picked from commit d9f9a64389)
5 years ago
Charles Pigott 44911ec254 Fix: Crash when attempting to load old save game with GRFs set
GroupStatistics pool was not initialised before trying to delete vehicles (specifically, trams with no tram track)

(cherry picked from commit 9da1c5bb0b)
5 years ago
PeterN 9197926bca Fix #7165: Missed another 'Append() --> push_back()' replacement (#7548)
(cherry picked from commit 0ab6244f6b)
5 years ago
Jonathan G Rennison 0e5dfa42c3 Check order indexing and consistency in cache check 5 years ago
Jonathan G Rennison 51579be197 Fix compilation warnings in windows crashlog 5 years ago
Jonathan G Rennison 03d7edd828 Fix use of nullptr for HIMC type in video/win32_v.cpp 5 years ago
Jonathan G Rennison 028d2505fd Fix missing format specifier in windows crash log abort message 5 years ago
Jonathan G Rennison 5fe784f520 Remove incorrect CDECL declaration from SlotNameSorter 5 years ago
Jonathan G Rennison 842b2249ee Fix possible incorrect value of VCF_GV_ZERO_SLOPE_RESIST
In case where slope resistance becomes non-zero when up/down flag removed
5 years ago
Jonathan G Rennison 5d4f1b488d Fix false positive vehicle cache mismatch detection in CheckCaches 5 years ago
Jonathan G Rennison 799eb25bb5 Delete outdated MSVC project files 5 years ago
Jonathan G Rennison cef359193a Add GRF details to NewGRF debug window 5 years ago
Jonathan G Rennison 1ee33c46ef Linkgraph: Allow overriding distribution mode on a per-cargo basis, in game 5 years ago
Jonathan G Rennison e7a916d2ce Linkgraph: Add asymmetric: equal and nearest demand distribution modes 5 years ago
Jonathan G Rennison 79e49cf4a9 Setting: Add setting flag: no new game (in game use only) 5 years ago
Jonathan G Rennison 8b1ee39ace Setting: Add support for enum type settings 5 years ago
Jonathan G Rennison f54f549632 Add SlXvCheckSpecialSavegameVersions constants to SaveLoadVersion enum 5 years ago
Jonathan G Rennison f8e34838c6 Avoid -Wdynamic-class-memaccess warning on clang in CheckCaches() 5 years ago
Jonathan G Rennison f331ae8f81 Progsig: Fix error return path in CmdModifySignalInstruction 5 years ago
Jonathan G Rennison 06463b8be0 Merge branch 'tracerestrict-sx' into jgrpp 5 years ago
Jonathan G Rennison d47c083e00 Comment out some unused constants 5 years ago
Jonathan G Rennison 24458e9990 Add various missing override specifiers 5 years ago
Jonathan G Rennison 6b107d65d9 Merge branch 'tracerestrict' into tracerestrict-sx 5 years ago
Jonathan G Rennison 0d2277211c Fix enum type mismatch in TestOrderCondition 5 years ago
Jonathan G Rennison 6d3e9093c4 TBTR: Show warning on templates which include unavailable vehicles 5 years ago
Jonathan G Rennison 9d861fb8a0 TBTR: Allow cloning virtual/template trains with unavailable engines 5 years ago
Jonathan G Rennison 2ff8a71e59 Fix handling of road-stop states in a6ea1ea40 5 years ago
Jonathan G Rennison a6ea1ea408 Allow articulated road vehicles to overtake other vehicles
Add setting
5 years ago
Jonathan G Rennison c84a8c14b4 Add ground vehicle cache info to vehicle debug window 5 years ago
Jonathan G Rennison fedfedc492 Silence false-positive misalignment UBSan warning in YAPF road, ship 5 years ago
Jonathan G Rennison 1397bf5755 Update crash log section of low level changes doc 5 years ago
Jonathan G Rennison 92d97d9879 Allow removing signals from plain rail track when a train is present 5 years ago
Jonathan G Rennison 85c8f4baca Merge branch 'crashlog_improvements' into jgrpp
# Conflicts:
#	src/os/macosx/crashlog_osx.cpp
5 years ago
Jonathan G Rennison cc970aac70 Add sigaltstack support to MacOS crashlog 5 years ago
Jonathan G Rennison 145fee04fa Add sigaltstack support to Unix crashlog 5 years ago
Jonathan G Rennison 61a4ecf078 Add sigaction and ucontext support to Mac crashlog 5 years ago
Jonathan G Rennison bd2fdde759 Merge branch 'master' into jgrpp
# Conflicts:
#	src/core/sort_func.hpp
#	src/rail_cmd.cpp
#	src/timetable_cmd.cpp
#	src/video/sdl_v.cpp
#	src/video/win32_v.cpp
5 years ago
peter1138 66cd32a252 Codechange: Use std::underlying_type for DECLARE_POSTFIX_INCREMENT. 5 years ago
peter1138 ac1e1a272f Fix: Replace int with std::underlying_type in DECLARE_ENUM_AS_BIT_SET.
This fixes 64 bit uses of this macro.
5 years ago
PeterN c17736b493
Fix e8d397e: Invisible station/waypoint signs could still be clicked on. (#7531) 5 years ago
PeterN be073b46da
Fix: Bounds check access to railtype_map. (#7529) 5 years ago