Peter Nelson
2219b8e378
Fix: Don't let CT_INVALID map to valid cargo type. ( #12364 )
...
(cherry picked from commit ff35288ddf
)
# Conflicts:
# src/cargotype.cpp
2024-03-23 21:29:15 +00:00
glx22
5b127ed23e
Revert bbdbf9a
: ScriptTimeMode was not the best solution for economy/calendar support
...
(cherry picked from commit 704e871a0e
)
# Conflicts:
# src/script/api/script_date.cpp
# src/script/script_storage.hpp
2024-03-23 21:29:15 +00:00
frosch
0b6d73fab2
Add: [SDL2] Driver parameter 'no_mouse_capture' to ease interactive debugging ( #12336 )
...
(cherry picked from commit 603154899a
)
2024-03-23 20:55:58 +00:00
Rubidium
a12f166815
Fix: crash to desktop when attempting to join a company while not joined (yet)
...
(cherry picked from commit 0f25eaa271
)
# Conflicts:
# src/console_cmds.cpp
2024-03-23 20:54:42 +00:00
Tyler Trahan
d21369b258
Change: Show unbunching action in timetable window ( #12351 )
...
(cherry picked from commit 2732b3d6c6
)
# Conflicts:
# src/order_gui.cpp
2024-03-23 20:53:25 +00:00
Peter Nelson
1c66ac2d81
Fix #12347 : Crash attempting to find catchment tiles of a station with no catchment area. ( #12348 )
...
(cherry picked from commit ea74ca0a76
)
2024-03-23 20:52:09 +00:00
Jonathan G Rennison
a11a8d0b29
Allow removing vehicle from slots using vehicle details window dropdown
2024-03-22 17:22:42 +00:00
Jonathan G Rennison
0484ba700f
Allow manually removing/setting train speed restriction
...
From vehicle details window
See: #674
2024-03-21 21:28:33 +00:00
Jonathan G Rennison
a0454490ab
Fix some command ID comments
2024-03-21 20:42:03 +00:00
Jonathan G Rennison
16577279a1
Saveload: Save to temporary file name and rename to target on success
2024-03-21 17:27:27 +00:00
Jonathan G Rennison
5e87d95013
Return success boolean from FioRenameFile
2024-03-21 17:11:32 +00:00
Jonathan G Rennison
4d0af08aad
Saveload: Log number of bytes/blocks serialised during save
2024-03-20 19:11:14 +00:00
Jonathan G Rennison
26cb47935e
Saveload: Raise error if fclose fails in FileWriter
2024-03-20 18:15:40 +00:00
Jonathan G Rennison
84c476cea5
Avoid data race in calls to VideoDriver::GetGameInterval
2024-03-20 17:39:46 +00:00
Jonathan G Rennison
2c63a65b87
Don't first increment start order index in AdvanceOrderIndexDeferred
...
Fixes behaviour of CheckRestartLoadingAtRoadStop
2024-03-20 12:36:50 +00:00
Jonathan G Rennison
4a767b279c
Crashlog: Windows: Use VirtualAlloc for crash log object and text buffer
2024-03-18 19:20:21 +00:00
Jonathan G Rennison
3064523f46
Use different text tag for viewport route step go via station orders
2024-03-18 19:17:10 +00:00
Peter Nelson
64bc95722b
Codechange: Cache train curve speed limit can be stored in 16 bits.
...
Cache curve speed modifier and max curve speed are both 16 bit values so can be stored in 16 bit types instead of 32 bit types.
(cherry picked from commit 3fc7b3b9a0
)
2024-03-18 17:58:36 +00:00
Peter Nelson
a1b7ca979b
Fix #12302 : Allow empty train engines to use an invalid cargo type. ( #12325 )
...
The cargo type will be forced to the first available type (usually passengers) instead of the engine being disabled.
(cherry picked from commit 88cf99017a
)
2024-03-18 17:58:36 +00:00
Jonathan G Rennison
29496772a1
Fix removing road from road/tram road stop incorrectly removing one-way state
2024-03-17 17:05:52 +00:00
Jonathan G Rennison
2c8ec1bfaf
Increase assert verbosity in RoadStop::Entry::CheckIntegrity
2024-03-17 17:05:19 +00:00
Jonathan G Rennison
20b8cb3059
Add setting to use object land ground for purchased land
...
Default on
2024-03-17 12:31:50 +00:00
Jonathan G Rennison
c8709a9623
Add edge flood behaviour for land ground objects with no foundations
2024-03-17 11:47:01 +00:00
Jonathan G Rennison
109d31a350
VarAction2: Fix jump insertion moving past special stores which could affect the jump variable
...
See: #672
2024-03-17 00:50:18 +00:00
Jonathan G Rennison
57db9a41f1
Fix vehicles leaving dots behind in viewport map mode
2024-03-16 23:40:26 +00:00
Jonathan G Rennison
041e71ec05
Merge branch 'master' into jgrpp
...
# Conflicts:
# src/crashlog.cpp
# src/gfx.cpp
# src/network/network_client.cpp
# src/openttd.cpp
# src/openttd.h
# src/saveload/saveload.cpp
# src/survey.cpp
2024-03-16 18:06:09 +00:00
Jonathan G Rennison
8066309074
Fix crash with large positive sprite x offset in engine preview window
2024-03-16 17:43:10 +00:00
Jonathan G Rennison
1532c96ca7
Add ctrl-click scroll to for non-destination orders
...
Conditional orders on station cargo and show as via orders
2024-03-16 17:32:45 +00:00
Jonathan G Rennison
3284bd68e3
Debug: Show engine company and climate availability in debug info
2024-03-16 16:53:17 +00:00
Jonathan G Rennison
1a279a844c
Console: Prefer command names with underscores in auto-completion
2024-03-16 16:52:57 +00:00
Patric Stout
3e625b5b1a
Add: track savegame size to report with survey ( #12304 )
2024-03-16 08:58:56 +01:00
translators
b394c20519
Update: Translations from eints
...
korean: 43 changes by telk5093
persian: 33 changes by CptMcWill
ukrainian: 4 changes by StepanIvasyn
dutch: 26 changes by Afoklala
portuguese (brazilian): 70 changes by pasantoro
2024-03-16 04:41:24 +00:00
SamuXarick
a7625b8ae0
Fix #12280 : Allow ships 90 degree turns if only choice
...
If there is no path found, a random path is created which forbids 90 degrees.
Allow 90 degrees if they're the only choice.
2024-03-15 08:04:08 +01:00
translators
9db285a32b
Update: Translations from eints
...
norwegian (bokmal): 6 changes by eriksorngard
ukrainian: 3 changes by StepanIvasyn
dutch: 5 changes by RogierVC
portuguese (brazilian): 76 changes by pasantoro
2024-03-15 04:41:43 +00:00
Jonathan G Rennison
3fcfe5b53e
Fix help dump_version
console command also executing command
...
See: #668
2024-03-14 18:02:39 +00:00
translators
2d2191fbb3
Update: Translations from eints
...
norwegian (bokmal): 11 changes by eriksorngard
chinese (simplified): 1 change by WenSimEHRP
finnish: 23 changes by hpiirai
ukrainian: 21 changes by StepanIvasyn
danish: 32 changes by bscargo
spanish: 6 changes by MontyMontana
portuguese (brazilian): 50 changes by pasantoro
2024-03-14 04:41:11 +00:00
Ivan Fefer
23d733be95
Add: Basic autocompletion on tab for console commands ( #12163 )
2024-03-13 21:43:08 +01:00
Rubidium
24efdf6ac5
Codefix 363e251
: incorrect trace debug message
2024-03-13 20:42:27 +01:00
Jonathan G Rennison
4200757db3
Scheduled dispatch: Fix handling of missing last/next dispatch times
...
In some cases
2024-03-13 17:34:17 +00:00
SamuXarick
14d95ef1c9
Fix #12279 : Update random path each step ( #12286 )
2024-03-13 11:22:52 -04:00
Loïc Guilloux
100c043599
Codechange: [Win32] Disable assert message box when no GUI ( #12291 )
2024-03-13 15:49:24 +01:00
translators
0cff40dd19
Update: Translations from eints
...
norwegian (bokmal): 203 changes by eriksorngard
italian: 45 changes by Rivarossi
german: 42 changes by Wuzzy2
ukrainian: 13 changes by StepanIvasyn
turkish: 25 changes by jnmbk
portuguese (brazilian): 25 changes by pasantoro
2024-03-13 04:41:24 +00:00
Jonathan G Rennison
f0832fa9b5
Fix debug version of TileAdd
2024-03-13 02:00:34 +00:00
Jonathan G Rennison
8d141b767c
Crashlog: Windows: Handle simultaneous crashes in multiple threads
2024-03-13 01:33:09 +00:00
Jonathan G Rennison
c4a1436362
Workaround missing std::bit_cast on some compilers
2024-03-13 01:12:37 +00:00
Jonathan G Rennison
a887333f00
Crashlog: Unix: Handle simultaneous crash signals in multiple threads
...
Avoid changing signal handler during crash
Just adjust the signal proc mask and vary response of signal handler
2024-03-12 23:59:17 +00:00
Jonathan G Rennison
af867a4b33
Fix crash downscaling sprites from 2x for max sprite resolution setting
2024-03-12 21:49:24 +00:00
Jonathan G Rennison
9f205727bf
Extend industry production/transported totals to 32 bits
2024-03-12 17:49:48 +00:00
Jonathan G Rennison
cc2521ddf5
Add helper function for unsigned saturating add
2024-03-12 17:51:23 +00:00
Jonathan G Rennison
fe730bce31
Merge branch 'master' into jgrpp
...
# Conflicts:
# .github/workflows/ci-build.yml
# .github/workflows/codeql.yml
# .github/workflows/release-linux.yml
# .github/workflows/release-macos.yml
# .github/workflows/release-windows.yml
# src/map.cpp
# src/music/midifile.hpp
# src/order_cmd.cpp
# src/order_gui.cpp
# src/pathfinder/yapf/yapf_rail.cpp
# src/pbs.cpp
# src/saveload/afterload.cpp
# src/saveload/saveload.h
# src/saveload/vehicle_sl.cpp
# src/script/api/script_text.cpp
# src/ship_cmd.cpp
# src/train_cmd.cpp
# src/vehicle.cpp
# src/vehicle_base.h
# src/vehicle_func.h
# src/vehicle_gui.cpp
# src/vehicle_gui_base.h
# src/viewport.cpp
# src/waypoint_cmd.cpp
2024-03-12 17:44:28 +00:00