Commit Graph

56628 Commits (4fac6b295c6540d29ed513491b5f63dd95d8ed74)
 

Author SHA1 Message Date
Jonathan G Rennison 4fac6b295c Merge branch 'master' into jgrpp
# Conflicts:
#	.github/workflows/release-linux.yml
#	src/base_consist.h
#	src/blitter/32bpp_optimized.cpp
#	src/blitter/32bpp_optimized.hpp
#	src/blitter/32bpp_sse2.hpp
#	src/blitter/8bpp_optimized.hpp
#	src/gfx_func.h
#	src/industry_cmd.cpp
#	src/industrytype.h
#	src/linkgraph/linkgraphjob.cpp
#	src/mixer.cpp
#	src/newgrf_callbacks.h
#	src/openttd.cpp
#	src/os/macosx/macos.mm
#	src/os/windows/win32.cpp
#	src/pathfinder/npf/npf.cpp
#	src/road_cmd.cpp
#	src/saveload/afterload.cpp
#	src/saveload/saveload.h
#	src/saveload/vehicle_sl.cpp
#	src/sound.cpp
#	src/spritecache.cpp
#	src/spriteloader/spriteloader.hpp
#	src/station_map.h
#	src/timetable_cmd.cpp
#	src/timetable_cmd.h
#	src/timetable_gui.cpp
#	src/town_cmd.cpp
#	src/vehicle_cmd.cpp
#	src/vehicle_gui_base.h
#	src/video/opengl.cpp
#	src/video/opengl.h
#	src/viewport.cpp
6 months ago
Jonathan G Rennison e9599fd4be Scheduled dispatch: Remove scheduled_dispatch_start_full_date_fract
Use DateTicksScaled
6 months ago
Jonathan G Rennison c76a5ed638 Timetable: Remove timetable_start_subticks, use DateTicksScaled 6 months ago
Jonathan G Rennison fa29a3d606 Saveload: Increase compile-time checks for saveload arrays/primitive types 6 months ago
Jonathan G Rennison f399fc040f VarAction2: Don't set skip CB flag if NGOF_NO_OPT_VARACT2_CB_QUICK_EXIT set 6 months ago
Jonathan G Rennison 5062b35b7d VarAction2: Handle deterministic/CB groups under real sprite groups in optimiser
See: #618
6 months ago
Jonathan G Rennison d793da4034 VarAction2: Fix callback analysis through real sprite groups
See: #618
6 months ago
Jonathan G Rennison 5f08bde936 Saveload: Remove runtime IsVariableSizeRight check 6 months ago
Jonathan G Rennison 3996161737 Saveload: Use static_assert to check size and general types of variables 6 months ago
Jonathan G Rennison a993b3e961 Settings: Adjust types some to fix saveload size mismatches 6 months ago
Jonathan G Rennison 2e06374f6f Merge branch 'master' into jgrpp
# Conflicts:
#	src/build_vehicle_gui.cpp
#	src/company_gui.cpp
#	src/gfx_func.h
#	src/group_gui.cpp
#	src/industry_gui.cpp
#	src/misc_gui.cpp
#	src/news_gui.cpp
#	src/settings_gui.cpp
#	src/ship_gui.cpp
#	src/smallmap_gui.cpp
#	src/station_gui.cpp
#	src/subsidy_gui.cpp
#	src/timetable_gui.cpp
#	src/toolbar_gui.cpp
#	src/town_gui.cpp
#	src/vehicle_gui.cpp
#	src/viewport.cpp
#	src/widget.cpp
#	src/widgets/dropdown.cpp
#	src/window.cpp
6 months ago
Jonathan G Rennison 2267badd28 Remove "Show cargo type filter in vehicle lists" setting 6 months ago
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
6 months ago
Jonathan G Rennison e9612338ff Fix condition for extending train reverse distance due to overspeed 6 months ago
Jonathan G Rennison 164e218736 String: Use MakeParameters with GetNextParameter
Instead of StringParameters subspan, to avoid GSs being able to
cause subspan boundary assertion failures
6 months ago
Jonathan G Rennison 7cf6600b47 String: Fix incorrect use of strecat to append error messages 6 months ago
Jonathan G Rennison 7a5ac8dd04 MInGW: Work around include ordering issue with regex, shared_mutex, condition_variable 6 months ago
Jonathan G Rennison ea3b991f72 MinGW: Remove direct mingw-std-threads includes 6 months ago
Jonathan G Rennison ba7d2c92d2 MinGW: Update mingw-std-threads
Remove requirement for MinGW-specific includes
6 months ago
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)
6 months ago
Jonathan G Rennison 34668bff87 Test: Add upstream tests 6 months ago
Jonathan G Rennison 24c8a8f887 Spritecache: Move SpriteCache, SpriteDataBuffer to internal header 6 months ago
Jonathan G Rennison 527742d585 GUI: Fix WindowDesc inikey issues 6 months ago
Jonathan G Rennison 15ed39b5ac CMake: Use openttd_lib split build from upstream
Add option to disable for cross-compiling
6 months ago
Jonathan G Rennison c466292d8a Version: Committing version data for tag: jgrpp-0.56.1 6 months ago
Loïc Guilloux 714d2c04e4 Fix: [CI] Don't let SDL2 dependencies install too much stuff (#11537)
(cherry picked from commit 06b1bd3da4)
6 months ago
Jonathan G Rennison 48cc6a686b Change settings for using default signal graphics and signal recolouring 6 months ago
Jonathan G Rennison bae2936491 Routing restrictions: Slots are no longer considered "advanced" 6 months ago
Jonathan G Rennison 8f752249e3 Fix PBS reservation overlays of wrong track type on dual rail type tiles 6 months ago
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
6 months ago
Jonathan G Rennison 92d14ac980 GRF analysis: Exit early in ACOM_CB36_PROP mode for var 10 adjusts 6 months ago
Jonathan G Rennison ef77a9be28 GRF analysis: Check for indtile anim next frame callback per layout subset 6 months ago
Jonathan G Rennison 91d872c88e GRF analysis: Handle industry tile 0x43 individual x/y checks
In ACOM_INDUSTRY_TILE mode
6 months ago
Jonathan G Rennison 0aa27cfda3 Fix ctrl-click signal cycling not checking custom signal style restrictions 6 months ago
Jonathan G Rennison b6768e4f5a Fix handling of string parameters in query window caption 6 months ago
Jonathan G Rennison e03b998c41 Fix depot ctrl-right-click tooltip with multiple cargoes
See: #616
6 months ago
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
6 months ago
Jonathan G Rennison 4f8a7382ca Ensure new signal style mapping array is zero-inited 6 months ago
Jonathan G Rennison 3a38eb6861 Fix initial info totals when opening group/vehicle window 6 months ago
Jonathan G Rennison b9621474d0 Add hotkey to close order window 6 months ago
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)
6 months ago
Peter Nelson 5322d33ca5 Fix 67d071d: WC_STATION_LIST should be invalidated by owner, not station index. (#11530)
(cherry picked from commit a258833aee)
6 months ago
Jonathan G Rennison 7d17c9ba9b Link graph: Also show lower of usage/planned in tooltips when ctrl pressed 6 months ago
Jonathan G Rennison 57d4f52c15 Link graph: Use timetable for order-based link refresh travel time estimate 6 months ago
Jonathan G Rennison ea6be942a3 Fix assert ifdefs in src/core/poll_func.hpp 6 months ago
Peter Nelson 74edeea175 Fix: AI window did not update button disabled state when changing values. (#11527)
(cherry picked from commit 0b1429ce14)
6 months ago
TELK cf473ddd83 Update: Korean translation up to 0.56.0 6 months ago
Peter Nelson 0b1429ce14
Fix: AI window did not update button disabled state when changing values. (#11527) 6 months ago
Peter Nelson cc488ec6c9
Fix ddd609c: Reverse build probability callback was not called for articulated parts. (#11526) 6 months ago
Jonathan G Rennison 97ce759b74 Fix search path de-duplication changing search path order 6 months ago