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
|
aebcfde492
|
Add VM "I/O devices", clock, mouse as demo
|
2016-08-15 21:37:36 -04:00 |
|
Tim Mickel
|
349cb14c5a
|
Removing extra cast in join implementation
|
2016-08-11 19:00:11 -04:00 |
|
Tim Mickel
|
bfe007e29f
|
Add casting utilities and apply them to operator blocks
|
2016-08-11 18:47:55 -04:00 |
|
Tim Mickel
|
07e965261d
|
Implementation of remaining operators
|
2016-08-11 18:47:55 -04:00 |
|
Tim Mickel
|
7780b25c46
|
Project wide rename substack -> branch
|
2016-08-10 11:43:49 -04:00 |
|
Tim Mickel
|
a6ad34f002
|
Add primitive for math_angle , fixing point in direction
|
2016-08-08 16:44:48 -04:00 |
|
Tim Mickel
|
0b826c0dc9
|
Remove unused Promise in scratch3_operators
|
2016-08-08 15:44:55 -04:00 |
|
Tim Mickel
|
30dc285a37
|
Add implementations for math_positive_number and math_whole_number
|
2016-07-06 14:13:03 -04:00 |
|
Tim Mickel
|
460760bd06
|
Stub "say" and "think" blocks with console.log
|
2016-07-06 13:47:32 -04:00 |
|
Tim Mickel
|
ce941c6fd8
|
Add show/hide blocks using ghost effect as backend
|
2016-07-01 12:56:59 -04:00 |
|
Tim Mickel
|
6891a3a5dd
|
Add direction reporter
|
2016-07-01 12:56:45 -04:00 |
|
Tim Mickel
|
bb68fcab25
|
Additional fix for repeat's executedInFrame
|
2016-07-01 11:41:52 -04:00 |
|
Tim Mickel
|
57217f0044
|
Rename executed in repeat, ifElse
|
2016-07-01 11:29:32 -04:00 |
|
Tim Mickel
|
e4f6c9e90c
|
"Repeat until" implementation
|
2016-07-01 11:25:26 -04:00 |
|
Tim Mickel
|
39c71b559d
|
Update repeat implementation to execute once per frame
|
2016-07-01 10:50:31 -04:00 |
|
Tim Mickel
|
de6ba08866
|
Add single-frame yield mode
|
2016-07-01 10:44:43 -04:00 |
|
Tim Mickel
|
5876681bc7
|
Version of random that truncates ints
|
2016-07-01 10:28:47 -04:00 |
|
Tim Mickel
|
1eaed6fff3
|
Implement graphic effects and size blocks
|
2016-06-30 18:59:47 -04:00 |
|
Tim Mickel
|
7db2981ddc
|
Add additional motion block implementations
|
2016-06-30 18:59:47 -04:00 |
|
Tim Mickel
|
42f0f66acd
|
Implement move steps, turn right, turn left, point in direction
|
2016-06-30 18:59:47 -04:00 |
|
Tim Mickel
|
19da0b0032
|
Add renderer demo using scratch-render-webgl
|
2016-06-30 18:59:47 -04:00 |
|
Tim Mickel
|
ab6e0d3839
|
Remove YieldTimers, unused WeDo blocks
|
2016-06-30 18:56:31 -04:00 |
|
Tim Mickel
|
6daee9a70e
|
Remove VM-locking yield mode per discussion
|
2016-06-30 18:56:23 -04:00 |
|
Tim Mickel
|
d72cc55c11
|
Example that uses promises instead of util.report
|
2016-06-30 18:56:23 -04:00 |
|
Tim Mickel
|
8f6a88c095
|
Ensure predicates always return booleans
|
2016-06-30 18:56:23 -04:00 |
|
Tim Mickel
|
d44b806b4f
|
Add blocking yield mode
|
2016-06-30 18:56:23 -04:00 |
|
Tim Mickel
|
f802faa461
|
operator_not in primitive table
|
2016-06-30 18:56:23 -04:00 |
|
Tim Mickel
|
f210c12d4d
|
Add more operators for testing
|
2016-06-30 18:56:23 -04:00 |
|
Tim Mickel
|
7ef3807b18
|
Example of a yielding reporter (returns random number after 1s)
|
2016-06-30 18:56:23 -04:00 |
|
Tim Mickel
|
652cc8a31c
|
Fix references to window
|
2016-06-21 14:29:40 -04:00 |
|
Tim Mickel
|
a1be1d6566
|
Update playground and block implementations to match scratch-blocks
|
2016-06-14 18:08:41 -04:00 |
|
Tim Mickel
|
0bf9ab59a1
|
Add implementation for ifElse
|
2016-06-10 10:40:15 -04:00 |
|
Tim Mickel
|
ca68c55d57
|
Implement logic_equals, if blocks
|
2016-06-10 10:36:05 -04:00 |
|
Tim Mickel
|
2cd6bf93bb
|
Fix argument for repeat block
|
2016-06-09 17:05:08 -04:00 |
|
Tim Mickel
|
27064ce163
|
Fix implementation of "wait" block
|
2016-06-09 15:06:11 -04:00 |
|
Tim Mickel
|
b0441e2ef5
|
Implement stub for number and add blocks
|
2016-06-09 14:29:07 -04:00 |
|
Tim Mickel
|
bcd058bdc4
|
Disable unimplemented broadcast block
|
2016-06-09 14:23:45 -04:00 |
|
Tim Mickel
|
bd7f3245a2
|
Move scratch3 blocks into separate packages.
|
2016-06-09 11:45:58 -04:00 |
|
Tim Mickel
|
42d03db28b
|
Merge branch 'develop' into feature/eslint-jsdoc
# Conflicts:
# .eslintrc
# src/index.js
|
2016-06-08 17:23:41 -04:00 |
|
Tim Mickel
|
1f1a4941f3
|
Add .eslintrc rule to check JSDoc syntax
And fix the broken syntax rules
|
2016-06-08 16:57:08 -04:00 |
|
Tim Mickel
|
c1e30cf2ee
|
Add sequencer-level debug console logs
|
2016-06-07 21:05:32 -04:00 |
|
Tim Mickel
|
4d4682912d
|
Resolve existing motor timeout (instead of reject)
|
2016-05-09 14:18:33 -04:00 |
|
Andrew Sliwinski
|
0de30986aa
|
Switch WeDo2 led block to use color index rather than absolute RGB values.
|
2016-05-05 08:33:44 -04:00 |
|
Tim Mickel
|
85f8e99ca8
|
Add delay to RGB block
|
2016-05-03 17:23:59 -04:00 |
|
Tim Mickel
|
9363432456
|
Hacked implementation of broadcasts
|
2016-05-03 14:57:10 -04:00 |
|
Tim Mickel
|
beebae0d2e
|
Implement stop block
Using a call to the runtime.
|
2016-05-03 14:39:33 -04:00 |
|
Tim Mickel
|
6b1eb6df51
|
Control blocks argValues
|
2016-05-03 14:26:43 -04:00 |
|
Tim Mickel
|
17d4485695
|
Fix WeDo args
|
2016-05-03 14:25:19 -04:00 |
|