Commit Graph

55585 Commits (19835b51eef7dcf24faa3a74367472fd3af2c534)
 

Author SHA1 Message Date
Jonathan G Rennison fac21f3429 Fix missing/incorrect command error texts 1 year ago
Jonathan G Rennison 1e1ad66e90 CMake: Use -ffile-prefix-map to trim build directory from debug output 1 year ago
Jonathan G Rennison 92e632454e Change ship path cache to be optional and use a ring buffer 1 year ago
Jonathan G Rennison 2ae4e5bdc1 Change road vehicle path cache to be optional and use ring buffers
Show path cache in debug window
1 year ago
Jonathan G Rennison 1183476182 Allow custom signal styles to disable aspect-limited mode
By setting style_lookahead_extra_aspects to 255
1 year ago
Jonathan G Rennison 6ccbd7cce2 Saveload: Remove test pass from ScriptInstance::Save
Use SlConditionallySave to discard the saved data instead if there
was an error
1 year ago
Jonathan G Rennison e3021de408 Saveload: Add helper to conditionally save template functor 1 year ago
Jonathan G Rennison f378167951 Saveload: Change SlSaveToVector to be templated, add SlSaveToTempBuffer 1 year ago
Jonathan G Rennison d0c6b7136d Saveload: Improve performance of script data save/load
Avoid unnecessarily using SlObject wrappers
1 year ago
Jonathan G Rennison 2b8171093a Change Colour constructors to be constexpr 1 year ago
Jonathan G Rennison 95f3cf2a8e Make VideoDriver::GetAnimBuffer a non-virtual/inlinable function 1 year ago
Jonathan G Rennison 6fff633e81 Fix enum definitions for RoadTypeExtraFlags 1 year ago
Jonathan G Rennison 2f692a794f Blitter: Use 32 bit memset where available
Fix Blitter_40bppAnim::SetRect
1 year ago
Jonathan G Rennison 79509b76a6 Crashlog: Unix: Decode REG_ERR for SIGSEGV 1 year ago
Jonathan G Rennison cb0c8d5e38 Crashlog: Unix: Decode common si_code values for SIGSEGV 1 year ago
Jonathan G Rennison e676eb1202 Crashlog: Unix: Include REG_ERR in x86 register dump 1 year ago
Jonathan G Rennison 1ec2ed937f Unix: Fix CMake detection and setup of sigaltstack 1 year ago
Jonathan G Rennison 644d2632f8 Move command log functions to their own header, fix missing include
See: #586
1 year ago
Jonathan G Rennison 3ec633e63c
Merge pull request #584 from H-Sachse/H-Sachse-change-desktop-launcher-app-name
Update openttd.desktop -> add "+JGRPP" to app name
1 year ago
Jonathan G Rennison 8a14d8c246 Add setting to also limit acceleration when using realistic braking 1 year ago
H-Sachse 56d8605caf
Update openttd.desktop -> change app name
Add JGRPP to application name to distinguish openttd+JGRPP from vanilla openttd
1 year ago
Jonathan G Rennison 3840a37999 Add console command to dump custom signal styles 1 year ago
Tyler Trahan b012d1100c Fix #10334: Store separate newgrf-safe version of date_of_last_service. (#11124)
This value is not changed when the date cheat is used, which caused issues with changing properties based on service date.

Co-authored-by: Peter Nelson <peter1138@openttd.org>
(cherry picked from commit 9a602ff304)
1 year ago
Jonathan G Rennison 5bcc71f2c2 Fix incorrect industry NewGRF text ID mapping
In the case where the lower 16 bits of the internal string ID
was also a valid NewGRF string ID
1 year ago
Jonathan G Rennison 752b0bce47 ScriptList: Defer creation of sorter and values map until first used 1 year ago
Jonathan G Rennison 24a77e5b36 ScriptList: Update iterators when swapping lists
Safe btree iterators store a pointer to the parent container
1 year ago
Jonathan G Rennison 731a79b224 Fix truncation of dump_command_log console command output 1 year ago
Jonathan G Rennison bdbc631e6c Script: Simplify implementation of ScriptList
Use btrees instead of set/map
Replace bucket mechanism for reverse mapping
Avoid redundant operations
1 year ago
Jonathan G Rennison b68491f2fe Btree: Add copy operator for safe iterators 1 year ago
Jonathan G Rennison a248495ee3 Version: Committing version data for tag: jgrpp-0.54.5 1 year ago
Jonathan G Rennison 3a07f92474 CMake: Fix findversion with git when build dir is not inside source dir 1 year ago
Jonathan G Rennison 38c57044ea Add debug special console command 1 year ago
Jonathan G Rennison bab06f1bb4 CMake: Add option to explicitly disable LTO 1 year ago
Jonathan G Rennison cc9daf4128 Use btree set in console list dirs 1 year ago
Jonathan G Rennison 4202afc0bc Use btree set for town names list 1 year ago
Jonathan G Rennison 2313679ee7 Simplify town name duplicate check in VerifyTownName 1 year ago
Jonathan G Rennison 665d6bf7f2 Fix duplicate town names when using the many random towns function
See: #583
1 year ago
Jonathan G Rennison 2ed98b3b9d Saveload: Add support for upstream savegame version 316 1 year ago
Jonathan G Rennison f4d237e022 Remove use of fmt from squtils.h
Fixes link warning on MinGW
1 year ago
Tyler Trahan 748ff13a6d Change: Enable "Forbid 90 degree turns" setting by default
(cherry picked from commit 4decd2aa48)
1 year ago
Loïc Guilloux 2ddc5d9cd6 Fix #11067, ed83c4b: Don't start competitors during map generation (#11069)
(cherry picked from commit a979d9cdda)
1 year ago
Jonathan G Rennison c79dd3656f conv-lang.pl: Support N: prefixes when fixing STRINGN codes 1 year ago
Daniel Hill 924b2ab9ec Add an optional "(City)" in Viewport labels 1 year ago
Jonathan G Rennison 4d2db01a0f Fix maybe uninitialised warning in DrawDeparturesListItems 1 year ago
Jonathan G Rennison 4c88256183 De-duplicate string IDs used for viewport town labels 1 year ago
Jonathan G Rennison 5f385a5573 De-duplicate string IDs used for station rating tooltips 1 year ago
Jonathan G Rennison 7744ccf3f3 Extra strings: Move "JUST" strings to a no-translate section 1 year ago
Jonathan G Rennison eb03369a21 Extra strings: Add no-translate tag 1 year ago
Jonathan G Rennison ebcf8b336c Add SET_COLOUR string code 1 year ago
Jonathan G Rennison ccbf789ea0 Link graph: Also change start_date_ticks when using date cheat
See: #580
1 year ago