summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-25Add preliminary chaser viewerBen Connors
2019-10-19Add help function to interfaceBen Connors
2019-10-18Get a decent start on the actual interfaceBen Connors
- Can edit, create, delete scenes - Basic saving
2019-10-18Fix up some bugs/missing featuresBen Connors
2019-10-09Remove multichaserBen Connors
- Easier to do with multiple running functions
2019-10-09Some more work on multichasersBen Connors
2019-10-08Some fixes; start work on multichasersBen Connors
2019-10-01Add initial work on curses interfaceBen Connors
2019-09-29Some fixesBen Connors
- Remove print statements - Fix chaser scope and rendering
2019-09-29Update testsBen Connors
2019-09-27BugfixesBen Connors
- Add some new tests - Run some basic (interactive) chaser tests, they work-ish now
2019-09-26Lots of stuffBen Connors
- Add tests for chaser steps - Finish preliminary implementation of chasers - Implement (de)serialization on chasers and steps - Various bugfixes from testing
2019-09-26Various fixes; start implementing testsBen Connors
2019-09-26Finish initial implementation of chasersBen Connors
- Untested - (De)serialization functions still need implementing
2019-09-25Change module layout; start chaser workBen Connors
- Fix up callbacks - Clean up function implementations - More properties to prevent editing of attributes - Start work on chasers - Implement framework for chaser steps
2019-09-24Initial commitBen Connors
- Basic functionality - Can save/load to XML format (see examples folder) - Can create and edit fixtures and channels - Can create and edit Scenes and Audios - Live updates through callbacks