Commit Graph

56643 Commits (540cec2af5b769503bbb58ad7fef591887ad4ef8)
 

Author SHA1 Message Date
Jonathan G Rennison 540cec2af5 Add setting to allow auto-fill signal dragging to skip over stations/waypoints 9 months ago
Jonathan G Rennison 55bac952a4 Fix DEBUG_DUMP_COMMANDS
Fix strong typedef issues
Fix command format parsing to handle aux data and escaped text
9 months ago
Jonathan G Rennison bf7dfc595f Command: Fix desync debug command exec/fail log messages
Include full aux data, do not truncate, escape command text
9 months ago
Jonathan G Rennison 9fa30f1604 String: Do not truncate output in stdstr_vfmt 9 months ago
Jonathan G Rennison 4689113553 Debug: De-duplicate formatting of hex dates for desync/random logging 9 months ago
Jonathan G Rennison 61d65c9861 Use std::array for industry/industry spec input/output arrays 9 months ago
Jonathan G Rennison 03e0ec8276 Strong typedef: Use strong typedefs for date, date tick, minutes types
Add delta types
Adjust/add type conversion functions
Add various utility methods on types
Remove the various minute macros
Fix some minute conversion inconsistencies
9 months ago
Jonathan G Rennison 1e7b56e13a Strong typedef: Add missing ClampTo, IsInsideMM specialisations 9 months ago
Jonathan G Rennison 1d23ae5fdd Strong typedef: Add edit_base() method to return a base reference 9 months ago
Jonathan G Rennison 8d0506412c Strong typedef: Add mixin for integer with "delta" behaviour
Subtracting returns a separate delta type
e.g. for absolute times to durations
9 months ago
Jonathan G Rennison 25d9d24f94 Strong typedef: Add mixin for scalable integer 9 months ago
Jonathan G Rennison a6baa29f0c Core: Add missing strong_typedef_type.hpp 9 months ago
Jonathan G Rennison 2857ea88e9 stdafx: Add missing EMPTY_BASES define 9 months ago
Jonathan G Rennison 80eae8c468 Fix missing header reference in src/core/CMakeLists.txt 9 months ago
Jonathan G Rennison 8ac13f58cb Saveload: Default savegame time units to days when loading vanilla saves 9 months ago
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
9 months ago
Jonathan G Rennison e9599fd4be Scheduled dispatch: Remove scheduled_dispatch_start_full_date_fract
Use DateTicksScaled
9 months ago
Jonathan G Rennison c76a5ed638 Timetable: Remove timetable_start_subticks, use DateTicksScaled 9 months ago
Jonathan G Rennison fa29a3d606 Saveload: Increase compile-time checks for saveload arrays/primitive types 9 months ago
Jonathan G Rennison f399fc040f VarAction2: Don't set skip CB flag if NGOF_NO_OPT_VARACT2_CB_QUICK_EXIT set 9 months ago
Jonathan G Rennison 5062b35b7d VarAction2: Handle deterministic/CB groups under real sprite groups in optimiser
See: #618
9 months ago
Jonathan G Rennison d793da4034 VarAction2: Fix callback analysis through real sprite groups
See: #618
9 months ago
Jonathan G Rennison 5f08bde936 Saveload: Remove runtime IsVariableSizeRight check 9 months ago
Jonathan G Rennison 3996161737 Saveload: Use static_assert to check size and general types of variables 9 months ago
Jonathan G Rennison a993b3e961 Settings: Adjust types some to fix saveload size mismatches 9 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
9 months ago
Jonathan G Rennison 2267badd28 Remove "Show cargo type filter in vehicle lists" setting 9 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
9 months ago
Jonathan G Rennison e9612338ff Fix condition for extending train reverse distance due to overspeed 9 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
9 months ago
Jonathan G Rennison 7cf6600b47 String: Fix incorrect use of strecat to append error messages 9 months ago
Jonathan G Rennison 7a5ac8dd04 MInGW: Work around include ordering issue with regex, shared_mutex, condition_variable 9 months ago
Jonathan G Rennison ea3b991f72 MinGW: Remove direct mingw-std-threads includes 9 months ago
Jonathan G Rennison ba7d2c92d2 MinGW: Update mingw-std-threads
Remove requirement for MinGW-specific includes
9 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)
9 months ago
Jonathan G Rennison 34668bff87 Test: Add upstream tests 9 months ago
Jonathan G Rennison 24c8a8f887 Spritecache: Move SpriteCache, SpriteDataBuffer to internal header 9 months ago
Jonathan G Rennison 527742d585 GUI: Fix WindowDesc inikey issues 9 months ago
Jonathan G Rennison 15ed39b5ac CMake: Use openttd_lib split build from upstream
Add option to disable for cross-compiling
9 months ago
Jonathan G Rennison c466292d8a Version: Committing version data for tag: jgrpp-0.56.1 10 months ago
Loïc Guilloux 714d2c04e4 Fix: [CI] Don't let SDL2 dependencies install too much stuff (#11537)
(cherry picked from commit 06b1bd3da4)
10 months ago
Jonathan G Rennison 48cc6a686b Change settings for using default signal graphics and signal recolouring 10 months ago
Jonathan G Rennison bae2936491 Routing restrictions: Slots are no longer considered "advanced" 10 months ago
Jonathan G Rennison 8f752249e3 Fix PBS reservation overlays of wrong track type on dual rail type tiles 10 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
10 months ago
Jonathan G Rennison 92d14ac980 GRF analysis: Exit early in ACOM_CB36_PROP mode for var 10 adjusts 10 months ago
Jonathan G Rennison ef77a9be28 GRF analysis: Check for indtile anim next frame callback per layout subset 10 months ago
Jonathan G Rennison 91d872c88e GRF analysis: Handle industry tile 0x43 individual x/y checks
In ACOM_INDUSTRY_TILE mode
10 months ago
Jonathan G Rennison 0aa27cfda3 Fix ctrl-click signal cycling not checking custom signal style restrictions 10 months ago
Jonathan G Rennison b6768e4f5a Fix handling of string parameters in query window caption 10 months ago