Gymnasiast
5ffee91c8a
Rename members of GameActions::Status
2025-12-12 11:41:49 +01:00
Gymnasiast
26289d096b
Rename ByteAlignedBitSize to kByteAlignedBitSize
2025-12-12 11:29:35 +01:00
Gymnasiast
b170304027
Fix typo in ‘remainder’
2025-12-12 11:29:06 +01:00
Patrxgt
e40eab16ee
Add support for Polish Złoty (PLN)
2025-12-12 09:54:57 +01:00
Michael Steenbeek
31344adc61
Fix missed 'using' in Finance.h
2025-12-11 00:18:27 +00:00
Michael Steenbeek
f311c15a5d
Merge pull request #25630 from matheusvb3/rename-vehicleflag
...
Rename StoppedOnLift VehicleFlag
2025-12-11 01:15:31 +01:00
matheusvb3
cbac9c4de5
Reorganise VehicleFlags comments
...
This was causing tooltip texts to get cut off, at least in CLion
2025-12-10 20:50:07 -03:00
Michael Steenbeek
355bb5d58d
Refactor GAME_COMMAND_FLAG_* to enum+FlagHolder
2025-12-11 00:12:21 +01:00
MarcelVos96
b59114ddb0
Make renewing a ride also reset its downtime
2025-12-10 16:39:29 +01:00
Matt
909af98092
Merge pull request #25632 from Gymnasiast/fix/25628
...
Fix #25628 : AVX2 and SSE4 availability not detected correctly
2025-12-10 16:41:05 +02:00
Gymnasiast
3a27ba7db1
Fix #25628 : AVX2 and SSE4 availability not detected correctly
...
Co-authored-by: TBoshoven <TBoshoven@users.noreply.github.com >
2025-12-10 15:23:22 +01:00
matheusvb3
4f55645c87
Rename StoppedOnLift to StoppedBySafetyCutOut
2025-12-10 02:54:59 -03:00
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