Changelog
This is the Changelog for TheEpicTwin's RobloxTrackRideFramework!
Based on https://keepachangelog.com/en/1.0.0/
[Unreleased]
- Separate seats API from CFrameTrainModel and move into a TrainAnimationPlayer plugin
- TrainAnimationPlayer "Plugins" API
- Block System
[1.0.1] - 2020-09-02
Fixed
- MiddlePosition Instance value for MovingSectionCFrameTrack
- Completed TweenedPointsCFrameTrack
[1.0.0-rc.2] - 2020-08-28
Fixed
- Client time not syncing correctly
- ClientTickDifferenceManager regression
[1.0.0-rc.1] - 2020-08-28
Added
- 1.0.0 Milestone!
- TrainAnimationPlayer.BindUpdate to sync CurrentTime between AnimationPlayers
- BitBuffer animation importing
- Documentation using mkdocs and mkdocs-material
Changed
- Split TrainAnimationPlayer and RideManager into component-like modules to use composition instead of inheritance
Fixed
- Syncing has been rewritten and should be more reliable
- CurrentTime sync smoothing rewritten
- Rewrote AnimationPlayer state system
- Triggers at the beginning and end of Animations will now be fired reliably