Jonathan G Rennison
de41a54f94
Departure boards: Fix excessive window width when using GUI zoom
2022-01-04 00:53:09 +00:00
Jonathan G Rennison
55b7e2178a
Departure boards: Fix vehicle name column width with group vehicle names
2022-01-04 00:15:40 +00:00
Jonathan G Rennison
c281bfd9ac
Changelog: Clarify that next order load again instead of leaving was trains only
2022-01-03 23:37:46 +00:00
Jonathan G Rennison
dd160a4e74
Support cond order to continue loading at station without moving for ships
2022-01-03 23:36:11 +00:00
Jonathan G Rennison
e92b1004cc
Merge PR #352 into jgrpp
2022-01-03 22:32:44 +00:00
Jonathan G Rennison
7e313d120c
Fix narrowing conversion warnings
2022-01-03 22:31:36 +00:00
Jonathan G Rennison
51a37ecf2a
Monocypher: Fix narrowing conversion warning
2022-01-03 22:31:21 +00:00
Jonathan G Rennison
ab17deae3a
Random bytes: Fix minor compilation warnings
2022-01-03 22:29:00 +00:00
Yourself
65b90f966b
Fix: station raiting tooltip showed incorrect time
2022-01-03 13:13:47 -07:00
Jonathan G Rennison
a14df8dfe2
Merge PR #351 into jgrpp
2022-01-03 19:18:57 +00:00
Yourself
e4fa9f8465
Add: Cargo delivery distribution modes
2022-01-03 17:55:28 +00:00
Jonathan G Rennison
2c3b502441
CMake: MSVC: Also change static runtime flags in C_FLAGS
2022-01-03 17:18:08 +00:00
Jonathan G Rennison
30817c3915
Fix VRF_BEYOND_PLATFORM_END not being cleared when switching order
2022-01-03 12:47:44 +00:00
Jonathan G Rennison
e993afcd99
Store encrypted company password hashes in server saves
...
Restore when loading back into the server if server has required secret
2022-01-03 03:09:32 +00:00
Jonathan G Rennison
1f50106466
Saveload: Add functions to save/load to arbitrary buffers
2022-01-03 02:35:50 +00:00
Jonathan G Rennison
87f0c20bc0
Add setting flag to run string setting change callbacks on config load
2022-01-03 00:01:21 +00:00
Jonathan G Rennison
26eca815d3
Add separate network salt string for company passwords
2022-01-02 22:30:36 +00:00
Jonathan G Rennison
00cfb00537
Fix auto-generated network.network_id setting value not being saved in config
2022-01-02 22:27:40 +00:00
Jonathan G Rennison
eb22b49758
Add randombytes lib to src/3rdparty
2022-01-02 20:40:08 +00:00
Jonathan G Rennison
9f6fd2bfeb
Only set -Wnon-virtual-dtor for C++ files
2022-01-02 20:34:40 +00:00
Jonathan G Rennison
91f6c6941a
Add monocypher lib to src/3rdparty
2022-01-02 20:34:18 +00:00
Jonathan G Rennison
89181ea9fd
Add setting to increase cost/distance of aircraft linkgraph links
2022-01-02 01:15:54 +00:00
Jonathan G Rennison
ba97d0a827
Allow building waypoints with spec IDs >= 256
...
See: #349
2022-01-01 20:42:10 +00:00
Jonathan G Rennison
ee7fbfc410
Merge pull request #350 into jgrpp
2022-01-01 02:05:09 +00:00
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.
2022-01-01 02:04:27 +00:00
Yourself
3f391a74af
fix: error when removing tunnelbridge signal w/ tracerestruct
2021-12-31 18:28:44 -07:00
Jonathan G Rennison
42b223a288
Fix CmdBuildRoadStop updating station acceptance in estimate mode
2021-12-30 14:08:26 +00:00
Jonathan G Rennison
457a1a172c
Merge pull request #348 from internet-trains/fix-give-money-text-message
...
fix: Give money message showed incorrect value
2021-12-28 00:46:01 +00:00
Yourself
3caef277c8
fix: Give money message showed incorrect value
2021-12-27 15:15:38 -07:00
Jonathan G Rennison
f65a166308
Add client setting to show all signals using the default sprites
2021-12-27 18:31:27 +00:00
Jonathan G Rennison
621677343f
Fix wrong sprite count for duplicated prog signal sprites
2021-12-27 18:26:35 +00:00
Jonathan G Rennison
f40191b3c0
Add hysteresis to depot search max penalty in missing depot order mode
...
See: #345
2021-12-27 17:21:00 +00:00
Jonathan G Rennison
2c7ec68b76
Enable news warning for missing depot order in order list by default
2021-12-27 17:01:05 +00:00
Jonathan G Rennison
4871071dcb
Show vehicle destination when mousing over vehicle breakdown in status bar
2021-12-27 16:44:04 +00:00
glx22
3069f805e2
Fix #9766 : Don't write uninitialised data in config file
...
(cherry picked from commit 50304f7164d5c88a42dcc1d09648c3ec8b2faab5)
Fixes : #344
2021-12-27 13:18:49 +00:00
Jonathan G Rennison
dda4167edc
Change debug level of network received packet logging
2021-12-26 23:04:44 +00:00
Jonathan G Rennison
66ce6c5090
Scheduled dispatch: Add clear schedule GUI function
...
Add management dropdown box to window
2021-12-18 12:46:25 +00:00
Jonathan G Rennison
7b0c083c11
Debug: Add vehicle cargo type, refit mask and age period to debug window
2021-12-18 11:49:31 +00:00
Jonathan G Rennison
17d949980f
Fix assert fail when building virtual train from engine with invalid cargo
2021-12-15 17:50:40 +00:00
Jonathan G Rennison
7953a1f8d1
Allow setting autosave interval to a custom number of real-time minutes
2021-12-14 18:48:57 +00:00
Jonathan G Rennison
583663bca1
Allow setting autosave interval to a custom number of days
2021-12-14 18:08:06 +00:00
Jonathan G Rennison
670dbc739d
Merge branch 'master' into jgrpp
2021-12-14 17:59:10 +00:00
Jonathan G Rennison
25e6997a21
Merge pull request #343 from geby/jgrpp
...
Fix some czech.lng statement to make sense.
2021-12-12 23:31:24 +00:00
frosch
bc22e9333e
Fix: if vehicles only refit to cargo-slots >= 32, the default cargo was wrong. ( #9744 )
2021-12-12 17:35:41 +01:00
geby
1854dc87cc
Fix some statement to make sense.
2021-12-12 16:43:54 +01:00
Jonathan G Rennison
762b656b53
Fix #9740 : Fix loading of gamelog change items from savegame ver >= 294
2021-12-10 22:46:16 +01:00
Jonathan G Rennison
15b0231821
Debug: Add object intro and end of life dates to debug window
2021-12-10 19:49:00 +00:00
Jonathan G Rennison
8c8a129c23
Version: Committing version data for tag: jgrpp-0.44.2
2021-12-10 02:04:32 +00:00
Jonathan G Rennison
77d3be3d3b
Fix loading of gamelog revision text in upstream savegame loader
2021-12-10 01:27:19 +00:00
Jonathan G Rennison
3d0b1a3b12
Fix loading of gamelog change items from savegame ver >= 294
...
See: https://github.com/OpenTTD/OpenTTD/issues/9740
2021-12-10 01:26:15 +00:00