Commit Graph

39816 Commits

Author SHA1 Message Date
Jonathan G Rennison
03bdb28c02 Allow pre_cb to transform incoming enum value in ValidateEnumSetting 2022-04-29 17:54:18 +01:00
Jonathan G Rennison
e9f6559d36 Merge branch 'pr-384' into jgrpp 2022-04-29 17:13:45 +01:00
Jonathan G Rennison
ed30542acf Cache highest snowline value 2022-04-29 17:10:18 +01:00
Jonathan G Rennison
0ec6f659c2 Adjust default height of company infrastructure window 2022-04-29 17:01:43 +01:00
Andreas Schmitt
114bed4549 Fix z-check for flat road foundations 2022-04-29 15:31:23 +02:00
Jonathan G Rennison
f37575d170 Make company infrastructure window scrollable 2022-04-29 01:37:49 +01:00
Andreas Schmitt
c55051a135 Make arctic treeline feature use the dynamic snowline if present 2022-04-26 18:33:18 +02:00
Jonathan G Rennison
76e12c994d Crash log: Write log to file and console as it is being generated on Unix 2022-04-25 19:40:53 +01:00
Jonathan G Rennison
0a31b27a20 Fix water infra total when building water over canal with object
See: https://github.com/OpenTTD/OpenTTD/issues/9870
2022-04-25 19:40:53 +01:00
Jonathan G Rennison
ef379b5214 Fix DC_FORCE_CLEAR_TILE water removal not removing docking tiles
See: https://github.com/OpenTTD/OpenTTD/issues/9869
2022-04-25 19:40:53 +01:00
Jonathan G Rennison
e3837e790d Fix new industry next to existing stations not filling industry stations_near 2022-04-24 20:44:18 +01:00
Jonathan G Rennison
b6c967aae3 Adjust order of station name assignments 2022-04-18 22:56:18 +01:00
Jonathan G Rennison
a54416afbc Add GRF variable to use extra station names even when default names remain 2022-04-18 20:06:21 +01:00
Jonathan G Rennison
fcc74c1650 Be less strict about distance form centre for town-only station name
For large towns
2022-04-18 18:28:06 +01:00
Jonathan G Rennison
40708c5b47 Fix #380: CcAddNewSchDispatchSchedule missing from network callback table 2022-04-18 17:56:12 +01:00
TELK
483e2f6a74 Update: Korean translation up to 2bfa53f 2022-04-16 11:15:24 +09:00
Jonathan G Rennison
2bfa53fcdd Hide build river button when disabled instead of visually disabling it 2022-04-15 18:34:04 +01:00
Jonathan G Rennison
7ccbc6f296 Use separate tool-tip string for building rivers in game
See: #378
2022-04-15 18:31:52 +01:00
Jonathan G Rennison
8a9afd4621 Add road stops flag for drive-through stops only 2022-04-15 17:46:42 +01:00
Jonathan G Rennison
25dc483de0 Fix duplicate text in tram road stops build window 2022-04-15 17:17:15 +01:00
Jonathan G Rennison
ad0dc6dc87 Add road stops flag to disable drawing catenary 2022-04-15 11:47:57 +01:00
Jonathan G Rennison
34af4844d1 Merge branch 'master' into jgrpp 2022-04-02 14:16:32 +01:00
Jonathan G Rennison
a8d99215d7 Fix crash when road vehicle leaves bus/truck stop when it is has no orders 2022-04-02 13:39:45 +01:00
Aaron Katzin
148695c571 Fix #9736: Duplicate multiplayer window opens upon canceling password entry (#9842) 2022-04-02 10:37:07 +02:00
Jonathan G Rennison
f86f77b7a5 Fix viewport town/industry tooltips shown on mouseover in right-click mode 2022-03-31 02:24:18 +01:00
Jonathan G Rennison
5f511f8a65 Fix incorrect check preventing ordering road vehicles to incompatible depots 2022-03-29 22:24:34 +01:00
Jonathan G Rennison
d3efa2afe0 Show specific reason why vehicle cannot be ordered to a particular station 2022-03-29 22:14:12 +01:00
ALEX11BR
61c6fd3055 Fix: correct some mistaken Romanian real towns 2022-03-26 09:08:46 +01:00
Michael Lutz
8d54f76539 Fix #9837, 46bd2f1c: Road build with wrong half-tile ends. 2022-03-20 12:56:03 +01:00
Jonathan G Rennison
358e41d471 Merge branch 'pr-375' into jgrpp 2022-03-17 17:40:53 +00:00
Jonathan G Rennison
8babbb5fe3 Debug: Add misc debug bit for tropic mode zoning overlay 2022-03-17 17:33:37 +00:00
Jonathan G Rennison
c59d78db11 Zoning: Fix restricted signal zoning mode with tunnels/bridges 2022-03-17 17:33:09 +00:00
pvillaverde
05ef9983f2 [Feat] Updated Galician translations up to v0.47.0 2022-03-15 22:54:44 +01:00
Dave Shifflett
0d9fdeda8e Feature: Allow Shift+Insert as paste in edit box (#9836) 2022-03-15 22:33:22 +01:00
Jonathan G Rennison
c4ea3e0335 Fully simulate slot occupancy changes in PBS res end dry-run mode 2022-03-14 02:26:03 +00:00
Michael Lutz
08a5478a93 Add: [NewGRF] Map seed as global variable.
This is useful to provide a feature-agnostic, stable random value that differs between games.
One of the possible uses is to e.g. use it to create pseudo-random regions for towns or industries.
2022-03-13 14:20:23 +01:00
Jonathan G Rennison
da88e12990 Fix deny and penalty actions not being applied to no-entry signals 2022-03-12 15:06:47 +00:00
Patric Stout
68ec2a7877 Fix: removing long roads doesn't prioritize refusal of local authority over other errors (#9831) 2022-03-11 16:18:09 +01:00
Tyler Trahan
d220debc6c Change: Don't pay Property Maintenance on stations when Infrastructure Maintenance is disabled (#9828) 2022-03-10 22:34:03 +01:00
Tyler Trahan
fbbc80f79e Fix #9020: Update station coverage highlight when adding/removing tiles 2022-03-10 20:54:45 +01:00
Jonathan G Rennison
40cdf7944a Fix 583663bc, 7953a1f8: Loading autosave setting from config file 2022-03-10 00:09:07 +00:00
Rubidium
c73f578e8c Codechange: replace magic numbers and C-style arrays with C++-style array for share owners 2022-03-09 18:05:12 +01:00
Jonathan G Rennison
221120090e Fix wrong prefix in trace restrict enum
TRSACF_REMOVE_SPEED_ADAPT_EXEMPT in
TraceRestrictSpeedAdaptationControlField
2022-03-07 00:40:22 +00:00
Jonathan G Rennison
92142e5684 Add routing restriction action to make exempt from speed adaptation 2022-03-06 22:39:53 +00:00
Jonathan G Rennison
60a33feac8 Merge branch 'desert-tweaks' into jgrpp 2022-03-06 19:38:18 +00:00
Jonathan G Rennison
39d39a5c61 Reduce duplication in desert or rainforeset data search arrays 2022-03-06 02:05:12 +00:00
reldred
3bf2e850a5 undo the mess I made of JGR's fixes to my janky code 2022-03-06 11:17:14 +10:30
reldred
e3e032518b Merge branch 'desert-tweaks' of https://github.com/reldred/OpenTTD-patches into desert-tweaks 2022-03-06 11:03:59 +10:30
reldred
59022c40f9 adjustments;
added lake tropic width adjustment
added an extra large setting to the coasts (51radius)
set minimum width for rivers and lakes to 2 (setting it to 1 actually CTD'd the game)
made max for rivers and lakes be 51 tiles to match the 51tiles of the coast setting.
2022-03-06 11:03:46 +10:30
Jonathan G Rennison
f1b6eb932f Reduce duplication in CreateDesertOrRainForest 2022-03-05 14:59:31 +00:00