Commit Graph

58419 Commits (19a671cfb8329a95990e7bf4c74dc9030b30eefd)
 

Author SHA1 Message Date
Jonathan G Rennison d6b3ba6045 Saveload: Use table format for debug info
No longer add wrapper text around config
3 months ago
Jonathan G Rennison 61f920138f Saveload: Add helper to skip chunk contents 3 months ago
Jonathan G Rennison 0dc4be2aa0 Fix minor code style issue 3 months ago
Jonathan G Rennison 95245d5a57 Fix crash opening landscape window when there are no available objects
See: #713
3 months ago
Jonathan G Rennison 15f4e62936 Merge branch 'master' into jgrpp
# Conflicts:
#	src/network/network.cpp
#	src/pathfinder/yapf/yapf.h
#	src/pathfinder/yapf/yapf_ship.cpp
#	src/saveload/afterload.cpp
#	src/ship_cmd.cpp
#	src/station_cmd.cpp
#	src/vehicle.cpp
#	src/vehicle_gui.cpp
3 months ago
Jonathan G Rennison 21793af8dd Fix accel/braking percentage setting changes not updating running trains 3 months ago
Jonathan G Rennison 61b39296e1 Fix crash when replacing recolour sprite with normal sprite
See: #712
3 months ago
Jonathan G Rennison 18ef0741e7 Use hash map instead of btree for SpritePointerHolder cache 3 months ago
Qwest8K 3fd71b2821 Update russian.txt 3 months ago
Jonathan G Rennison 2d6c9c2f90 Fix 05915b21: One-way behaviour of signalled bridge exit applied to bypassing track 3 months ago
Jonathan G Rennison b3e20ec9b6 Version: Committing version data for tag: jgrpp-0.60.1 3 months ago
Jonathan G Rennison ae516b4a86 Fix text truncation in Win32 help dialog 3 months ago
TELK dcd4295d4e
Update: Korean translation up to 0.60.0 (#710) 3 months ago
Jonathan G Rennison 5dc0bb61ea Test: Check that game packet ID to string mappings are correct/complete 3 months ago
Jonathan G Rennison 7c569b2c83 Fix PACKET_SERVER_MAP_DONE prepending with packet encryption
Also fix logging of sent encrypted packets
3 months ago
Jonathan G Rennison 06718b632d Fix TCP game packet ID to string mapping 3 months ago
Jonathan G Rennison 28c115fc33 Fix false positive cache check error on MinGW/GCC 10 builds
Due to incorrect default operator== on structs with C arrays.

See: #709
See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94924
3 months ago
Jonathan G Rennison 5f34407ce1 Command line: Fix truncation of help text
Use std::string
3 months ago
Jonathan G Rennison ffaa36c8d2 Command line: Fix -Z option 3 months ago
Jonathan G Rennison 27a847633c Version: Committing version data for tag: jgrpp-0.60.0 3 months ago
Jonathan G Rennison 3a1f1e12bc Fix Linux compilation issues in settingsgen 3 months ago
Jonathan G Rennison ace441d5ea Fix GrfMsg logging in ChangeGRFFeatureTestName 3 months ago
Peter Nelson 92b6e06ba2 Fix #12832: Sanitise strings from NewGRF before logging them in Debug output.
NewGRF strings may not be UTF-8 encoded, which causes issues on Windows.

(cherry picked from commit b08e465c8d4df48d42fb603c867a7c756ce18a74)
3 months ago
Jonathan G Rennison a99e6b5082 Delay vehicle cache init to after map upgrades in load
Split AfterLoadVehicles into two functions.
Vehicle cache init and other functionality requiring an upgraded and
valid map is now performed later in the load process.

Re-order load update for SLV_139, it is no longer required to be
performed before the first phase of vehicle updates
3 months ago
Jonathan G Rennison f5b0874c1c Do not unnecessarily update town label if local rating unchanged 3 months ago
Jonathan G Rennison 78fdb09e2b Add setting for auto-fill drag signal removal to stop at restricted signal
Default on
3 months ago
Jonathan G Rennison bea66c4beb Fix minor code style issue 3 months ago
Jonathan G Rennison f8b008cd28 Avoid unnecessary GoodsEntryData creation 3 months ago
Jonathan G Rennison f1504dcc34 Improve link graph refresher when using autorefit with cargo-type load orders 3 months ago
Fedello 9a342e489d
🌐 Update galician Translations 2024-06-28 (#708) 3 months ago
Jonathan G Rennison 41dbd2ade2 Fix struct/class mismatch for BitmapTileArea 3 months ago
Jonathan G Rennison f21618a987 Preserve wait time/timetabled state when duplicating or mass changing order 3 months ago
Jonathan G Rennison 72bd896625 Fix moving unbunch orders to another depot 3 months ago
Jonathan G Rennison 14e0468504 Fix duplicate order duplicating dispatch schedule assignment 3 months ago
Jonathan G Rennison 6b30ab5c2c Try all suitable free wagon chains in CmdMoveRailVehicle when no destination
If none usable, move to its own chain

Fixes issues when moving wagons off trains during template replacement
when remainders are kept

See: #707
3 months ago
Jonathan G Rennison 618ed0a0ce Use vehicle tile hash for finding wagons/engines in depots 3 months ago
Jonathan G Rennison fced6d0eb2 Fix name of CountTrainsNeedingTemplateReplacement 3 months ago
Jonathan G Rennison 0addb29e35 Enable clicking on tunnel to show vehicles inside for road/tram tunnels
Use tile hash to enumerate vehicles
3 months ago
Jonathan G Rennison 4cb3b10f55 Add vehicle function to get first vehicle in tile hash for tile 3 months ago
Jonathan G Rennison af11b76877 Reduce duplication when iterating shared orders for departure board 3 months ago
Jonathan G Rennison 93d2b6716e Fix missing parameter documentation for vehicle on pos functions 3 months ago
Jonathan G Rennison 991bde6600 Allow changing max tunnel length and max bridge heights in network games 3 months ago
Jonathan G Rennison 291ad74864 Fix wording of running costs per calendar year setting 3 months ago
Jonathan G Rennison 51ce0a69db Fix vehicle route overlay focus handling in orders window for some drop downs 3 months ago
Jonathan G Rennison 2927a587cd Tracerestrict: Fix handling of value_drop_down_is_company field 3 months ago
Jonathan G Rennison 04254af89c Slightly reorder struct Station to reduce padding waste 3 months ago
Jonathan G Rennison d4819ad184 Use row-aligned block data type in BitmapTileArea
Use bit operations to reduce looping over individual bits where possible
3 months ago
Jonathan G Rennison 68b16f6741 Fix minor code style issue 3 months ago
Jonathan G Rennison a2ece31e91 Fix narrowing warning in rail/road waypoint windows 3 months ago
Jonathan G Rennison 6244f5b929 Avoid nullptr reference undefined behaviour in saveload when discarding table string on load 3 months ago