Jonathan G Rennison
eddc6ddcdb
Debug: Add sprite dumping to house inspect window
2022-01-26 18:10:49 +00:00
Jonathan G Rennison
96d789dfbf
Fix window preference save/load of build vehicle windows
2022-01-23 13:58:34 +00:00
Jonathan G Rennison
2e7f8d2e1e
Add inclined foundation option to object edge foundation mode
...
Bump feature version
2022-01-23 13:17:13 +00:00
Jonathan G Rennison
d81cbc25b8
Add setting to allow hiding viewport labels of inidivudal waypoints
2022-01-21 23:37:53 +00:00
Jonathan G Rennison
c65901fef2
Add a baseset GRF for misc GUI sprites
2022-01-21 23:34:39 +00:00
Jonathan G Rennison
8ffe519179
Debug: Fix title of waypoint inspector window
2022-01-21 02:53:33 +00:00
Jonathan G Rennison
26fb0940c6
Add client setting for whether to sync locale settings with server in multiplayer
2022-01-21 01:37:15 +00:00
Tyler Trahan
bec218069c
Feature: Remember the last-used signal between games
...
(cherry picked from commit a9de36ad23f30d125ed495f0bd84342b594d19df)
See: https://github.com/OpenTTD/OpenTTD/pull/9792
2022-01-19 18:51:30 +00:00
Jonathan G Rennison
a64a6aeeb8
Fix text input of velocity setting values
...
See: #357
2022-01-11 21:17:19 +00:00
Jonathan G Rennison
a4ea155d33
Merge PR #357 into jgrpp
2022-01-11 20:44:47 +00:00
Yourself
7823c81597
Add: Through load speed limit setting
2022-01-08 22:27:43 -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
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
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
89181ea9fd
Add setting to increase cost/distance of aircraft linkgraph links
2022-01-02 01:15:54 +00: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
2c7ec68b76
Enable news warning for missing depot order in order list by default
2021-12-27 17:01:05 +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
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
15b0231821
Debug: Add object intro and end of life dates to debug window
2021-12-10 19:49:00 +00:00
Jonathan G Rennison
b69521ea87
Allow specifying a custom number of industries in map generation window
2021-12-08 17:33:32 +00:00
Jonathan G Rennison
24fb390e9f
Add NewGRF object property for flood-resistance
...
Does not imply being able to be built on water
2021-12-05 21:46:09 +00:00
Jonathan G Rennison
06fa1ae332
Add object shore/flooding support, adjust handling of foundations
...
Add info to debug window
2021-12-05 21:46:09 +00:00
Jonathan G Rennison
d9116106ca
Add NewGRF object property for new edge foundation mode
2021-12-05 21:33:56 +00:00
Jonathan G Rennison
2c8b462708
Debug: Add object view and colour to debug window
2021-12-05 17:41:36 +00:00
Jonathan G Rennison
ff714b7648
Add setting to disable "big GUI" NewGRFs
2021-12-05 13:40:56 +00:00
Jonathan G Rennison
924ffb013f
Add NewGRF object property/flag to use land as object ground sprite
...
This handles variable ground densities, snow/desert, etc.
2021-12-05 11:54:13 +00:00
Jonathan G Rennison
76fcfd3efd
Debug: Add sprite dump support to NewGRF objects
2021-12-03 18:13:58 +00:00
Jonathan G Rennison
5d56d12bf3
Debug: Show object class/type IDs in object debug window
2021-12-03 17:04:48 +00:00
Jonathan G Rennison
4e25fa199c
Add a "default" mode to TT autofill rounding setting, set as default
...
Use game ticks per minute or day ticks
2021-12-03 12:10:30 +00:00
Jonathan G Rennison
bc75c3af6f
Debug: Show ObjectSpec flags and more fields in debug window
2021-12-03 03:23:54 +00:00
Jonathan G Rennison
a8f879251b
Debug: Allow inspecting non-GRF houses
2021-11-30 23:13:21 +00:00
Jonathan G Rennison
70fdb9091b
Merge PR #338 into jgrpp
2021-11-27 20:28:13 +00:00
Jonathan G Rennison
a7094fec3b
Add a STRING8 format code
2021-11-24 02:10:42 +00:00
Jonathan G Rennison
766fbacd57
Debug: Click toggle between long and short vehicle flag dump in window
2021-11-23 19:29:40 +00:00
Jonathan G Rennison
2b56ca2b62
Debug: Create struct type for ExtraInfo output parameter
2021-11-23 18:16:51 +00:00
reldred
f461f0de08
Introduces a new setting (defaulted off) to allow preventing road vehicles from performing so-called quantum tunelling through other vehicles blocking their path.
2021-11-22 15:45:55 +10:30
Jonathan G Rennison
9ff8643fd9
Split config transparency settings into base and extra fields
...
This is to avoid incorrect settings when loading in trunk,
as the min/max clamping is not bitwise.
In particular having all options set in trunk when transparent vehicles
in tunnels was set.
2021-11-21 22:10:31 +00:00
Jonathan G Rennison
0691b25e17
Merge branch 'master' into jgrpp
...
# Conflicts:
# src/saveload/afterload.cpp
2021-11-20 13:15:32 +00:00
Jonathan G Rennison
4ccbb11440
Only show level crossing overlay sprites on outsides of multi-track crossings
...
When using both adjacent crossings and safer crossings
2021-11-20 01:42:54 +00:00
dP
ad90e88ebd
Change: Make pf.yapf.rail_firstred_twoway_eol on by default ( #9544 )
2021-11-19 00:08:06 +00:00
Jonathan G Rennison
f16657ec96
Fix running costs divider settings saveload
2021-11-18 23:34:39 +00:00
Jonathan G Rennison
33bedf0061
Allow changing running cost divider settings in game
2021-11-18 23:31:21 +00:00
Jonathan G Rennison
fddc9fb975
Increase max value of running cost divider settings
2021-11-18 23:30:40 +00:00
reldred
904ff346c2
Initial commit to allow configuring running costs as a fraction (1/1 default thru 1/4) independently for both vehicles stopped in depots (doesn't work for planes, I'm not smart enuff), or vehicles that are stationary.
2021-11-18 12:47:23 +10:30
Jonathan G Rennison
fc58ed9987
Codechange: Remove CargoSpec::multipliertowngrowth which is unused ( #9701 )
...
This is set by cargo property 19.
This property is only implemented in TTDPatch.
2021-11-16 22:48:21 +00:00
Jonathan G Rennison
3308edf792
Try to extend reservation when passing sighting distance of non-end signal
2021-11-12 01:02:29 +00:00