Commit Graph

57327 Commits (1e2834a422aa5312a4a268c0fd6c494b735a8194)
 

Author SHA1 Message Date
Jonathan G Rennison 1e2834a422 Use upstream/table format for game log chunk 5 months ago
Jonathan G Rennison 0f7eb3d8d5 Add road vehicle direction to order window manage order dropdown 5 months ago
Jonathan G Rennison b05738284b Windows: Avoid destruction of unjoined std::thread on ExitProcess
See: #649
5 months ago
Jonathan G Rennison 09b91260b7 Adjust Korean translation 5 months ago
TELK 9396eb36bc
Update: Missing Korean translation (#647)
* Update: Korean translation up to 0.57.0

* Update: Missing Korean translation
5 months ago
Jonathan G Rennison c0a4169afd Include intrin.h in cpu.cpp for MSVC intrinsics 5 months ago
Jonathan G Rennison 3407b3edc0 Fix tile hash cache check warnings when loading very old savegames
See: #648
5 months ago
Jonathan G Rennison 11f75933bf Saveload: Use table format for DATE, VIEW, MAPS chunks
Merge MISC into DATE
5 months ago
Jonathan G Rennison 195b3b6d1d Saveload: Add initial table chunk support to non-upstream save backend 5 months ago
Jonathan G Rennison 5aaff39164 Fix wrong saveload types for std::string 5 months ago
Jonathan G Rennison 26e00d022a Fix crash when showing overwrite warning for a save with no readable version 5 months ago
Jonathan G Rennison 60e59a8233 Saveload: Add wrapper to simplify conditionally upstream chunks
Where they're always saved as upstream and conditional on a feature
5 months ago
Jonathan G Rennison 25e100a465 Calculate airport noise level in permissive mode as same as lenient 5 months ago
Jonathan G Rennison 2ef2142d95 Disable non-noise town airport limit in local authority permissive mode 5 months ago
Jonathan G Rennison 516e8defb5 Add wrappers to get and update the current effective day length factor 5 months ago
Jonathan G Rennison db8b77a72e Remove empty DayLengthPreChange 5 months ago
Jonathan G Rennison a6dcc0c624 Add messages from ShowNewGrfVehicleError to special events log 5 months ago
Jonathan G Rennison 130d9cb650 Fix crash when road vehicle changed length in drive-through road stop
Due to refit and incorrectly implemented NewGRF
5 months ago
Jonathan G Rennison cfebbfac8c Merge branch 'master' into jgrpp
# Conflicts:
#	src/autoreplace_cmd.cpp
#	src/company_base.h
#	src/company_gui.cpp
#	src/cpu.cpp
#	src/debug.h
#	src/group.h
#	src/group_cmd.cpp
#	src/house.h
#	src/industry.h
#	src/newgrf_house.cpp
#	src/news_type.h
#	src/openttd.cpp
#	src/saveload/company_sl.cpp
#	src/settings_type.h
#	src/sl/oldloader_sl.cpp
#	src/story.cpp
#	src/table/town_land.h
#	src/viewport.cpp
5 months ago
Jonathan G Rennison e1d629dba3 Also use custom sprite sorting for catenary pylons under bridges 5 months ago
Jonathan G Rennison a484a5eb77 Use custom sprite sorting rules for vehicles diagonally under bridges
Extend bb sprite south for comparisons, but only for vehicles underneath
This is to avoid creating sprite sorting problems for vehicles
on top of the bridge

Adjust ParentSpriteToDraw struct
5 months ago
Jonathan G Rennison ea8aa47832 Add missing braces around calls to ViewportMapDraw in ViewportDoDraw 5 months ago
Jonathan G Rennison 9aa8059c79 Include elapsed state ticks since load in crash/failure logs
Consolidate game load date/time variables
5 months ago
Jonathan G Rennison d456f4a3a5 Replace DATE_UNIT_SIZE macro with a function 5 months ago
Jonathan G Rennison d39236d50c Store state ticks directly in savegame instead of the offset
Initialise the state ticks value to a constant for new games,
instead of using an implicit offset of 0
5 months ago
Jonathan G Rennison 0ea57528c9 Rename DateTicksScaled to StateTicks
Rename various other related/derived types and variables
5 months ago
Jonathan G Rennison 39b4772a34 Convert speed units in station rating tooltip
See: #645
5 months ago
Jonathan G Rennison b6b665e989 Set GoodsEntry last_vehicle_type when resetting time_since_pickup 5 months ago
Jonathan G Rennison e8c17f634b Remove randombytes from 3rdparty 5 months ago
Jonathan G Rennison f966153ae2 Saveload: Remove use of randombytes in company passwords storage
Use RandomBytesWithFallback
Replace related key/data arrays with std::array
5 months ago
Jonathan G Rennison 9492aa1c0d Saveload: Add span overloads to ReadBuffer and MemoryDumper 5 months ago
Jonathan G Rennison 17712af318 Random: Try a little bit harder in the random bytes fallback path 5 months ago
Jonathan G Rennison f44ec32011 Replace NetworkRandomBytesWithFallback with RandomBytesWithFallback
Replace related key/data arrays with std::array
5 months ago
Jonathan G Rennison bb627e944c Serialisation: Add std::span wrappers for Recv_binary, Send_binary 5 months ago
Jonathan G Rennison 2208d70e33 Merge branch 'master' into jgrpp
# Conflicts:
#	src/3rdparty/monocypher/CHANGELOG.md
#	src/3rdparty/monocypher/CMakeLists.txt
#	src/3rdparty/monocypher/README.md
#	src/3rdparty/monocypher/monocypher.h
#	src/core/random_func.cpp
#	src/misc.cpp
5 months ago
Jonathan G Rennison 347862504f Fix rail toolbar layout when polyrail button hidden at init 5 months ago
Jonathan G Rennison 5b894edde8 Fix mismatch between struct Blitter and class Blitter declarations 5 months ago
Jonathan G Rennison 77772725be Version: Committing version data for tag: jgrpp-0.57.1 5 months ago
Jonathan G Rennison b2b96fff13 Disable threaded rendering when showing widget outlines
Because these are drawn outside the window boundary, so it is not
technically thread-safe due to non-deterministic drawing order
5 months ago
Jonathan G Rennison 16589041f2 Prevent dragging plan lines across viewports
As this leads to erratic plans
5 months ago
Jonathan G Rennison d4381d06ea Revert "Add scoped helper to temporarily override current blitter"
This reverts commit ae701a3bd8.
5 months ago
Jonathan G Rennison 4a9803c6f0 Do not override global blitter to render overlay/plans to cache buffer
Creates thread safety issues with active draw jobs
5 months ago
Jonathan G Rennison 816d4eb657 Fix ff0c77ee: Wrong pitch used to fill in scrolled plan/overlay caches 5 months ago
Jonathan G Rennison 3365efa5b2 Ensure that sprite aligner click to pick sprites is thread safe
Use a mutex for list of sprite IDs found in (threaded) draw jobs
5 months ago
Jonathan G Rennison 736539280b Fix second colour vehicle-type default liveries not being updated
When changing company default second colour
5 months ago
Jonathan G Rennison ff0c77ee3b Blitter: Do not override global screen pitch to use 8bpp blitter
8bpp blitter keep a point to pitch (default screen pitch)
5 months ago
Jonathan G Rennison 539ca43525 Replace asserts with exits in GfxFillRect 5 months ago
kiwitreekor 16574946da Add: Station variable 6B to get extended station id of nearby tiles (#10953)
(cherry picked from commit 8d62a8f0f0)
5 months ago
Jonathan G Rennison 728971ddbc Road stops: Remove 0x6B as alias of roadstop_road_info_nearby_tiles 5 months ago
Jonathan G Rennison 28b156d95c Fix rounding of right edge of viewport mark dirty area
Could result in vehicles leaving pixels behind when moving left
5 months ago