Update CHANGELOG.MD

This commit is contained in:
bernatx 2019-04-15 12:53:10 +02:00 committed by nsubiron
parent e0d6879f6b
commit 37c7036486
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## Latest
* Recorder fixes:
- Actors at start of playback could interpolate positions from its current position instead than the recorded position, making some fast sliding effect during 1 frame.
- Camera following in playback was not working if a new map was needed to load.
- API function 'show_recorder_file_info' was showing the wrong parent id.
* New recorder features:
- Added optional parameter to show more details about a recorder file (related to `show_recorder_file_info.py`)
- Added playback speed (slow/fast motion) for the replayer