HtotheTML
c907d02a05
Use park names for WW/TT scenarios
2024-05-18 21:37:54 +02:00
Gymnasiast
0311f4b875
Update changelog
2024-05-18 21:11:40 +02:00
Gymnasiast
a3a09577be
Fix outdated patrol areas showing up after map shift
2024-05-18 21:10:53 +02:00
Gymnasiast
3bb1f8e18a
Guard more moves with null check
2024-05-18 21:10:53 +02:00
Gymnasiast
dde7a8270a
Only shift ride locations if they are not null
2024-05-18 21:10:53 +02:00
Gymnasiast
308912b8ce
Fix rebase error
2024-05-18 21:10:53 +02:00
Gymnasiast
86f80faca8
Also shift jumping fountains and map animations
2024-05-18 21:10:53 +02:00
Gymnasiast
4f41734dc5
Update for changes on develop
2024-05-18 21:10:53 +02:00
Ted John
1c2bc82456
Fix ShiftMap when x or y is 0 but not both
2024-05-18 21:10:53 +02:00
Ted John
e887662d15
Fix shifting of banner positions
2024-05-18 21:10:53 +02:00
Ted John
58292caf22
Fix code formatting for Map.cpp
2024-05-18 21:10:53 +02:00
Ted John
641d8f70aa
Get the entity tweener outside the loop
2024-05-18 21:10:53 +02:00
Ted John
13c4ee5213
Do not tween entities when shifting them
2024-05-18 21:10:53 +02:00
Ted John
774a8a382f
Increment network version
2024-05-18 21:10:53 +02:00
Ted John
776fa71a4f
Use edge as template for new tiles
2024-05-18 21:10:52 +02:00
Ted John
abc67f09e6
Add ability to shift map
2024-05-18 21:10:52 +02:00
Gymnasiast
6c31491bff
Add changelog entry
2024-05-18 20:57:04 +02:00
Gymnasiast
99b99ef0c5
Automatically use multiple dropdown columns
2024-05-18 20:57:02 +02:00
Gymnasiast
270c6320b9
Keep all dropdowns open when using Enlarged UI
2024-05-18 20:56:37 +02:00
Gymnasiast
c0d425357e
Use more space for dropdowns when using Enlarged UI
2024-05-18 20:56:34 +02:00
Gymnasiast
5522b5cb03
Add Enlarged UI setting
2024-05-18 20:55:20 +02:00
Michael Steenbeek
311628dadf
Condense diagonal straight flat drawing even more
2024-05-18 20:32:31 +02:00
Aaron van Geffen
57bdae9d49
Refactor WindowOtherWheelInput to be safer and script window compatible
2024-05-18 15:59:12 +02:00
Aaron van Geffen
4e2f546d14
Fix sound effects not working
2024-05-18 13:12:08 +02:00
rohan4412
24a24e3f53
Part of #21421 : Replace constants that use #define with ones that use constexpr ( #21883 )
...
* rename MAX_SCROLLING_TEXT_MODES to kMaxScrollingTextModes
* Rename FRAME_RENDERING_START to kFrameRenderingStart
* Rename FRAME_EFFECTS_START to kFrameEffectStart
* Rename CONTROLS_GROUP_START to kControlsGroupStart
* Rename THEMES_GROUP_START to kThemesGroupStart
* Rename TOOLBAR_GROUP_START to kToolbarGroupStart
* Rename TITLE_SEQUENCE_START to kTitleSequenceStart
2024-05-18 10:37:42 +00:00