Sorry for missing the announcement last week, got an early start to my Thanksgiving holiday.
Wrap up for changes since 2014-39:
- when selecting a polyline (like EntityDelay by default), the first point will be highlighted in blue, the middle points in green, and the end point in yellow,
this was requested to give a better feel for the 'direction' of the line objects.
- small fix to videorecorder to ensure all updates to the model state are consistent before a frame is recorder, this
was most noticable with the camera sometimes being interpolated one frame behind the rest of the model.
- another fix to VideoRecorder to clear old video files before recording over them with a new capture.
- fix a hard to hit transparency bug with ImageModel
- Keywords are now looked up in a case-sensitive manner to match the rest of input parsing, a fallback is currently
provided that will warn if the case-insentive lookup is used, this will become a hard error in a future release.
- A new keyword 'PauseTime' has been added to simulation that makes it easy to have the model
pause at a certain time, useful when debugging your models.
- Tooltips on some of the GUI elements have been improved
- Animation has been made optional for the EntityDelay object, this can speed up models where the interpolation of
position is not wanted.
Cheers,
Harvey