log

age author description
Fri, 30 Jun 2017 14:50:00 +0100 Lucas Thompson Don't save progress changes etc to the state history.
Fri, 30 Jun 2017 14:49:40 +0100 Lucas Thompson Add methods for mutating the current state without updating the history (naming might not be that declarative).
Fri, 30 Jun 2017 14:01:22 +0100 Lucas Thompson Hook up some buttons for navigating history (undo / redo). Some refactoring to allow for the audio player to get updated as a consequence of a state change (the audio related to the current top of the stack is used).
Fri, 30 Jun 2017 13:59:51 +0100 Lucas Thompson Add function for getting the rood audio item from different item types.
Fri, 30 Jun 2017 13:59:21 +0100 Lucas Thompson Fix ordering of adding to history (after an action). Add functions for stepping through the history.
Fri, 30 Jun 2017 13:58:45 +0100 Lucas Thompson Don't revoke resource on unload, probably makes sense to leave that to calling code.
Fri, 30 Jun 2017 10:41:30 +0100 Lucas Thompson Manually cherry-pick various refactoring efforts from feature/basic-session-loading