Commit Graph

49330 Commits (138a7c2d9055042eaf59f8b0c361ff66338829ca)
 

Author SHA1 Message Date
glx b50d77b831 Fix #8064: Incorrect display of refit capacity 5 years ago
frosch 7fe291667f Fix #8060, 5880f14: Restore admin network API compatibility. 5 years ago
stormcone 2514f43909
Fix #8055, c02ef3e: Crash when roadtype availability changed with the road toolbar open (#8058) 5 years ago
Jonathan G Rennison 8ed212f044 Documentation: NewGRF: Fix grammar issue 5 years ago
translators 71e79edfc1 Update: Translations from eints
estonian: 32 changes by taavi
5 years ago
Jonathan G Rennison dc4bd3a0be Skip non-Object tiles in UpdateObjectColours 5 years ago
Jonathan G Rennison d210bc4d14 Merge branch 'master' into jgrpp
# Conflicts:
#	src/lang/korean.txt
#	src/saveload/afterload.cpp

Recalculate docking tile cache due to 57553cd8
5 years ago
SamuXarick e7b901462e Doc: [Script] Make it clear random_deviation and CONFIG_RANDOM range upper bounds are inclusive 5 years ago
SamuXarick 8f9654c5c6 Fix: [Script] Random deviation upper bound range should be inclusive 5 years ago
Themba Dube 04b8e2f8a9 Fix: Road vehicles should only penalize traffic going to the same station 5 years ago
Jonathan G Rennison db52acaade Open train vehicle details window on total cargo tab if shift pressed
This is instead of ctrl, as this is now used in trunk

See: 793d01ec, cc1d72c3
5 years ago
Themba Dube 0a441f63ff Merge remote-tracking branch 'internet-trains/road-vehicle-lookahead' into rv_pathfind 5 years ago
Sebastian Pauka bd3a5876b0 Fix #7644: [Cocoa] Manually set colorspace to sRGB 5 years ago
SamuXarick 57553cd809 Fix #8020: Add missing docking tiles around industry neutral stations 5 years ago
SamuXarick 4d4005d8b7 Fix #8039: [AI/GS] SetOrderFlags and GetOrderDestination didn't work for oil rigs 5 years ago
glx 0b5e0522b6 Fix #8043, c02ef3e4: Incorrect handling of global road/tram hotkeys 5 years ago
Jonathan G Rennison 4338541be8 Fix potential use of old names in group and engine name sorters
This could result in violation of strict weak ordering
5 years ago
Jonathan G Rennison fa90b56780 Viewport: Fix scroll region sort comparison not meeting strict weak ordering
See: #137
5 years ago
Jonathan G Rennison 0a6a38886d Viewport: Fix viewport updates being applied to shaded windows 5 years ago
translators 2cc9afe057 Update: Translations from eints
danish: 2 changes by Knogle
5 years ago
Jonathan G Rennison c5c24a3165 Departures: Increase margin between right-hand columns 5 years ago
Jonathan G Rennison c227d30801 Fix window re-rendering when ReInit() called within OnPaint/draw handler 5 years ago
translators 55e81d3973 Update: Translations from eints
polish: 22 changes by MaksOPENTTD1
5 years ago
SamuXarick 3e680c50ca
Change: Open company window when clicking on a company goal (#8033) 5 years ago
SamuXarick 3a08a7e99d
Fix: Ignore clicks on non-applicable global goals (#8035) 5 years ago
Jonathan G Rennison ba65a79d09 Enable allowing/disallowing supply to a station, per cargo
Ctrl-click station cargo rating
5 years ago
translators e7da6616ba Update: Translations from eints
polish: 20 changes by MaksOPENTTD1
5 years ago
translators 4a079407e7 Update: Translations from eints
hungarian: 26 changes by Brumi
korean: 3 changes by telk5093
5 years ago
Jonathan G Rennison 568dec5b57 Merge branch 'pr-135' into jgrpp 5 years ago
translators 6fde854759 Update: Translations from eints
french: 3 changes by glx
5 years ago
Jonathan G Rennison 722af5f77a Do not assert when attempting to draw 0 size sprite
Silently drop instead
5 years ago
translators ce7374ec25 Update: Translations from eints
korean: 1 change by telk5093
5 years ago
SamuXarick 424770d662 Fix: [AI/GS] Consider neutral station setting when creating tile lists 5 years ago
greengaeru5122f 182fcccaa4
updated translation and more translation 5 years ago
SamuXarick 971201b3b7 Fix: [AI/GS] CanBuildConnectedRoadPartsHere neighbours tiles were at times incorrect 5 years ago
Charles Pigott d44a2e409c Codechange: [AzurePipelines] Update MacOS image to 10.14 5 years ago
Jonathan G Rennison 8799170455 Version: Committing version data for tag: jgrpp-0.34-rc1 5 years ago
Jonathan G Rennison 8fb0b638fa Merge branch 'master' into jgrpp
# Conflicts:
#	src/network/network.cpp
5 years ago
Jonathan G Rennison 692d836664 Fix rendering issue with scheduled dispatch tag in timetable/order list 5 years ago
Jonathan G Rennison f3145030b7 Fix false positive in ValidateVehicleTileHash 5 years ago
Jonathan G Rennison cb6a01cab3 Fix cases where departures board data was not invalidated 5 years ago
Charles Pigott 7191360754 Change: Keep News Window usable by only storing the 1024 latest news messages 5 years ago
Jonathan G Rennison 749b9da602 Documentation: Update low level changes document 5 years ago
Jonathan G Rennison b4a814d371 Improve performance of vehicle route overlay rendering 5 years ago
Jonathan G Rennison a4608f6f72 Cache vehicle positions across draw blocks in viewport map mode 5 years ago
Jonathan G Rennison 7949de2c05 Add a minimum visible height and no ground tile parameter to DrawTileProc.
Filter out tile parts which are entirely outside the drawing area.
5 years ago
Jonathan G Rennison 8ef367b126 Add viewport debug commands 5 years ago
Jonathan G Rennison 8f442500ea Change how dirty screen, window and viewport areas are tracked for later redrawing
Track dirty viewport areas seperately form general screen redraws.
Maintain a dirty block grid per viewport, with a smaller block size.
Use even smaller block size in viewport map mode.

Use a rectangle array for general screen redraws instead of a block grid.

Add a dirty bit to windows and widgets, to simplify the common case
of repainting a whole window or widget, without catching
neighbouring windows or viewports.
5 years ago
Jonathan G Rennison d740a19e5f Increase viewport chunking size 5 years ago
Jonathan G Rennison 8956b1ab02 Improve performance of tunnel rendering in viewport map mode 5 years ago