frutiemax
frutiemax
Maze type has a dedicated ride construction window for it.
Chairlift and spiral slide has specific update functions.
Circus return a constant pair for the MusicTrackOffsetLength, while the other ride types read from the music object file.
Tested this and it seems that building the maze does not use this flowpath.
Vehicle position when subposition=0 is unique for each track element type, but when it's different, MiniGolf, GoKarts, Chairlift and ReverserCoaster add some extra data. So the solution is to add...
Enterprise and Motion simulator have some special behavior for the waypoints. There are some other instances in Guest.cpp where `ride->type` is checked directly against a `RIDE_TYPE` enum entry. We could...
TO-DO: - [x] Igloo - [x] Ice Palace - [x] Snowman - [ ] Giant Snowflake (1) - [ ] Giant Snowflake (2) - [ ] Giant Snowflake (3) -...
This is a checklist for things to do... - [x] Unit test for fireworks sequence - [x] Unit test for loading a firework object - [ ] Basic user interface...