Changelogs

Timeline 0.9 Beta

Improvements

    • New Sensics HMD integration

    • New Debug mode available: Click the Debug Icon and The Timeline is updated using the Slider only. Once in playmode, timelines are driven only by the time cursor slider. Allowing for back and forth navigation.

      • Timeline canvas turns blue to show it is in debug mode.

    • Copy Paste Update : New paste function button

      • In delay Mode, "pasted" actions will be copied with the current offset cfr the timeline cursor.

      • In normal mode, "pasted" actions will be concatenated to the current time cursor

Timeline 0.8 Beta

Bug Fixes

    • Build error Fixed. Builds can now be created and executed. Downside is that serialization is different therefore, Timelines made prior to 0.8 won't load.

    • .2 Moved full .net classes to Serial Wrapper. No more needs to switch to .net full profile unless using serial.

    • .3 Moved Json to new namespace, no more collisions.

    • .3 Updated ErrorChecking to mimic 1.7.7 PM ErrorsChecking

    • .3 Removed Time bug when PM is not rendered

    • .3 Debug Break Properly Rendered and Pausing Editor

Improvements

    • New Keyboard shortcuts

      • Copy (Ctrl+C) - Paste(Ctrl+v) - Cut(Ctrl+X) of actions available. Select one or more actions from one or more Timelines and paste them where you want.

      • Paste will be done starting from current Timeline Cursor (Red Vertical Line). Pasting actions with errors is not advised.

      • Select All (Ctrl+A) available.

      • Ctrl Hold + Mouse click allows for Multi-Select-UnSelect.

      • Undo (Ctrl+Z) - Redo(Ctrl+Y) In Beta Mode ( needs extensive Debugging as It cannot collapse Playmaker Partial Undo's, Will ).

    • All dll's are now in Release Mode, including External One's. Download Visual 2010 C++ Redistributable if You plan on Using VRPN or any other external dll.

    • Debug Option available

Timeline 0.7 Beta

Bug Fixes

    • Fixed Keyboard and Mouse

    • Unresponsive

    • Fixed Highlights Not loading in Non-Pro

    • Fixed Resize Checks

Improvements

    • UI Speed and Stability

    • Timeline Signaling

    • Send a signal when entering or exiting an Action in a Track. The signal is also an Action.

      • Signaling can be enabled from the Experiment Logger Menu, On enter and/or On exit must be selected First.

      • The gizmos when signaling is active, can be toggled by mouse for the whole Track or individualy.

      • Changing the current Executed Signal.

      • Signal Validation to allows to re-use Actions under the condition that no Call is made to Fsm Variables or Functions.

Timeline 0.6 Beta

Improvements

    • Cross Platform Editor (Removed dependency to Windows Library)

    • Serialisation Available :

    • - Human readable structure subset (Timeline and Tracks)

    • - Fully binary saved (Parameters and events as a FSM Template)

    • Template Window for easier loading

    • Improved Human readable structure (Timeline structure)

    • Bug reporting

Timeline 0.5 Beta

Bug Fixes

    • Fixed StartOn and exit GUI + forced start

    • Fixed Regeneration

Improvements

    • BreakPoints available

    • Allow a Timeline to be Run step by step using the play Buttons. Can Use it to debug Timelines.

    • Action Menu reworked

    • Delete of actions via mouse click or keyboard delete. Can toggle Breakpoints by Left click on an action.

Timeline 0.4 Beta

Bug Fixes

Improvements

    • Complete refactoring of External Libs and wrappers for error handling.

    • Libs :

    • - Error management

    • - Memory clean by callee

    • - Leak free

    • Wrappers :

    • - Changed DataTypes for actions into FsmVariables

    • - Allows for multi connections/discs

    • - Handles warnings and errors (VRPN, Glove etc.)

Testing :

- Rewrote all external test cases for Lib testing.

    • 3D pipes Model improved

Timeline 0.3 Beta

Bug Fixes

Improvements

    • Complete refactoring of Inspectors.

    • Refactoring of Track panel, displays partial times and current track time

    • Refactoring of canvas and toolbars. Mimic Fsm Toolbars.

    • 3D pipes Model for easy coridor generation.

Timeline 0.2 Beta

Bug Fixes

Improvements

    • Added Event Window for managing events #2338.

    • Added Start on Global or system event & a dded Send event on finish #2336

Timeline 0.1 Beta

    • Split Editor and Runtime DLL #2334.

    • First closed Beta.