Commit Graph

54779 Commits (d93a1a58047c932c6e029e7b33742efa479aef25)
 

Author SHA1 Message Date
Jonathan G Rennison d93a1a5804 Use OnTooltip instead of OnHover for some custom tooltips 1 year ago
Jonathan G Rennison b59f229723 TBTR: Remove unnecessary variable 1 year ago
Jonathan G Rennison c14085f425 Be more permissive about vehicles when converting tunnel/bridge railtype 1 year ago
Jonathan G Rennison 62ecad1b63 Scheduled dispatch: Add menu item to duplicate current schedule 1 year ago
Jonathan G Rennison 6d483cc5cc Add toggle to show vehicle route overlay even when window is not focused 1 year ago
Jonathan G Rennison 4c2244cc21 Viewport: Refactor handling of vehicle route overlays 1 year ago
Jonathan G Rennison 31f476220d Allow converting track by individual track pieces instead of whole tiles
Ctrl-click on convert button

See: #509
1 year ago
Jonathan G Rennison 09e03fb6b2 Change TunnelBridgeIsFree across_only to a mode enum type 1 year ago
Jonathan G Rennison f94e43c940 Update map mode viewports when converting rail track type 1 year ago
Jonathan G Rennison c4571e86c8 Allow specifying any palette ID for tile highlight recolouring 1 year ago
Jonathan G Rennison 65cc6623dd Tracerestrict: Add button to duplicate instruction/block 1 year ago
Jonathan G Rennison b089b561a5 Add departure board via order subtype to remove via for prior terminus 1 year ago
Jonathan G Rennison 284390cf6a Order window: Fix resizing of release slot and label button rows 1 year ago
Jonathan G Rennison f78fea4fbf Debug: Add introduction info to railtype debug info 1 year ago
Jonathan G Rennison 7aaf703bf2 Saveload: Use heap instead of stack for save filter write buffers 1 year ago
Jonathan G Rennison f0cdd1e6f6 Fix sprite positions in house placement window when using UI scaling 1 year ago
Jonathan G Rennison 8218476e89 Fix rail platforms being left partially reserved after train crash 1 year ago
Jonathan G Rennison dc56add6a3 Fix rail platforms being left partially reserved after deleting train
Due to company being removed when infrastructure sharing in use
1 year ago
Jonathan G Rennison aa28fcf7de
Merge pull request #512 from telk5093/jgrpp
Update: Korean translation up to e26bea6
1 year ago
TELK baaa5713a9 Update: Korean translation up to e26bea6 1 year ago
Jonathan G Rennison e26bea6ce4 Add setting to select cargo payment algorithm
See: #506
1 year ago
Jonathan G Rennison 211c1ba61d Allow naming scheduled dispatch schedules 1 year ago
Jonathan G Rennison 6445d688ed Fix crash due to missing case in order window goto dropdown 1 year ago
Jonathan G Rennison 698253c56f Fix auto-close of order management button dropdown in order mode 1 year ago
Jonathan G Rennison 150cce6059 Version: Committing version data for tag: jgrpp-0.53.1 1 year ago
Jonathan G Rennison 7d6307a5ce Fix days_in_transit type in CargoPacket constructor
See: https://github.com/OpenTTD/OpenTTD/issues/10707
1 year ago
Jonathan G Rennison 94b5b956c7 Merge PR #510 into jgrpp 1 year ago
pvillaverde bb3520d68f Update Galician Translations 1 year ago
Jonathan G Rennison dde4761e9d Fix: Violation of strict weak ordering in engine value/running cost sorter 1 year ago
Jonathan G Rennison 7a836ee50f Add SCOPE_INFO_FMT for CheckCaches 1 year ago
Jonathan G Rennison 341c0a9524 Fix violation of strict weak ordering in TownRatingSorter 1 year ago
Jonathan G Rennison 1350e23e29 CheckCaches: Improve VehicleCargoList/StationCargoList cache checks
Log failures with details instead of just asserting
1 year ago
Jonathan G Rennison 08e43a0814 Simplify CCLOG macros in CheckCaches 1 year ago
Andy 89959bf178 Change: extend callback 161 (engine name) with bit 0x22 for context 'Autoreplace - Vehicles in use' (#10666)
(cherry picked from commit 15c3bc456f)
1 year ago
Charles Pigott 67101ccdc9 Codechange: Optimise FormatNumber by removing seprintf calls (#10659)
(cherry picked from commit e20a6f8ebb)
1 year ago
Jonathan G Rennison de5b114a83 Fix #10660: Sprite Font scale affected by viewport zoom level limits. (#10668)
(cherry picked from commit db573c8742)

# Conflicts:
#	src/fontcache/spritefontcache.cpp
#	src/gfx.cpp
#	src/spritecache.cpp
1 year ago
Jonathan G Rennison 7da25820ea Merge branch 'master' into jgrpp
# Conflicts:
#	src/widgets/dropdown.cpp
#	src/widgets/dropdown_type.h
1 year ago
Jonathan G Rennison e862a67d2b Add console command to list settings and show current and default values 1 year ago
Jonathan G Rennison e7687da4cc Departure boards: Change long vehicle names to traditional if group also shown 1 year ago
Jonathan G Rennison 4f9aa70c11 Departure boards: Fix vehicle type icon in right-to-left languages 1 year ago
Jonathan G Rennison b7e12189cf Departure boards: Adjust scaling and increase padding between columns 1 year ago
Jonathan G Rennison 404fb8bae2 Departure boards: Do not include hidden columns in minimum window width 1 year ago
Jonathan G Rennison 508f503039 Fix station cargo graph window
See: https://github.com/OpenTTD/OpenTTD/pull/10608
1 year ago
Jonathan G Rennison 64b4c095ee Version: Committing version data for tag: jgrpp-0.53.0 1 year ago
Jonathan G Rennison f803ec9162 Simplify implementation of TownGenerateCargo 1 year ago
Jonathan G Rennison 3b72241280 Bump OpenTTD content server vanilla compatibility version to 13.0 1 year ago
Jonathan G Rennison 64925aedf8 Add town variable for town tile X and Y coordinates 1 year ago
Peter Nelson e5af5907ec Change: Make all dropdown lists extend width if necessary.
This removes the auto_width parameter from ShowDropDown(At).
1 year ago
Peter Nelson 5bc9d00735 Cleanup: Let GetStringBoundingBox deal with buffer. 1 year ago
Peter Nelson 701092003d Fix: DropDownListColourItem didn't provide width nor scale vertical padding. 1 year ago