Commit Graph

39521 Commits (de41a54f94e75d958d56186861d03b90f820b19c)

Author SHA1 Message Date
Jonathan G Rennison de41a54f94 Departure boards: Fix excessive window width when using GUI zoom 3 years ago
Jonathan G Rennison 55b7e2178a Departure boards: Fix vehicle name column width with group vehicle names 3 years ago
Jonathan G Rennison dd160a4e74 Support cond order to continue loading at station without moving for ships 3 years ago
Jonathan G Rennison e92b1004cc Merge PR #352 into jgrpp 3 years ago
Jonathan G Rennison 7e313d120c Fix narrowing conversion warnings 3 years ago
Jonathan G Rennison 51a37ecf2a Monocypher: Fix narrowing conversion warning 3 years ago
Jonathan G Rennison ab17deae3a Random bytes: Fix minor compilation warnings 3 years ago
Yourself 65b90f966b Fix: station raiting tooltip showed incorrect time 3 years ago
Jonathan G Rennison a14df8dfe2 Merge PR #351 into jgrpp 3 years ago
Yourself e4fa9f8465 Add: Cargo delivery distribution modes 3 years ago
Jonathan G Rennison 30817c3915 Fix VRF_BEYOND_PLATFORM_END not being cleared when switching order 3 years ago
Jonathan G Rennison e993afcd99 Store encrypted company password hashes in server saves
Restore when loading back into the server if server has required secret
3 years ago
Jonathan G Rennison 1f50106466 Saveload: Add functions to save/load to arbitrary buffers 3 years ago
Jonathan G Rennison 87f0c20bc0 Add setting flag to run string setting change callbacks on config load 3 years ago
Jonathan G Rennison 26eca815d3 Add separate network salt string for company passwords 3 years ago
Jonathan G Rennison 00cfb00537 Fix auto-generated network.network_id setting value not being saved in config 3 years ago
Jonathan G Rennison eb22b49758 Add randombytes lib to src/3rdparty 3 years ago
Jonathan G Rennison 91f6c6941a Add monocypher lib to src/3rdparty 3 years ago
Jonathan G Rennison 89181ea9fd Add setting to increase cost/distance of aircraft linkgraph links 3 years ago
Jonathan G Rennison ba97d0a827 Allow building waypoints with spec IDs >= 256
See: #349
3 years ago
Jonathan G Rennison ee7fbfc410 Merge pull request #350 into jgrpp 3 years ago
Jonathan G Rennison f658d9f1fc Fix rail drag remove removing track even with an unremovable signal
This occurred when a removing a signal was blocked due to realistic
braking moving train restrictions.
This resulted in incorrect signal infrastructure totals and MP desyncs.
3 years ago
Yourself 3f391a74af fix: error when removing tunnelbridge signal w/ tracerestruct 3 years ago
Jonathan G Rennison 42b223a288 Fix CmdBuildRoadStop updating station acceptance in estimate mode 3 years ago
Yourself 3caef277c8 fix: Give money message showed incorrect value 3 years ago
Jonathan G Rennison f65a166308 Add client setting to show all signals using the default sprites 3 years ago
Jonathan G Rennison 621677343f Fix wrong sprite count for duplicated prog signal sprites 3 years ago
Jonathan G Rennison f40191b3c0 Add hysteresis to depot search max penalty in missing depot order mode
See: #345
3 years ago
Jonathan G Rennison 2c7ec68b76 Enable news warning for missing depot order in order list by default 3 years ago
Jonathan G Rennison 4871071dcb Show vehicle destination when mousing over vehicle breakdown in status bar 3 years ago
glx22 3069f805e2 Fix #9766: Don't write uninitialised data in config file
(cherry picked from commit 50304f7164d5c88a42dcc1d09648c3ec8b2faab5)

Fixes: #344
3 years ago
Jonathan G Rennison dda4167edc Change debug level of network received packet logging 3 years ago
Jonathan G Rennison 66ce6c5090 Scheduled dispatch: Add clear schedule GUI function
Add management dropdown box to window
3 years ago
Jonathan G Rennison 7b0c083c11 Debug: Add vehicle cargo type, refit mask and age period to debug window 3 years ago
Jonathan G Rennison 17d949980f Fix assert fail when building virtual train from engine with invalid cargo 3 years ago
Jonathan G Rennison 7953a1f8d1 Allow setting autosave interval to a custom number of real-time minutes 3 years ago
Jonathan G Rennison 583663bca1 Allow setting autosave interval to a custom number of days 3 years ago
geby 1854dc87cc
Fix some statement to make sense. 3 years ago
Jonathan G Rennison 15b0231821 Debug: Add object intro and end of life dates to debug window 3 years ago
Jonathan G Rennison 77d3be3d3b Fix loading of gamelog revision text in upstream savegame loader 3 years ago
Jonathan G Rennison 3d0b1a3b12 Fix loading of gamelog change items from savegame ver >= 294
See: https://github.com/OpenTTD/OpenTTD/issues/9740
3 years ago
Jonathan G Rennison 70ca147fa4 Merge PR #341 into jgrpp 3 years ago
pvillaverde ebe0aec89a [Feat] Galician Translation 3 years ago
Jonathan G Rennison 69b6b388d6 On dedicated servers, save copy of last autosave on crash
This is to avoid all autosaves being overwritten when the server
is auto-restarted with a new map
3 years ago
Jonathan G Rennison 585c3fe9ca Add town and industry counts to dump_map_stats command 3 years ago
Jonathan G Rennison b69521ea87 Allow specifying a custom number of industries in map generation window 3 years ago
Jonathan G Rennison b807f0d50e Fix setting of object spec ctrl flags from GRF properties 3 years ago
Jonathan G Rennison 5349003ec4 Add assert checks to road type infra total changes 3 years ago
Jonathan G Rennison 0b45103eed Merge branch 'master' into jgrpp
# Conflicts:
#	src/network/core/tcp_connect.cpp
3 years ago
Jonathan G Rennison 4543803823 Crash log: Increase crash log length limit on Unix
Allocate buffer using mmap if possible
3 years ago