Commit Graph

56568 Commits

Author SHA1 Message Date
Jonathan G Rennison
2267badd28 Remove "Show cargo type filter in vehicle lists" setting 2023-12-17 00:37:17 +00:00
Jonathan G Rennison
5ae74ecf8e Merge branch 'master' into jgrpp
# Conflicts:
#	src/articulated_vehicles.cpp
#	src/articulated_vehicles.h
#	src/autoreplace_cmd.cpp
#	src/build_vehicle_gui.cpp
#	src/company_gui.cpp
#	src/core/format.hpp
#	src/genworld_gui.cpp
#	src/gfx.cpp
#	src/group_gui.cpp
#	src/linkgraph/linkgraph_gui.cpp
#	src/misc/endian_buffer.hpp
#	src/music/music_driver.hpp
#	src/newgrf_gui.cpp
#	src/rail_cmd.cpp
#	src/road_gui.cpp
#	src/settings_type.h
#	src/strgen/strgen.cpp
#	src/strings.cpp
#	src/timetable_cmd.cpp
#	src/town.h
#	src/vehicle.cpp
#	src/vehicle_gui.cpp
#	src/vehicle_gui_base.h
#	src/widget.cpp
#	src/widgets/dropdown.cpp
#	src/widgets/road_widget.h
2023-12-17 00:37:16 +00:00
Jonathan G Rennison
e9612338ff Fix condition for extending train reverse distance due to overspeed 2023-12-14 19:27:52 +00:00
Jonathan G Rennison
164e218736 String: Use MakeParameters with GetNextParameter
Instead of StringParameters subspan, to avoid GSs being able to
cause subspan boundary assertion failures
2023-12-14 01:07:26 +00:00
Jonathan G Rennison
7cf6600b47 String: Fix incorrect use of strecat to append error messages 2023-12-14 01:04:40 +00:00
Jonathan G Rennison
7a5ac8dd04 MInGW: Work around include ordering issue with regex, shared_mutex, condition_variable 2023-12-13 23:11:20 +00:00
Jonathan G Rennison
ea3b991f72 MinGW: Remove direct mingw-std-threads includes 2023-12-13 23:11:20 +00:00
Jonathan G Rennison
ba7d2c92d2 MinGW: Update mingw-std-threads
Remove requirement for MinGW-specific includes
2023-12-13 23:11:20 +00:00
Peter Nelson
916676998f Fix #11500: Rename Textfile GUI's LinkType to HyperlinkType. (#11502)
This disambiguates it with LinkType in league tables.

(cherry picked from commit e3622da408)
2023-12-13 20:05:18 +00:00
Jonathan G Rennison
34668bff87 Test: Add upstream tests 2023-12-13 20:05:18 +00:00
Jonathan G Rennison
24c8a8f887 Spritecache: Move SpriteCache, SpriteDataBuffer to internal header 2023-12-13 19:24:37 +00:00
Jonathan G Rennison
527742d585 GUI: Fix WindowDesc inikey issues 2023-12-13 19:24:37 +00:00
Jonathan G Rennison
15ed39b5ac CMake: Use openttd_lib split build from upstream
Add option to disable for cross-compiling
2023-12-13 18:01:54 +00:00
Jonathan G Rennison
c466292d8a Version: Committing version data for tag: jgrpp-0.56.1 2023-12-08 23:00:42 +00:00
Loïc Guilloux
714d2c04e4 Fix: [CI] Don't let SDL2 dependencies install too much stuff (#11537)
(cherry picked from commit 06b1bd3da4)
2023-12-08 22:29:15 +00:00
Jonathan G Rennison
48cc6a686b Change settings for using default signal graphics and signal recolouring 2023-12-08 21:53:52 +00:00
Jonathan G Rennison
bae2936491 Routing restrictions: Slots are no longer considered "advanced" 2023-12-08 20:55:57 +00:00
Jonathan G Rennison
8f752249e3 Fix PBS reservation overlays of wrong track type on dual rail type tiles 2023-12-08 20:37:40 +00:00
Jonathan G Rennison
f532970014 VarAction2: Add extra DSG flag for early exit when executing CBs
For when some branches of a non CB switch DSG contain CB switches,
but some don't and so would end up on the graphics chain, as there is
no further CB switch to exit at
2023-12-07 17:53:13 +00:00
Jonathan G Rennison
92d14ac980 GRF analysis: Exit early in ACOM_CB36_PROP mode for var 10 adjusts 2023-12-07 02:13:11 +00:00
Jonathan G Rennison
ef77a9be28 GRF analysis: Check for indtile anim next frame callback per layout subset 2023-12-07 01:51:47 +00:00
Jonathan G Rennison
91d872c88e GRF analysis: Handle industry tile 0x43 individual x/y checks
In ACOM_INDUSTRY_TILE mode
2023-12-07 01:00:54 +00:00
Jonathan G Rennison
0aa27cfda3 Fix ctrl-click signal cycling not checking custom signal style restrictions 2023-12-06 21:04:42 +00:00
Jonathan G Rennison
b6768e4f5a Fix handling of string parameters in query window caption 2023-12-06 20:37:56 +00:00
Jonathan G Rennison
e03b998c41 Fix depot ctrl-right-click tooltip with multiple cargoes
See: #616
2023-12-06 20:18:26 +00:00
Jonathan G Rennison
6ccd097d94 Don't maintain unused new signal style mappings when there are no signals
(Except for network clients)

Avoid unnecessary style remapping and signal recalculation operations
2023-12-05 18:21:42 +00:00
Jonathan G Rennison
4f8a7382ca Ensure new signal style mapping array is zero-inited 2023-12-05 17:55:03 +00:00
Jonathan G Rennison
3a38eb6861 Fix initial info totals when opening group/vehicle window 2023-12-03 22:56:29 +00:00
Jonathan G Rennison
b9621474d0 Add hotkey to close order window 2023-12-03 16:53:57 +00:00
Patric Stout
51dbcca9a7 Remove: officially mark Vista as no longer supported (#11531)
It is very likely Vista hasn't been working for years, but the
amount of users that use an OS that has been EoL for over 11 years
is very small, so reports happen rarely.

(cherry picked from commit b866e52b17)
2023-12-02 23:11:00 +00:00
Peter Nelson
5322d33ca5 Fix 67d071d: WC_STATION_LIST should be invalidated by owner, not station index. (#11530)
(cherry picked from commit a258833aee)
2023-12-02 23:10:51 +00:00
Jonathan G Rennison
7d17c9ba9b Link graph: Also show lower of usage/planned in tooltips when ctrl pressed 2023-12-02 18:42:07 +00:00
Jonathan G Rennison
57d4f52c15 Link graph: Use timetable for order-based link refresh travel time estimate 2023-12-02 17:53:33 +00:00
Jonathan G Rennison
ea6be942a3 Fix assert ifdefs in src/core/poll_func.hpp 2023-12-01 21:35:01 +00:00
Peter Nelson
74edeea175 Fix: AI window did not update button disabled state when changing values. (#11527)
(cherry picked from commit 0b1429ce14)
2023-12-01 18:45:24 +00:00
TELK
cf473ddd83 Update: Korean translation up to 0.56.0 2023-12-01 17:18:05 +00:00
Jonathan G Rennison
97ce759b74 Fix search path de-duplication changing search path order 2023-11-30 21:10:44 +00:00
Jonathan G Rennison
291daa9220 INI load: Fix cfg fallback name load with missing groups 2023-11-30 21:10:44 +00:00
glx22
0ceed777ca Codechange: [CI] Use runner vcpkg in release-linux workflow
(cherry picked from commit e2c5eb3b65)
2023-11-30 17:28:02 +00:00
glx22
c74485ccea Update: [CI] Use macos-12 image for release-macos workflow
(cherry picked from commit b1f98a79f8)
2023-11-30 17:25:16 +00:00
rubidium42
ae4ba00313 Fix #11521, e404ba0: size for remaining span determined incorrectly
(cherry picked from commit 33ba609290)
2023-11-30 17:24:38 +00:00
Miika Kulmala
e47bfe47b8
Feature/Fix: [GS] Add RoadTiles and GetOneWayInfo endpoints (#611)
Feature: [GS] Add RoadTiles and GetOneWayInfo endpoints
2023-11-29 20:49:31 +00:00
Jonathan G Rennison
88670a230f Merge branch 'master' into jgrpp
# Conflicts:
#	src/articulated_vehicles.cpp
#	src/articulated_vehicles.h
#	src/base_media_base.h
#	src/base_media_func.h
#	src/build_vehicle_gui.cpp
#	src/dock_gui.cpp
#	src/main_gui.cpp
#	src/music_gui.cpp
#	src/network/network_chat_gui.cpp
#	src/network/network_content.cpp
#	src/newgrf.cpp
#	src/newgrf_roadstop.cpp
#	src/os/windows/string_uniscribe.h
#	src/os/windows/win32.cpp
#	src/rail_gui.cpp
#	src/road.cpp
#	src/road_gui.cpp
#	src/settings.cpp
#	src/settings_gui.cpp
#	src/smallmap_gui.cpp
#	src/strings.cpp
#	src/terraform_gui.cpp
#	src/tests/test_script_admin.cpp
#	src/tests/test_window_desc.cpp
#	src/timer/timer_game_calendar.h
#	src/vehicle.cpp
#	src/vehicle_base.h
#	src/viewport.cpp
#	src/widget_type.h
#	src/window.cpp
#	src/window_gui.h
2023-11-29 20:42:29 +00:00
Jonathan G Rennison
b10a22218f Window crash log: Reduce sensitivity of stack infinite loop detection
Only trigger if 8 previous frames are the same, not only 1
2023-11-29 18:28:15 +00:00
Jonathan G Rennison
a38c2a19a1 Uniscribe: Add defensive checks to UniscribeParagraphLayout::NextLine 2023-11-29 18:00:43 +00:00
Jonathan G Rennison
944b2901dd Disallow deleting towns which are referenced by a waypoint
See: #614
2023-11-28 21:59:00 +00:00
Jonathan G Rennison
977758b9ca Version: Committing version data for tag: jgrpp-0.56.0 2023-11-26 18:46:25 +00:00
Jonathan G Rennison
ca23e31986 Add railtype variable for adjacent crossing information 2023-11-26 17:29:27 +00:00
Jonathan G Rennison
a3371fccc6 Remove Cheats/ExtraCheats distinction
It is not necessary as there is no longer a need to preserve
the size/order of struct Cheats
2023-11-26 11:32:26 +00:00
Jonathan G Rennison
7d65fbd6e8 Link graph: Fix incorrect job start/join dates when loading upstream saves 2023-11-25 16:32:21 +00:00