.. |
alert
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
arduino
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
cam
|
Caught a critical error with the filmout feature. Due to work on the server feature, all filmout functionality was being routed through the server, instead of just making it an optional display source if a client is connected. The use of the server.useServer() method was implemented and the filmout display method was updated to not return early. Special thanks to Sandy McLennan for catching this one.
|
2025-05-14 20:59:59 -04:00 |
capper
|
Add missing package declarations
|
2025-05-08 19:04:50 -04:00 |
capture
|
Update delay, exec and exit usage and require statments.
|
2019-06-08 21:43:14 -04:00 |
cfg
|
Re-enabled tests. Re-enabled docs build (jsdocs are very out of date). Removed several any types and created types for Config
|
2024-05-23 23:36:51 -04:00 |
client
|
Fixed the iOS issue. Also allow for fullscreen on all browsers (with no sleep). Can preview properly but normal mode does not work
|
2023-02-25 16:32:08 -05:00 |
cmd
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
database
|
Feeble first attempt at documenting code
|
2019-02-23 12:25:47 -05:00 |
delay
|
All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another.
|
2024-05-23 18:49:18 -04:00 |
devices
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
display
|
Caught a critical error with the filmout feature. Due to work on the server feature, all filmout functionality was being routed through the server, instead of just making it an optional display source if a client is connected. The use of the server.useServer() method was implemented and the filmout display method was updated to not return early. Special thanks to Sandy McLennan for catching this one.
|
2025-05-14 20:59:59 -04:00 |
exec
|
Removed several uses of any and added types to System module.
|
2024-05-23 19:54:42 -04:00 |
exit
|
All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another.
|
2024-05-23 18:49:18 -04:00 |
ffmpeg
|
Resolves #83; Adds the -hwaccel auto flag to all ffmpeg output commands. May not be used unless the source video is an accelerated format.
|
2024-05-24 15:43:52 -04:00 |
ffprobe
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
filmout
|
Caught a critical error with the filmout feature. Due to work on the server feature, all filmout functionality was being routed through the server, instead of just making it an optional display source if a client is connected. The use of the server.useServer() method was implemented and the filmout display method was updated to not return early. Special thanks to Sandy McLennan for catching this one.
|
2025-05-14 20:59:59 -04:00 |
frame
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
intval
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
light
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
log
|
Re-enabled tests. Re-enabled docs build (jsdocs are very out of date). Removed several any types and created types for Config
|
2024-05-23 23:36:51 -04:00 |
mscript
|
Update scripts to reflect capability of the mscript interpreter right now. No set within loops. Resolves #10
|
2024-10-14 09:49:37 -04:00 |
processing
|
Add missing package declarations
|
2025-05-08 19:04:50 -04:00 |
proj
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
sequencer
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
server
|
Caught a critical error with the filmout feature. Due to work on the server feature, all filmout functionality was being routed through the server, instead of just making it an optional display source if a client is connected. The use of the server.useServer() method was implemented and the filmout display method was updated to not return early. Special thanks to Sandy McLennan for catching this one.
|
2025-05-14 20:59:59 -04:00 |
settings
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
spawn
|
Add some docs to the code. Work in progress
|
2019-02-26 21:53:32 -05:00 |
system
|
Re-enabled tests. Re-enabled docs build (jsdocs are very out of date). Removed several any types and created types for Config
|
2024-05-23 23:36:51 -04:00 |
ui
|
Resolved a bug that was preventing callback from working. Previously only worked because of a race condition introduced by a setTimeout
|
2025-01-12 14:03:58 -05:00 |