Kirill Gusev
b1103708ea
Show error message when issuing replay_start with a nonexistent file
2025-12-09 08:56:08 +01:00
Michael Steenbeek
cc1e217a90
Merge pull request #24912 from matheusvb3/crossing-changes
...
Change staff animation while waiting at level crossing
2025-12-08 21:44:13 +01:00
matheusvb3
6c97dd1dc7
Implement Gymnasiast's suggestion
2025-12-07 13:05:44 -03:00
matheusvb3
f82b445a73
Update network version
2025-12-07 10:37:29 -03:00
matheusvb3
72f23f5d14
Add changelog entry
2025-12-07 10:36:07 -03:00
matheusvb3
03af42598c
Make crossing-related Peep methods protected
2025-12-07 10:35:58 -03:00
matheusvb3
80977e1e0d
Check if guest action is interruptable
...
This fixes a bug where the waving or eating animations for the guests could suddenly reset while it was already playing
2025-12-07 10:35:58 -03:00
matheusvb3
646d16e745
Move WaitingAtCrossing logic to peep.cpp
2025-12-07 10:34:12 -03:00
OpenRCT2 git bot
a563effdd9
Merge Localisation/master into OpenRCT2/develop
2025-12-05 04:07:22 +00:00
MarcelVos96
41384ac97a
Fix #9895 : standup coaster gets incorrect intensity boost from synchronisation
2025-12-04 11:15:31 +01:00
Matt
d8698726c9
Refactor the network code also change protocol ( #25575 )
...
* Change the network protocol and refactor the code, still supports the old format for now
* Bump up network version
* Update changelog.txt
2025-12-03 00:06:39 +02:00
Michael Steenbeek
628b6af059
Merge pull request #25587 from Gymnasiast/refactor/slope-checking
...
Refactor slope checking
2025-12-02 22:48:15 +01:00
Matt
67a4297398
Merge pull request #25593 from MarcelVos96/Water-rides-breakdown-fix
...
Fix #25592 : Some water rides have wrong breakdowns
2025-12-02 20:13:44 +02:00
MarcelVos96
f86728f4a2
Update changelog.txt
2025-12-01 20:23:23 +01:00
MarcelVos96
ad16d0567b
Update changelog.txt
2025-12-01 20:16:03 +01:00
MarcelVos96
b22bdf8a19
Merge branch 'develop' into Water-rides-breakdown-fix
2025-12-01 20:14:44 +01:00
MarcelVos96
bfd26ec97f
Update changelog.txt
2025-12-01 19:53:09 +01:00
MarcelVos96
688c60654b
Update network version
2025-12-01 19:49:17 +01:00
Matt
843ad4c9fc
If the master server vanishes make sure to register again, cleanup ( #25588 )
...
* If the master server vanishes make sure to register again, cleanup
* Update changelog.txt
* Fix uncaught exceptions for the HTTP impl just silently failing
* Don't set the future object to an empty one, that is always pending
* Improve the console messages, adjust retry time
2025-12-01 17:44:30 +00:00
MarcelVos96
e3aa52bc1a
Fix #25592 : Some water rides have wrong breakdowns
...
The log flume, river rapids, and splash boats had the control failure breakdown available instead of the correct brakes failure.
2025-12-01 12:03:30 +01:00
MarcelVos96
ec2e0c3778
Merge branch 'develop' of https://github.com/MarcelVos96/OpenRCT2-Marcel into develop
2025-12-01 11:16:38 +01:00
OpenRCT2 git bot
61955c370f
Merge Localisation/master into OpenRCT2/develop
2025-12-01 04:20:38 +00:00
Matt
a4c1f9f009
Merge pull request #25580 from ZehMatt/double-check
...
Remove check if Guest/Staff is deleted, this is handled by EntityList
2025-11-29 16:22:40 +02:00
Gymnasiast
ad96737e9a
Make ClearingFunction a reference, rather than a pointer
2025-11-29 14:08:32 +01:00
Gymnasiast
c90ce582fd
Make MapPlaceClearFunc() return bool, fix name of CLEAR_FUNC
2025-11-29 14:08:32 +01:00
Gymnasiast
4828fbd918
Create landSlopeFitsUnderPath() function
2025-11-29 14:08:32 +01:00
Gymnasiast
530fc8fa59
Create landSlopeFitsUnderTrack() function
2025-11-29 14:08:32 +01:00
Matt
6aadcd3513
Merge pull request #25573 from ZehMatt/fix-25571
...
Fix #25571 : Potential crash due to drawing a Crooked House ride
2025-11-29 13:10:58 +02:00
ζeh Matt
43f4381298
Update changelog.txt
2025-11-29 12:59:17 +02:00
ζeh Matt
3f4068a8ec
Fix #25571 : Potential crash due to drawing a Crooked House ride
2025-11-29 12:58:42 +02:00
Matt
d6553d1e03
Merge pull request #25586 from ZehMatt/progress-bar-fix
...
Make the progress bar work with large numbers
2025-11-29 12:57:07 +02:00
ζeh Matt
26c7093d31
Make the progress bar work with large numbers
...
Fix the progress bar freaking out
2025-11-29 12:44:43 +02:00
Michael Steenbeek
762d4fa7de
Fix #25552 : Clear Scenery does not show an error message about insufficient money if cash is negative
2025-11-28 17:53:41 +01:00
ζeh Matt
2cc05eb353
Remove check if Guest/Staff is deleted, this is handled by EntityList
2025-11-28 16:46:41 +02:00
Michael Steenbeek
23da3c6b46
Fix #22484 : Lingering ghost entrance after placing park entrance
...
Co-authored-by: mixiate <mixiate@users.noreply.github.com >
2025-11-27 23:24:45 +01:00
OpenRCT2 git bot
cce6cea260
Merge Localisation/master into OpenRCT2/develop
2025-11-27 04:03:28 +00:00
Michael Steenbeek
a7dd47f48b
Fix #24952 : Duplicate track designs when running via Steam without having RCT1 linked
2025-11-26 15:43:39 +00:00
Michael Steenbeek
9289f5032c
Merge pull request #25485 from matheusvb3/larger-selected-swatch
...
Make the enlarged pressed swatch sprite more pronounced
2025-11-25 23:39:48 +01:00
mix
553b52f709
Make the pressed swatch sprite more pronounced
...
Co-Authored-By: matheusvb3 <matheusvb3@users.noreply.github.com >
Update colour_pressed_large.png
2025-11-25 23:27:01 +01:00
mix
a5a2ad8652
Fix chairlift station end tunnels not drawing at certain angles
2025-11-25 23:15:35 +01:00
Michael Steenbeek
66188a108a
Close #25530 : Allow cancelling wall drag without closing Scenery window ( #25564 )
2025-11-25 21:52:39 +01:00
Michael Steenbeek
99c95b941c
Refactor map selection invalidation and prevent unnecessary invalidations ( #25529 )
...
* Remove manual map selection invalidation calls
* Invalidate map selection region and arrow only if changed
* Encapsulate selected tiles and invalidate when changed
* Invalidate map selection if selection type was changed
* Prevent large scenery selected tiles invalidating every frame
* Add changelog entry for map selection grid invalidation improvements
* Rename OpenRCT2::MapSelection functions to lowerCamelCase
2025-11-25 11:52:03 +01:00
Michał Janiszewski
32dcc9b66f
Update badge links in README for releases and commits ( #25550 )
...
Update the badge link to use github's latest release automatically.
Update the colour to match for develop badge.
2025-11-23 23:03:18 +01:00
OpenRCT2 git bot
4895b0878e
Merge Localisation/master into OpenRCT2/develop
2025-11-23 04:11:31 +00:00
mix
e0f9e756cb
Rename OpenRCT2::MapSelection functions to lowerCamelCase
2025-11-23 00:17:16 +00:00
mix
f7bc440966
Add changelog entry for map selection grid invalidation improvements
2025-11-23 00:17:16 +00:00
mix
32b32adffc
Prevent large scenery selected tiles invalidating every frame
2025-11-23 00:17:16 +00:00
mix
6085665dae
Invalidate map selection if selection type was changed
2025-11-23 00:17:15 +00:00
mix
6631b452ad
Encapsulate selected tiles and invalidate when changed
2025-11-23 00:17:15 +00:00
mix
68dc53bfc8
Invalidate map selection region and arrow only if changed
2025-11-23 00:17:15 +00:00