liam4
|
602cb47a1e
|
Remove unused util variable
|
2016-09-02 01:01:17 -03:00 |
|
liam4
|
f981e8747f
|
Implement 'current' block
|
2016-09-02 00:48:14 -03:00 |
|
Eric Rosenbaum
|
eb5f56edcc
|
Merge remote-tracking branch 'LLK/develop' into develop
|
2016-09-01 13:42:28 -04:00 |
|
TheBrokenRail
|
220d614a9d
|
Better README! (#114)
Improve README
Implement "npm start"
|
2016-08-31 13:31:01 -07:00 |
|
Tim Mickel
|
020250e258
|
Test: take out old blockListener check
|
2016-08-31 13:57:54 -04:00 |
|
Tim Mickel
|
c70e9759a9
|
Add initial SB2 importer and spec map
|
2016-08-31 13:56:05 -04:00 |
|
Tim Mickel
|
75212c5958
|
Add playground tools for targets, loading 2.0 projects
|
2016-08-31 12:28:44 -04:00 |
|
Tim Mickel
|
3e749fb9f1
|
Add loadProject, setEditingTarget, and UI emits
|
2016-08-31 12:28:09 -04:00 |
|
Tim Mickel
|
23d9999a9f
|
Add runtime.getTargetById helper
|
2016-08-31 12:18:24 -04:00 |
|
Tim Mickel
|
d4a43639f3
|
Add editingTarget and map block events to that target
|
2016-08-31 12:08:54 -04:00 |
|
Tim Mickel
|
08f48c5b30
|
Always start runtime with an empty target list.
|
2016-08-31 12:03:41 -04:00 |
|
Tim Mickel
|
ba0cc0dcfc
|
Pass along newCoordinate of Blockly MOVE events
|
2016-08-31 11:50:29 -04:00 |
|
Tim Mickel
|
ad82a5cb74
|
Add naming mechanism for targets/clones
|
2016-08-31 11:50:10 -04:00 |
|
Tim Mickel
|
2c6722b958
|
Add unique ID for Targets
|
2016-08-31 11:39:57 -04:00 |
|
Tim Mickel
|
b1a3026ea1
|
Blockly XML encoding for Blocks object
Provide two functions, `toXML` and `blockToXML`, which can be used to generate workspaces based on the VM representation of the blocks.
|
2016-08-31 11:38:45 -04:00 |
|
Tim Mickel
|
c58bda1839
|
Record coordinate changes in block representation
|
2016-08-31 11:34:29 -04:00 |
|
Tim Mickel
|
05a5369d7b
|
Switch Blockly listener to normal function (not closure/generated)
|
2016-08-31 11:34:17 -04:00 |
|
Tim Mickel
|
aa70c1bc3b
|
Add shadow, x, y properties to block adapter
|
2016-08-31 11:32:59 -04:00 |
|
Tim Mickel
|
8339e2769f
|
Clean up and add documentation to sprite/clone
|
2016-08-31 11:30:09 -04:00 |
|
Tim Mickel
|
2da121d019
|
Add UID utility
|
2016-08-31 11:21:42 -04:00 |
|
Tim Mickel
|
be06078df1
|
Update sprite and clones to have basic costume support
|
2016-08-31 11:21:32 -04:00 |
|
Tim Mickel
|
bdc95cffc0
|
Rename trigger->activate/start
|
2016-08-29 10:26:26 -04:00 |
|
Tim Mickel
|
1098a06985
|
Various renames for hat opcodes/top blocks, allScriptsDo
|
2016-08-29 10:18:49 -04:00 |
|
Tim Mickel
|
29a595345a
|
Wording change in README.md
|
2016-08-29 10:12:57 -04:00 |
|
Tim Mickel
|
c87539a148
|
Merge pull request #111 from dekrain/readme
Update README
|
2016-08-29 10:12:09 -04:00 |
|
Tim Mickel
|
3ccfdf3df0
|
Use hasOwnProperty in getIsHat /getIsEdgeTriggeredHat
|
2016-08-29 10:03:21 -04:00 |
|
Tim Mickel
|
40c90bbcc7
|
Add isActiveThread and simplify broadcast-and-wait accordingly
|
2016-08-29 10:01:31 -04:00 |
|
Tim Mickel
|
64b82f4dc2
|
Switch back j->i
|
2016-08-29 09:52:34 -04:00 |
|
dekrain
|
10ca84f281
|
Update README
|
2016-08-26 15:46:02 +02:00 |
|
Tim Mickel
|
6d773076c5
|
Update package.json
|
2016-08-24 14:03:42 -04:00 |
|
Tim Mickel
|
29887e24c9
|
Simplify execute hat check.
In case a reporter has side-effects, we'd probably like to run hat predicates even if there is no next block.
|
2016-08-24 11:04:23 -04:00 |
|
Tim Mickel
|
4f81033762
|
Remove extra Thread require
|
2016-08-23 18:46:54 -04:00 |
|
Tim Mickel
|
4f2cccf279
|
Fix issue when broadcasting in a when-broadcast
|
2016-08-23 18:37:03 -04:00 |
|
Tim Mickel
|
fe2ba2a536
|
Implementation of timer > _, broadcast, broadcast and wait
|
2016-08-23 18:14:05 -04:00 |
|
Tim Mickel
|
b4cf64009f
|
General-purpose hat implementation
|
2016-08-23 18:12:32 -04:00 |
|
Tim Mickel
|
39fdbaf983
|
Add atStackTop helper to Thread
|
2016-08-23 18:12:19 -04:00 |
|
Tim Mickel
|
43f3b59f7c
|
Add retireThread to seqeuencer
|
2016-08-23 15:53:34 -04:00 |
|
Tim Mickel
|
94e389c8fb
|
Refactor script glowing into its own runtime function
|
2016-08-23 15:47:21 -04:00 |
|
Eric Rosenbaum
|
5e268d57d3
|
scale to midi note reporter
|
2016-08-17 16:45:01 -04:00 |
|
Eric Rosenbaum
|
f8e460f1b4
|
fixing quantize unit again
|
2016-08-17 12:45:06 -04:00 |
|
Eric Rosenbaum
|
911a8fa02e
|
fixing quantize unit (oops)
|
2016-08-17 11:45:58 -04:00 |
|
Eric Rosenbaum
|
fee8f61079
|
removing attempted quantization
|
2016-08-17 11:38:01 -04:00 |
|
Eric Rosenbaum
|
d121a4c6fa
|
Merge remote-tracking branch 'LLK/develop' into develop
# Conflicts:
# src/engine/runtime.js
|
2016-08-16 16:41:36 -04:00 |
|
Eric Rosenbaum
|
d5e46535e8
|
playing with quantization
|
2016-08-16 16:32:35 -04:00 |
|
Tim Mickel
|
a991710a4b
|
Merge pull request #105 from tmickel/recompile-aug-16
Recompile August 16
|
2016-08-16 16:01:52 -04:00 |
|
Tim Mickel
|
f118c718a5
|
Recompile August 16
|
2016-08-16 16:01:25 -04:00 |
|
Tim Mickel
|
fd5d85ed73
|
Merge pull request #104 from tmickel/feature/io
VM "I/O devices"; clock, mouse as demo
|
2016-08-16 15:59:14 -04:00 |
|
Eric Rosenbaum
|
27184762bd
|
fixed panner
|
2016-08-16 12:04:24 -04:00 |
|
Tim Mickel
|
aebcfde492
|
Add VM "I/O devices", clock, mouse as demo
|
2016-08-15 21:37:36 -04:00 |
|
Tim Mickel
|
c969b51dee
|
Merge pull request #102 from tmickel/feature/fps-counter
Add stats.js meter to playground
|
2016-08-12 10:22:41 -04:00 |
|