Tim Mickel
04d81ad7be
Merge pull request #89 from ScottLogic/sprite-sprite-collisions
...
Sprite stamping
2014-09-12 12:34:54 -04:00
Tim Mickel
a5cf476ebc
Merge pull request #86 from ScottLogic/rounded-costume-indices
...
Rounded Costume Indices
2014-09-10 11:20:19 -04:00
Chad Walker
12fd18f9f4
mostly remove the svg onClick hack
...
- chrome no longer throws a security warning when trying to read pixel
data on a canvas after drawing *any* svg; only svgs with a <foreignObject>
tag in them
- Standard Safari is still an old enough WebKit that it has this problem,
but WebKit-nightly (SVN r173347) does not.
- instead of the blanket check, just try it and catch errors
2014-09-06 02:35:11 -05:00
Tim Mickel
1b96a42b69
Merge pull request #69 from chrisprice/img-cross-origin
...
Add crossOrigin attribute to imgs to prevent canvas tainted errors
2014-09-05 15:11:24 -04:00
William Ferguson
cbdcbc3f24
Fix: PID 24824122 Issue https://github.com/WPFerg/scratch-html5/issues/10
2014-07-25 11:43:59 +01:00
William Ferguson
ea1249bd6b
Fix: PID 17363638 Issue https://github.com/WPFerg/scratch-html5/issues/7
2014-07-25 10:03:05 +01:00
Chris Price
3c926be05c
Fix typo in anonymous
2014-06-01 09:20:19 +01:00
Nathan Dinsmore
968baec89f
Fixed adding touch detection canvas to document
2014-05-30 18:35:03 -04:00
Chris Price
43e905b8d8
Add crossOrigin attribute to imgs to prevent canvas tainted errors
2014-05-20 16:29:34 +01:00
Andrew Sliwinski
586f29a285
Minor formatting and type casting adjustment to make codebase internally consistent
2014-04-09 01:17:50 -07:00
Brian Pilati
6e6524e481
updates to elevate my code to scratch standards
2014-03-10 21:04:56 -06:00
Brian Pilati
e59b279be1
updates to finish doAsk
2014-03-09 11:59:38 -06:00
Brian Pilati
1beed456cc
updates to add "ask" functionality
2014-03-08 00:46:59 -07:00
Nathan Dinsmore
1112081a4f
Fixed mouse events
2014-02-19 22:53:32 -05:00
Nathan Dinsmore
0e062e7669
Merge github.com:djdolphin/scratch-html5 into test
...
Also improved filter performance, fixed edge cases, and implemented stage filters for color, brightness, and ghost.
Conflicts:
js/Runtime.js
js/Sprite.js
js/primitives/LooksPrims.js
Tested with:
http://scratch.mit.edu/projects/14315832/
2013-11-14 23:46:19 -05:00
Hardmath123
2786143669
Fixed clicking bug and added changes to the COMPARE page.
2013-11-04 18:52:33 -08:00
djdolphin
c40c1b4027
Removed evil evals
...
Filters now reset when the stop button is clicked.
2013-11-03 07:10:45 -05:00
djdolphin
64535641fc
Fixed Safari Bug
2013-11-02 18:50:26 -04:00
djdolphin
422da2fd87
Added color and brightness effects
2013-11-02 18:16:18 -04:00
djdolphin
6bd32857be
Partially implemented filter effects
...
Implemented ghost effect
2013-11-02 10:19:44 -04:00
Nathan Dinsmore
1a72b01b31
Formatting and indentation fixes
2013-11-01 23:14:39 -04:00
Amos Blanton
6360de08da
Initial commit.
2013-10-28 20:00:20 +00:00