Commit Graph

55212 Commits (c46afa04f7bc10199520c36b48c2ef23ea3a0577)
 

Author SHA1 Message Date
Jonathan G Rennison c46afa04f7 Use pos TileVirtXY for aircraft crash tile
See: #549
1 year ago
Jonathan G Rennison d6787c4731 Fix f9f1cb21: Setting saveload type
See: #548
1 year ago
Jonathan G Rennison 76a9e280c2 Network: De-duplicate getting random bytes with fallback 1 year ago
Jonathan G Rennison b18d3c9603 Network: Auto-kick clients after too many failed rcon/settings attempts 1 year ago
Jonathan G Rennison 120f0e8a81 Add a helper for sub-packet deserialisation 1 year ago
Jonathan G Rennison f9f1cb2190 Fix crash when changing AI interval setting
See: #548
1 year ago
Jonathan G Rennison c4c14cb6a7 3rdparty: Update monocypher from 3.1.3 to 4.0.1
Update to match interface changes
1 year ago
Jonathan G Rennison 11a3dc287b Serialisation: Adjust method names/types 1 year ago
Jonathan G Rennison 4b807e091a Don't allow changing SF_NO_NETWORK_SYNC settings via DoCommand 1 year ago
Jonathan G Rennison 53ff710364 Fix road build toolbar in scenario editor 1 year ago
Jonathan G Rennison 7202a4e0a6 Fix crash when using picker tool on non-GRF objects
See: #546
1 year ago
Jonathan G Rennison c285413853 Network: Change hash function for non-company passwords
Increase size of per-connection salts, simplify management
Cache per-connection hashes at server end
Send hashes as binary rather than bothering to stringify them
1 year ago
Jonathan G Rennison 79255c0294 Serialisation: Add helpers to send/recv length-prefixed binary buffers 1 year ago
Jonathan G Rennison 8c507d6611 Crash log: Suppress messages from internal faults 1 year ago
Jonathan G Rennison ad995cbebc Windows crash log: Use TerminateProcess instead of ExitProcess 1 year ago
Jonathan G Rennison 940656bb6c Windows crash log: Handle crash log faults (MinGW) 1 year ago
Jonathan G Rennison b26a3fa41e Crash log: Write out crash log incrementally on Windows, MacOS 1 year ago
Jonathan G Rennison 76304c1f76 Crash log: Checkpoint each line of decoded stack trace 1 year ago
Jonathan G Rennison da07c8ce51 Crash log: Move GDB/LLDB logging to its own section 1 year ago
Jonathan G Rennison dd57fc6ecf Unix crash log: Generalise crash log fault handling to all sections 1 year ago
Jonathan G Rennison fdcfa7318b Version: Committing version data for tag: jgrpp-0.54.1 1 year ago
Jonathan G Rennison d9e7d2a7fd MacOS: Fix OSX deployment target in CMake and ci-build 1 year ago
Jonathan G Rennison 7a9cf87ff8 Windows: Add fallback for DoOSAbort implementation 1 year ago
Jonathan G Rennison aa8b60da15 Crashlog: Fix crash log when font caches not initialised 1 year ago
Jonathan G Rennison 417abcccff Windows: Handle abort exception in VectoredExceptionHandler
To make sure that it is definitely handled
1 year ago
Jonathan G Rennison cca7c0ef0a Windows: Don't call abort, use RaiseException directly 1 year ago
Jonathan G Rennison cb6f6f94e6 Fix string handling error in OTTDStringCompare Windows implementation
See: #542
1 year ago
Jonathan G Rennison b7ffa1e0fb Unconditionally use custom handler for asserts 1 year ago
Jonathan G Rennison e4d97c10c7 Version: Committing version data for tag: jgrpp-0.54.0 1 year ago
Jonathan G Rennison ec4d9e8459 Merge PR #532 into jgrpp 1 year ago
TELK afccf11bfa Update: Korean translation up to dd69339 1 year ago
TELK 7a203a52ea Update: Korean translation for 2a5a9c2 1 year ago
TELK 7e3e95d1aa Update: Korean translation for 61e9c30 1 year ago
TELK 07c4ed3f18 Update: Korean translation up to 5615cee 1 year ago
Jonathan G Rennison 7084b97a5d Add NewGRF extension feature for more stations per GRF 1 year ago
translators dd69339bc7 Update upstream language files to 2097719f 1 year ago
PeterN 1696ef6446 Fix: Don't restore backed up vehicle name if it's no longer unique. (#10979)
(cherry picked from commit 2097719f26)
1 year ago
merni-ns e1cb4d2397 Fix #10975: Clear a non-head engine's name (#10976)
(cherry picked from commit 1be668c2e4)
1 year ago
Patric Stout 2618179664 Fix: Wayland crash on startup due to Pango also using FontConfig (#10916)
Basically, we haven't been a good neighbour. Turns out you shouldn't
actually call FcFini when you are done, as some library might still
want to use FontConfig. And they use a shared instance for their
administration.

The idea is that you call FcInit once, and use FcConfigReference
after that to get an instance, you can release. This entry is
ref-counted, and things happen automatically based on that.

At least, I think.

(cherry picked from commit cd751a598a)
1 year ago
PeterN ed3759eef7 Fix: Land info window maximum width was not scaled. (#10894)
(cherry picked from commit 1ff0dc11d8)
1 year ago
Patric Stout 19a6846cb6 Codechange: initialize all values of ICURun on construction (#10892)
(cherry picked from commit 0302e6f168)
1 year ago
Loïc Guilloux 391b80d59a Fix: Check max member count in squirrel classes (#10883)
Manual cherry-pick from 23a0620658

(cherry picked from commit c880157518)
1 year ago
PeterN 8034609368 Fix: Ask FontConfig for the face index when opening fonts. (#10878)
This allows selection of the correct face in truetype fonts containing
multiple faces.

(cherry picked from commit 876871157f)
1 year ago
PeterN ac420f208c Change: Cargo flow legend only shows defined cargo. (#10872)
This removes the large mostly-empty grid of cargo buttons when not using a complex industry set.

(cherry picked from commit 702194cfef)
1 year ago
Jonathan G Rennison 08030e1b8a Add hotkey for convert rail type by track piece 1 year ago
Jonathan G Rennison ccdca8ae52 Add setting to increase size of main toolbar 1 year ago
Jonathan G Rennison 36e1c28173 Fix trains ascending a sloped bridge ramp having incorrect z in wormhole
z one larger than the correct value due to an extra increment on the
transition frame
1 year ago
Jonathan G Rennison f8301f735f Delivered cargo graph: Add missing overrides, remove unused variable 1 year ago
Jonathan G Rennison ac2f9a21e8 Move upstream saveload to src/saveload/, move jgrpp saveload to src/sl/
Leave afterload in src/saveload/
1 year ago
Jonathan G Rennison 3c9ce6f9a5 Implement waypoint build window text filter for road waypoints 1 year ago