Commit Graph

55235 Commits (e91e15be7fa12ad95ff57f8b8a0991e9c765c069)
 

Author SHA1 Message Date
Jonathan G Rennison e91e15be7f Version: Committing version data for tag: jgrpp-0.54.2 12 months ago
Jonathan G Rennison 551d581215 Unix crash log: Fix stack trace formatting when using addr2line 12 months ago
Jonathan G Rennison 861c033caf Crash log: Include game mode in config info 12 months ago
Jonathan G Rennison 2b897e6694 Cargo payment rate graph: Use minutes for x-axis if in minutes mode
See: #541
12 months ago
Jonathan G Rennison b080433394 Cargo payment rate graph: Scale X-axis by day length
See: #541
12 months ago
Jonathan G Rennison a7a8f4c695 Windows crash log: Don't bother writing raw stack if it can be decoded
The raw values are almost always useless
12 months ago
Jonathan G Rennison bcab44dc98 Windows crash log: Fix stack overflow in crash dialog window setup
Excessive stack use for crash log text conversion buffers
12 months ago
Jonathan G Rennison d211ef557a Windows crash log: Handle crash log faults (MSVC) 12 months ago
Jonathan G Rennison 846737e56a Fix refit in station with articulated vehicles with no capacity in leading part 12 months ago
Jonathan G Rennison dadebfa759 Debug: Show engine cargo/refit values 12 months ago
Jonathan G Rennison 051cb29f7a Debug: Show engine misc flags for all vehicle types 12 months ago
Jonathan G Rennison 410d5bdc55 Spread tile loop iterations over all ticks when using day length > 1
See: #545
12 months ago
Jonathan G Rennison 8c600fd480 Use std::all_of instead of std::count for checking if all 0 12 months ago
Jonathan G Rennison 32ec1bc77b Add hotkey for picker tool in scenario editor 12 months ago
Jonathan G Rennison 371a555324 Disable picker tool in spectator mode 12 months ago
Jonathan G Rennison 495db43b72 Network: Defer deletion of client and server game socket handler
This fixes various use after free scenarios in error handling paths
12 months ago
Jonathan G Rennison 532d3881cd Network: Fix error logging for game and admin server HandlePacket
Don't invent a packet type in the log message if we can't/don't
read a packet type at all
12 months ago
Jonathan G Rennison afe5af5dbb Fix: Crash when failing to load a game into a dedicated server at startup
Using the -g switch
12 months ago
Jonathan G Rennison 7af34aaadd Fix NetworkAddChatMessage when MAX_CHAT_MESSAGES is 0 12 months ago
Jonathan G Rennison 3d2dc77aa2 Network: Change protocol for game/rcon/settings password auth
Instead of sending a hash, do a DH/X25519 key exchange
using the password.
This also allows authenticating the associated rcon payload and response.
12 months ago
Jonathan G Rennison 9042eb338f Network: Simplify stringifying of random key strings 12 months ago
Jonathan G Rennison b4721c898d Serialisation: Add view/span variants of binary receive methods 12 months ago
Jonathan G Rennison efc4cd4eff Add missing data() method to span 12 months ago
Jonathan G Rennison c46afa04f7 Use pos TileVirtXY for aircraft crash tile
See: #549
12 months ago
Jonathan G Rennison d6787c4731 Fix f9f1cb21: Setting saveload type
See: #548
12 months ago
Jonathan G Rennison 76a9e280c2 Network: De-duplicate getting random bytes with fallback 12 months ago
Jonathan G Rennison b18d3c9603 Network: Auto-kick clients after too many failed rcon/settings attempts 12 months ago
Jonathan G Rennison 120f0e8a81 Add a helper for sub-packet deserialisation 12 months ago
Jonathan G Rennison f9f1cb2190 Fix crash when changing AI interval setting
See: #548
12 months ago
Jonathan G Rennison c4c14cb6a7 3rdparty: Update monocypher from 3.1.3 to 4.0.1
Update to match interface changes
12 months ago
Jonathan G Rennison 11a3dc287b Serialisation: Adjust method names/types 12 months ago
Jonathan G Rennison 4b807e091a Don't allow changing SF_NO_NETWORK_SYNC settings via DoCommand 12 months ago
Jonathan G Rennison 53ff710364 Fix road build toolbar in scenario editor 12 months ago
Jonathan G Rennison 7202a4e0a6 Fix crash when using picker tool on non-GRF objects
See: #546
12 months 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
12 months ago
Jonathan G Rennison 79255c0294 Serialisation: Add helpers to send/recv length-prefixed binary buffers 12 months ago
Jonathan G Rennison 8c507d6611 Crash log: Suppress messages from internal faults 12 months ago
Jonathan G Rennison ad995cbebc Windows crash log: Use TerminateProcess instead of ExitProcess 12 months ago
Jonathan G Rennison 940656bb6c Windows crash log: Handle crash log faults (MinGW) 12 months ago
Jonathan G Rennison b26a3fa41e Crash log: Write out crash log incrementally on Windows, MacOS 12 months ago
Jonathan G Rennison 76304c1f76 Crash log: Checkpoint each line of decoded stack trace 12 months ago
Jonathan G Rennison da07c8ce51 Crash log: Move GDB/LLDB logging to its own section 12 months ago
Jonathan G Rennison dd57fc6ecf Unix crash log: Generalise crash log fault handling to all sections 12 months ago
Jonathan G Rennison fdcfa7318b Version: Committing version data for tag: jgrpp-0.54.1 12 months ago
Jonathan G Rennison d9e7d2a7fd MacOS: Fix OSX deployment target in CMake and ci-build 12 months ago
Jonathan G Rennison 7a9cf87ff8 Windows: Add fallback for DoOSAbort implementation 12 months ago
Jonathan G Rennison aa8b60da15 Crashlog: Fix crash log when font caches not initialised 12 months ago
Jonathan G Rennison 417abcccff Windows: Handle abort exception in VectoredExceptionHandler
To make sure that it is definitely handled
12 months ago
Jonathan G Rennison cca7c0ef0a Windows: Don't call abort, use RaiseException directly 12 months ago
Jonathan G Rennison cb6f6f94e6 Fix string handling error in OTTDStringCompare Windows implementation
See: #542
12 months ago