Andrew Sliwinski
|
32b1d4ec61
|
Remove memoizee dependency and usage in adapter. Resolves GH-2
|
2016-08-08 17:07:50 -04:00 |
|
Andrew Sliwinski
|
bda2926be2
|
Merge branch 'feature/sprites' of https://github.com/tmickel/scratch-vm into feature/sprites
|
2016-08-08 16:50:21 -04:00 |
|
Tim Mickel
|
67c3ceff86
|
Update clone's scale to match renderer update
|
2016-08-08 16:47:52 -04:00 |
|
Tim Mickel
|
a6ad34f002
|
Add primitive for math_angle , fixing point in direction
|
2016-08-08 16:44:48 -04:00 |
|
Andrew Sliwinski
|
97bd799eb1
|
Merge branch 'feature/sprites' of https://github.com/tmickel/scratch-vm into feature/sprites
|
2016-08-08 15:49:33 -04:00 |
|
Tim Mickel
|
0b826c0dc9
|
Remove unused Promise in scratch3_operators
|
2016-08-08 15:44:55 -04:00 |
|
Tim Mickel
|
c47a061edb
|
Updates for newly released scratch-render repo
|
2016-08-08 15:43:52 -04:00 |
|
Andrew Sliwinski
|
c3f7877c21
|
Merge branch 'feature/sprites' of https://github.com/tmickel/scratch-vm into feature/sprites
|
2016-08-08 15:28:19 -04:00 |
|
Andrew Sliwinski
|
902fa6dfba
|
Track vm.worker build result
|
2016-08-08 13:35:22 -04:00 |
|
Andrew Sliwinski
|
b1272abbcd
|
Update installation instructions (pending release to NPM)
|
2016-08-08 13:34:51 -04:00 |
|
Tim Mickel
|
30735bc06e
|
Update toolbox XML July 14
|
2016-07-14 13:25:56 -04:00 |
|
Tim Mickel
|
1098178fc7
|
Add Blockly messages to playground
|
2016-07-14 13:24:39 -04:00 |
|
Tim Mickel
|
0465ee2076
|
Add --host flag and index redirect for playground
|
2016-07-14 13:22:11 -04:00 |
|
Tim Mickel
|
c650de8520
|
Real version of Clone.prototype.setVisible
|
2016-07-13 16:52:46 -04:00 |
|
Tim Mickel
|
1f19d7a209
|
Only visually report when an actual value was returned
|
2016-07-07 19:44:26 -04:00 |
|
Tim Mickel
|
9c6dca8131
|
Add visual reporting of top-level reporter execution
|
2016-07-07 19:42:38 -04:00 |
|
Tim Mickel
|
d4353458ff
|
Don't quit loop when a thread is yielding
|
2016-07-06 14:16:44 -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
|
7c24bdc612
|
More documentation in sprite, clone
|
2016-07-06 14:09:06 -04:00 |
|
Tim Mickel
|
2e01caa8a6
|
Add documentation for math-util functions.
|
2016-07-06 14:04:36 -04:00 |
|
Tim Mickel
|
798368b6c5
|
Add documentation in src/sprites/clone.js
|
2016-07-06 13:57:58 -04:00 |
|
Tim Mickel
|
460760bd06
|
Stub "say" and "think" blocks with console.log
|
2016-07-06 13:47:32 -04:00 |
|
Tim Mickel
|
34c46adb9c
|
Toolbox update
|
2016-07-06 13:17:14 -04:00 |
|
Tim Mickel
|
0ae0ea5f22
|
Run threads for 60fps
|
2016-07-01 16:30:33 -04:00 |
|
Tim Mickel
|
890be6611e
|
Only request debug data from VM thread if a debug tab is open
|
2016-07-01 13:09:22 -04:00 |
|
Tim Mickel
|
a47a9a9b7e
|
Add show, hide, direction to palette
|
2016-07-01 12:57:13 -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
|
660029010d
|
Feed in requestAnimationFrame events to VM
Not sure exactly how to use these yet, but it seems helpful to have them in there.
|
2016-07-01 11:52:43 -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
|
ad30fa8059
|
Temporarily remove per-block glow
|
2016-07-01 11:27:01 -04:00 |
|
Tim Mickel
|
e4f6c9e90c
|
"Repeat until" implementation
|
2016-07-01 11:25:26 -04:00 |
|
Tim Mickel
|
dda4fc8332
|
Yield frame on an empty substack
|
2016-07-01 11:24:06 -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
|
bb5acd1ef4
|
Fix merge issue in execute.js
|
2016-06-30 19:01:19 -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
|
727d2c0d23
|
Clamp clone direction like Scratch 2.0
|
2016-06-30 18:59:47 -04:00 |
|
Tim Mickel
|
7db38e8422
|
Implement a few math utilities
|
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
|
809528abdc
|
Straw-man implementation of targets/sprites/clones
|
2016-06-30 18:59:17 -04:00 |
|
Tim Mickel
|
1a48e75341
|
Merge pull request #83 from tmickel/feature/yielding-reporters
Yielding reporters, blocking yields
|
2016-06-30 18:58:03 -04:00 |
|
Tim Mickel
|
1c24770f8c
|
Remove debug calls from execute
|
2016-06-30 18:56:31 -04:00 |
|
Tim Mickel
|
ec4567aa8a
|
Simplify logic for Thread status
|
2016-06-30 18:56:31 -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 |
|