Commit Graph

56501 Commits (c466292d8a51a4f3541ef75de11908c79835665f)
 

Author SHA1 Message Date
Jonathan G Rennison c466292d8a Version: Committing version data for tag: jgrpp-0.56.1 5 months ago
Loïc Guilloux 714d2c04e4 Fix: [CI] Don't let SDL2 dependencies install too much stuff (#11537)
(cherry picked from commit 06b1bd3da4)
5 months ago
Jonathan G Rennison 48cc6a686b Change settings for using default signal graphics and signal recolouring 5 months ago
Jonathan G Rennison bae2936491 Routing restrictions: Slots are no longer considered "advanced" 5 months ago
Jonathan G Rennison 8f752249e3 Fix PBS reservation overlays of wrong track type on dual rail type tiles 5 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
5 months ago
Jonathan G Rennison 92d14ac980 GRF analysis: Exit early in ACOM_CB36_PROP mode for var 10 adjusts 5 months ago
Jonathan G Rennison ef77a9be28 GRF analysis: Check for indtile anim next frame callback per layout subset 5 months ago
Jonathan G Rennison 91d872c88e GRF analysis: Handle industry tile 0x43 individual x/y checks
In ACOM_INDUSTRY_TILE mode
5 months ago
Jonathan G Rennison 0aa27cfda3 Fix ctrl-click signal cycling not checking custom signal style restrictions 5 months ago
Jonathan G Rennison b6768e4f5a Fix handling of string parameters in query window caption 5 months ago
Jonathan G Rennison e03b998c41 Fix depot ctrl-right-click tooltip with multiple cargoes
See: #616
5 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
5 months ago
Jonathan G Rennison 4f8a7382ca Ensure new signal style mapping array is zero-inited 5 months ago
Jonathan G Rennison 3a38eb6861 Fix initial info totals when opening group/vehicle window 5 months ago
Jonathan G Rennison b9621474d0 Add hotkey to close order window 5 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
Jonathan G Rennison 97ce759b74 Fix search path de-duplication changing search path order 6 months ago
Jonathan G Rennison 291daa9220 INI load: Fix cfg fallback name load with missing groups 6 months ago
glx22 0ceed777ca Codechange: [CI] Use runner vcpkg in release-linux workflow
(cherry picked from commit e2c5eb3b65)
6 months ago
glx22 c74485ccea Update: [CI] Use macos-12 image for release-macos workflow
(cherry picked from commit b1f98a79f8)
6 months ago
rubidium42 ae4ba00313 Fix #11521, e404ba0: size for remaining span determined incorrectly
(cherry picked from commit 33ba609290)
6 months ago
Miika Kulmala e47bfe47b8
Feature/Fix: [GS] Add RoadTiles and GetOneWayInfo endpoints (#611)
Feature: [GS] Add RoadTiles and GetOneWayInfo endpoints
6 months ago
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
6 months ago
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
6 months ago
Jonathan G Rennison a38c2a19a1 Uniscribe: Add defensive checks to UniscribeParagraphLayout::NextLine 6 months ago
Jonathan G Rennison 944b2901dd Disallow deleting towns which are referenced by a waypoint
See: #614
6 months ago
Jonathan G Rennison 977758b9ca Version: Committing version data for tag: jgrpp-0.56.0 6 months ago
Jonathan G Rennison ca23e31986 Add railtype variable for adjacent crossing information 6 months ago
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
6 months ago
Jonathan G Rennison 7d65fbd6e8 Link graph: Fix incorrect job start/join dates when loading upstream saves 6 months ago
Jonathan G Rennison acc54fabfe Link graph: Fix last_compression adjustments for link graph jobs 6 months ago
Jonathan G Rennison 4874381943 Link graph: Fix date shifting after max year 6 months ago
Jonathan G Rennison b03064e55b Fix IniLoadSettings 6 months ago
Jonathan G Rennison 21b49a213e Merge branch 'master' into jgrpp
# Conflicts:
#	src/cheat_gui.cpp
#	src/main_gui.cpp
#	src/network/network_gui.cpp
#	src/saveload/saveload.h
#	src/smallmap_gui.cpp
#	src/station_cmd.cpp
#	src/timetable_cmd.cpp
#	src/toolbar_gui.cpp
#	src/widget.cpp
#	src/widget_type.h
#	src/widgets/dropdown_type.h
6 months ago
Peter Nelson 7fb369c732 Fix: extmidi did not move on to next song after playing ends. (#11469)
`song` is no longer a C-style string so cannot be cleared by writing a NUL char.
Use `.clear()` to properly clear a std::string.

(cherry picked from commit 08778094f4)
6 months ago
Peter Nelson 96d4538055 Fix #11437: Flipped shorter rail vehicles disappear in windows. (#11446)
Mixed signed/unsigned strikes again, causing an incorrect sprite offset for shortened vehicles.

(cherry picked from commit 43aa91a7f5)
6 months ago
Peter Nelson 480e03360b Fix #9545: Crash when all cargo types are disabled. (#11432)
This is not a very useful state, but it's nice to not crash.

Some parts of the game don't (yet) check for cargo types being redefined, that is out-of-scope here.

(cherry picked from commit bbd64bbe2b)
6 months ago
Patric Stout 0b226865d5 Fix cda6f24f: don't ignore binary-dir if it happens to be working-dir (#11431)
Some of our code ignores the SP_WORKING_DIR for some actions, which
means that if, for example, your SP_BINARY_DIR is the same as your
SP_WORKING_DIR, neither is scanned.

Instead, only add SP_WORKING_DIR if it is unique.

(cherry picked from commit c059ce0c97)
6 months ago
Peter Nelson 63ed5de957 Fix: Some NWidget lists were not properly closed. (#11425)
(cherry picked from commit d4a77411a5)
6 months ago
Rubidium 57efeec5bb Fix: allow same length server password in the UI
(cherry picked from commit a849b4e175)
6 months ago
Peter Nelson 609eb46ba7 Fix 233aac5: Set newline default comment for new groups. (#11411)
The newline space between ini groups is actually recorded as a comment of the group. This got inadvertantly dropped in #11364.

(cherry picked from commit 35a7770fde)
6 months ago
Jonathan G Rennison 2a31095118 Merge branch 'master' into jgrpp
# Conflicts:
#	regression/regression/result.txt
#	src/aircraft_cmd.cpp
#	src/airport_gui.cpp
#	src/articulated_vehicles.cpp
#	src/console_cmds.cpp
#	src/date_gui.cpp
#	src/engine.cpp
#	src/genworld_gui.cpp
#	src/gfx_layout_fallback.cpp
#	src/group_gui.cpp
#	src/hotkeys.cpp
#	src/network/core/tcp_connect.cpp
#	src/network/core/tcp_listen.h
#	src/newgrf.cpp
#	src/newgrf.h
#	src/newgrf_engine.cpp
#	src/newgrf_gui.cpp
#	src/newgrf_station.cpp
#	src/openttd.cpp
#	src/order_gui.cpp
#	src/os/macosx/osx_main.cpp
#	src/pathfinder/yapf/yapf_node_rail.hpp
#	src/rail_gui.cpp
#	src/saveload/afterload.cpp
#	src/saveload/cargopacket_sl.cpp
#	src/saveload/linkgraph_sl.cpp
#	src/saveload/station_sl.cpp
#	src/script/api/script_industrytype.cpp
#	src/settings.cpp
#	src/settings_gui.cpp
#	src/settings_table.cpp
#	src/settingsgen/settingsgen.cpp
#	src/station.cpp
#	src/station_cmd.cpp
#	src/strings.cpp
#	src/timer/timer_game_calendar.cpp
#	src/timer/timer_game_calendar.h
#	src/timer/timer_manager.h
#	src/timer/timer_window.cpp
#	src/timetable_cmd.cpp
#	src/toolbar_gui.cpp
#	src/town_cmd.cpp
#	src/town_gui.cpp
#	src/train_gui.cpp
#	src/vehicle_cmd.h
#	src/vehicle_gui.cpp
#	src/viewport.cpp
#	src/widgets/dropdown.cpp
#	src/window_func.h
#	src/window_gui.h
6 months ago
Jonathan G Rennison 38df621e62 Improve train speed adaptation with realistic braking
Take into account recorded speeds at signals along the reservation
As noted in the lookahead

See: #613
6 months ago