Jonathan G Rennison
09dc33022c
Add client setting for vehicle naming scheme
2021-01-29 18:16:42 +00:00
Jonathan G Rennison
43980639de
Merge branch 'master' into jgrpp
...
# Conflicts:
# .gitignore
# CMakeLists.txt
# src/3rdparty/optional/optional.hpp
# src/group_cmd.cpp
# src/industry_cmd.cpp
# src/misc_gui.cpp
# src/video/sdl2_v.cpp
2021-01-29 17:45:15 +00:00
Jonathan G Rennison
4e0804b791
Fix const issues around GetTrainStopLocation/GetCurrentMaxSpeed
2021-01-29 02:13:08 +00:00
Jonathan G Rennison
b711f94d1c
Fix FollowTrainReservation following outwards from end depot
2021-01-28 23:25:07 +00:00
Jonathan G Rennison
87c87649b8
Fix lookahead init inside a signalled tunnel/bridge only filling interior
2021-01-28 22:28:20 +00:00
Jonathan G Rennison
9506a33443
Don't treat loading trains specially when enabling realistic braking
2021-01-28 22:27:23 +00:00
Jonathan G Rennison
62fffddb3f
Don't mark train stuck if no reachable track in TryPathReserve
2021-01-28 22:23:06 +00:00
Jonathan G Rennison
628077d0bb
Fix missing stop due to speed when entering station with lookahead
2021-01-28 22:22:11 +00:00
Jonathan G Rennison
d913083c37
Print warning instead of asserting for invalid NewGRF string IDs
2021-01-28 19:03:18 +00:00
Jonathan G Rennison
ed0ffb6220
Add feature: realistic train braking
...
Add setting to select train braking model.
2021-01-28 19:03:18 +00:00
Jonathan G Rennison
2b02318c7e
Add int64 cube root and square root functions
2021-01-26 00:00:35 +00:00
Jonathan G Rennison
ac5b0d8017
Fix crash in auto-separation when all orders removed
2021-01-25 02:21:02 +00:00
Jonathan G Rennison
1838e8939f
Improve handling of reversing inside bidi signalled tunnel/bridge
...
Avoid train crashes when reversing trains either side of entrance tile
2021-01-25 02:20:38 +00:00
Jonathan G Rennison
2a82491a2e
Fix reservation not cleared from far end of signalled tunnel when removing
2021-01-25 02:20:38 +00:00
Jonathan G Rennison
01c051793c
Allow referencing waypoints in news items
2021-01-25 02:20:38 +00:00
Jonathan G Rennison
ac6581ac8f
Lang: Fix string codes in german.txt
2021-01-24 22:42:40 +00:00
Jonathan G Rennison
8e825c8b0e
Merge pull request #212 from kruemelmagic/kruemelchen-language-german
...
Update: German translation by kruemelmagic
2021-01-24 16:16:42 +00:00
kruemelmagic
7072bc2fac
Update German language by Kruemelchen
...
Update to be on par with v. 0.39.2
2021-01-23 13:55:28 +01:00
Michael Lutz
a190b00af1
Fix #8589 , 653e7fa548
: Motion counter is NewGRF-visible but not saved, leading to desyncs. ( #8591 )
...
(cherry picked from commit 7da224d29d
)
2021-01-18 20:59:54 +00:00
Jonathan G Rennison
e0893de5c3
Set tunnel/bridge PBS exit to red when leaving
2021-01-18 20:57:55 +00:00
Jonathan G Rennison
aacb70d371
Debug: Extend random debug logging to also include state checksum updates
2021-01-18 20:57:55 +00:00
Jonathan G Rennison
4f44540eb9
Fix false positive desync messages for vehicle cached weight/length
2021-01-15 18:56:51 +00:00
Jonathan G Rennison
fc012d4874
Add NewGRF debug window inspection for waypoints
2021-01-15 17:15:16 +00:00
Jonathan G Rennison
6a6d9f3773
Fix tunnel/bridge PBS start tile in TryPathReserve
2021-01-14 17:53:28 +00:00
Jonathan G Rennison
d666036ffd
TBTR: Close vehicles window when acquiring idle vehicle for replacement
...
This fixes possible duplicate vehicle windows, which is not allowed
2021-01-10 18:46:37 +00:00
Jonathan G Rennison
e4555a1749
TBTR: Fix use vehicles from depot function being overly aggressive
...
Do not use vehicles which have orders/shared orders, or are in a group
2021-01-10 18:36:09 +00:00
Jonathan G Rennison
dd16145b03
TBTR: No longer use idle vehicles in depots by default
2021-01-10 18:20:10 +00:00
Jonathan G Rennison
515aeb04e0
TBTR: Add support for vehicle reversed flag
2021-01-10 18:10:20 +00:00
Jonathan G Rennison
e9f7783327
TBTR: Allow flipping direction of vehicles in template editor
2021-01-10 17:00:28 +00:00
Jonathan G Rennison
212489cf38
Debug: Add debug window button to TBTR template editing window
2021-01-10 16:51:51 +00:00
Jonathan G Rennison
958aed1ad4
Merge pull request #211 from telk5093/jgrpp
...
Update: Korean translation for v0.39.2
2021-01-10 02:49:33 +00:00
Jonathan G Rennison
d0d2591900
Console: Use flag letters for dumped cargo classes
2021-01-09 19:56:34 +00:00
Jonathan G Rennison
4273ee4cec
Console: Add flag summaries to dump road, tram, rail, bridge types
2021-01-09 19:30:16 +00:00
Jonathan G Rennison
d1e23551ec
Fix handling of bridge signals when reversing inside wormhole
...
Fix handling of train detection when moving in wrong direction
2021-01-06 17:13:54 +00:00
Jonathan G Rennison
d32a282112
Fix bridges not being redrawn after all signals reset when cleared
2021-01-06 17:13:45 +00:00
Jonathan G Rennison
65d5d13a08
Avoid unnecessary viewport redrawing when (un)reserving signalled bridges
2021-01-06 17:13:35 +00:00
Jonathan G Rennison
6965a339c4
Fix crash when removing rail depot or road when debug window open on tile
2021-01-05 17:44:19 +00:00
Jonathan G Rennison
204f8e173f
Fix sprite bound issues for vehicles which vary bounds with curvature
...
If a vehicle uses curvature vars 0x45 or 0x62, cache the directions
of its 4 nearest neighbours, and check them in UpdateViewport along
with the vehicle's own direction.
2021-01-03 16:12:59 +00:00
Jonathan G Rennison
bf313338c0
Debug: Show cached sprite bounds in vehicle debug window
2021-01-03 14:44:29 +00:00
Jonathan G Rennison
343777e749
OSX: Temporary bodge for WindowQuartzSubdriver::SetPortAlphaOpaque issue
2021-01-02 20:11:50 +00:00
Jonathan G Rennison
f2c492c351
Fix reversing behind waypoint/signal in bridges/tunnels
2021-01-02 12:09:29 +00:00
Jonathan G Rennison
13ff4f72ba
Always show if train breakdown is due to RV collision
2020-12-30 23:16:14 +00:00
TELK
5695ca782d
Update: Korean translation for v0.39.2
2020-12-31 01:41:07 +09:00
Jonathan G Rennison
6c82ac2647
Version: Committing version data for tag: jgrpp-0.39.2
2020-12-29 22:59:08 +00:00
Jonathan G Rennison
833fa42c3f
GS: Enable the reload button in debug window for AI/GS developers
2020-12-29 21:53:53 +00:00
Jonathan G Rennison
77bf073939
Debug: Show all town persistent storage registers, not just the caller GRFID
2020-12-29 21:33:51 +00:00
Jonathan G Rennison
aa46bf3a2b
Debug: Truncate persistent storage printouts when only 0s remain
2020-12-29 21:13:33 +00:00
Jonathan G Rennison
5721790c5d
Fix assert failure in DoStartupNewCompany when called from AfterLoadGame
2020-12-29 20:52:53 +00:00
Charles Pigott
e8d811d472
Fix #8437 : Planes landing at non-rectangular airports could be drawn at the wrong height
...
Only the rotated intercontinental airport, don't get excited
(cherry picked from commit 190528c2a9aaf4e90d0e768e6ad6afe6870af73d)
2020-12-29 10:53:52 +00:00
Jonathan G Rennison
760cab2632
Partial fix for https://github.com/OpenTTD/OpenTTD/issues/8437
...
(Part 2: helicopter landings)
2020-12-28 01:00:01 +00:00