Matthew McWilliams
|
72b5077356
|
Restructure includes and type definition files so that mscript runs
|
2022-08-07 22:18:58 -04:00 |
Matthew McWilliams
|
6601c030f7
|
Refactor mscript GUI code into Typescript
|
2022-08-07 22:10:53 -04:00 |
Matthew McWilliams
|
3ec1373f08
|
Caught a possible ancient bug in the loop logic for calculating state of camera and projector backwards movements.
|
2022-08-07 17:23:06 -04:00 |
Matt McWilliams
|
fe61e63e76
|
Add secondary projector and camera commands to the mscript module
|
2022-08-04 10:52:00 -04:00 |
Matt McWilliams
|
ee0ab663d7
|
Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication.
|
2022-08-03 09:02:47 -04:00 |
mmcwilliams
|
c5f3c72f73
|
All workshop work. Freeze dev on mac and test on linux
|
2019-07-29 12:45:13 -04:00 |
mmcwilliams
|
96d0897f65
|
Made a breaking change to the mscript module: light array is now the "meta" array to allow for types of commands other than camera movements to have associated metadata. The two driving motivations for this change are the proposed alert feature which will have a string message as its metadata and the proposed pause feature, which will have seconds as its metadata.
Updated tests as well. Still need to change behavior in the mscript.js gui lib.
|
2019-07-26 19:54:22 -04:00 |
mmcwilliams
|
4023704d31
|
Added missing jsdoc comment to method "fade_rgb".
|
2019-07-26 18:57:17 -04:00 |
mmcwilliams
|
07100a588c
|
Add jsdoc comments to remaining methods.
|
2019-07-26 18:12:06 -04:00 |
mmcwilliams
|
0b2d386ca2
|
Compile mscript with Typescript
|
2019-07-26 17:28:27 -04:00 |
mmcwilliams
|
39301f5b59
|
FOUND THE BUG causing #3. Mscript still needs full conversion to typescript. This would have been caught on compile. Resolves #3, create a new issue for mscript refactor.
|
2019-05-28 09:06:59 -04:00 |
mmcwilliams
|
58ade0518e
|
Return mscript output if no callback defined
|
2019-02-24 08:22:41 -05:00 |
mmcw-dev
|
c9f5d11413
|
Use startsWith, imported from lodash (don't need the whole thing)
|
2018-06-24 16:09:16 -04:00 |
mmcwilliams
|
9e125e37d3
|
Add comment for jsdoc
|
2018-06-16 23:16:13 -04:00 |
mmcwilliams
|
371c7afb25
|
Fix the fade feature and loop feature
|
2018-06-16 22:48:11 -04:00 |
mmcw-dev
|
88175a93c0
|
Work on fade feature
|
2018-06-16 21:33:53 -04:00 |
mmcw-dev
|
e0d4265875
|
Reactor command parsing into separate methods
|
2018-06-16 19:30:50 -04:00 |
mmcw-dev
|
5f736c0af4
|
New mscript, much easier to read, uses a class
|
2018-06-16 18:50:24 -04:00 |
mmcw-dev
|
cb5e50792a
|
Remove legacy tests from mscript. This has been migrated to proper tests in QUnit (which should work in the browser as well as the app)
|
2018-06-14 11:38:17 -04:00 |
mmcw-dev
|
c1d5e52a10
|
Start mscript docs. Will describe each method to facilitate the addition of the "fade" feature.
|
2018-03-16 12:57:02 -04:00 |
mmcwilliams
|
1373d1d690
|
Start mscript work by adding tests. Will be relying on qunit.
|
2018-03-16 11:30:54 -04:00 |
mmcw-dev
|
71a885d7cd
|
Move and rename all lib modules, all front end goes into /ui and application-side scripts go into their own named directories, like capture, mcopy and mscript
|
2018-01-05 14:22:40 -05:00 |