Commit Graph

49842 Commits (39df1c49a15055a918fda8e43fe26205944626a9)
 

Author SHA1 Message Date
Jonathan G Rennison 39df1c49a1 Merge branch 'master' into jgrpp
# Conflicts:
#	src/fileio.cpp
#	src/group_gui.cpp
#	src/industry.h
#	src/lang/korean.txt
#	src/linkgraph/linkgraphjob.cpp
#	src/linkgraph/linkgraphjob.h
#	src/linkgraph/linkgraphschedule.cpp
#	src/linkgraph/linkgraphschedule.h
#	src/openttd.cpp
#	src/saveload/saveload.cpp
#	src/saveload/saveload.h
#	src/town_cmd.cpp
#	src/vehicle_gui.cpp
#	src/vehicle_gui_base.h
3 years ago
Jonathan G Rennison 7cf4621b1c Merge branch 'master' into jgrpp 3 years ago
Jonathan G Rennison c4f63661bb Revert "Feature #7962: Improve rendering of large viewports"
This reverts commit e82333cf77.
3 years ago
Jonathan G Rennison f7f28f6ebd Revert "Feature #7962: Significantly improve sprite sorter performance"
This reverts commit 5ca8a0bda9.
3 years ago
Jonathan G Rennison cb69611248 Merge branch 'master' into jgrpp
# Conflicts:
#	.github/changelog.sh
#	cmake/PackageDeb.cmake
#	src/network/network_client.cpp
#	src/settings_gui.cpp
3 years ago
Jonathan G Rennison dddcd6d441 Merge branch 'pr-213' into jgrpp 3 years ago
Jonathan G Rennison 09dc33022c Add client setting for vehicle naming scheme 3 years ago
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
3 years ago
TELK cd1fd5f352 Update: Korean translation for ed0ffb6 3 years ago
Jonathan G Rennison 4e0804b791 Fix const issues around GetTrainStopLocation/GetCurrentMaxSpeed 3 years ago
Jonathan G Rennison b711f94d1c Fix FollowTrainReservation following outwards from end depot 3 years ago
Jonathan G Rennison 87c87649b8 Fix lookahead init inside a signalled tunnel/bridge only filling interior 3 years ago
Jonathan G Rennison 9506a33443 Don't treat loading trains specially when enabling realistic braking 3 years ago
Jonathan G Rennison 62fffddb3f Don't mark train stuck if no reachable track in TryPathReserve 3 years ago
Jonathan G Rennison 628077d0bb Fix missing stop due to speed when entering station with lookahead 3 years ago
Jonathan G Rennison d913083c37 Print warning instead of asserting for invalid NewGRF string IDs 3 years ago
Jonathan G Rennison ed0ffb6220 Add feature: realistic train braking
Add setting to select train braking model.
3 years ago
Jonathan G Rennison 2b02318c7e Add int64 cube root and square root functions 3 years ago
Jonathan G Rennison ac5b0d8017 Fix crash in auto-separation when all orders removed 3 years ago
Jonathan G Rennison 1838e8939f Improve handling of reversing inside bidi signalled tunnel/bridge
Avoid train crashes when reversing trains either side of entrance tile
3 years ago
Jonathan G Rennison 2a82491a2e Fix reservation not cleared from far end of signalled tunnel when removing 3 years ago
Jonathan G Rennison 01c051793c Allow referencing waypoints in news items 3 years ago
Jonathan G Rennison ac6581ac8f Lang: Fix string codes in german.txt 3 years ago
Jonathan G Rennison 8e825c8b0e
Merge pull request #212 from kruemelmagic/kruemelchen-language-german
Update: German translation by kruemelmagic
3 years ago
kruemelmagic 7072bc2fac
Update German language by Kruemelchen
Update to be on par with v. 0.39.2
3 years ago
Michael Lutz a190b00af1 Fix #8589, 653e7fa548: Motion counter is NewGRF-visible but not saved, leading to desyncs. (#8591)
(cherry picked from commit 7da224d29d)
3 years ago
Jonathan G Rennison e0893de5c3 Set tunnel/bridge PBS exit to red when leaving 3 years ago
Jonathan G Rennison aacb70d371 Debug: Extend random debug logging to also include state checksum updates 3 years ago
Jonathan G Rennison 4f44540eb9 Fix false positive desync messages for vehicle cached weight/length 3 years ago
Jonathan G Rennison fc012d4874 Add NewGRF debug window inspection for waypoints 3 years ago
Jonathan G Rennison 6a6d9f3773 Fix tunnel/bridge PBS start tile in TryPathReserve 3 years ago
Jonathan G Rennison d666036ffd TBTR: Close vehicles window when acquiring idle vehicle for replacement
This fixes possible duplicate vehicle windows, which is not allowed
4 years ago
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
4 years ago
Jonathan G Rennison dd16145b03 TBTR: No longer use idle vehicles in depots by default 4 years ago
Jonathan G Rennison 515aeb04e0 TBTR: Add support for vehicle reversed flag 4 years ago
Jonathan G Rennison e9f7783327 TBTR: Allow flipping direction of vehicles in template editor 4 years ago
Jonathan G Rennison 212489cf38 Debug: Add debug window button to TBTR template editing window 4 years ago
Jonathan G Rennison 958aed1ad4
Merge pull request #211 from telk5093/jgrpp
Update: Korean translation for v0.39.2
4 years ago
Jonathan G Rennison d0d2591900 Console: Use flag letters for dumped cargo classes 4 years ago
Jonathan G Rennison 4273ee4cec Console: Add flag summaries to dump road, tram, rail, bridge types 4 years ago
Jonathan G Rennison d1e23551ec Fix handling of bridge signals when reversing inside wormhole
Fix handling of train detection when moving in wrong direction
4 years ago
Jonathan G Rennison d32a282112 Fix bridges not being redrawn after all signals reset when cleared 4 years ago
Jonathan G Rennison 65d5d13a08 Avoid unnecessary viewport redrawing when (un)reserving signalled bridges 4 years ago
Jonathan G Rennison 6965a339c4 Fix crash when removing rail depot or road when debug window open on tile 4 years ago
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.
4 years ago
Jonathan G Rennison bf313338c0 Debug: Show cached sprite bounds in vehicle debug window 4 years ago
Jonathan G Rennison 343777e749 OSX: Temporary bodge for WindowQuartzSubdriver::SetPortAlphaOpaque issue 4 years ago
Jonathan G Rennison f2c492c351 Fix reversing behind waypoint/signal in bridges/tunnels 4 years ago
Jonathan G Rennison 13ff4f72ba Always show if train breakdown is due to RV collision 4 years ago
TELK 5695ca782d Update: Korean translation for v0.39.2 4 years ago