Wykres commitów

356 Commity (86247940c1fb2c75667b048afe4af262fa930688)

Autor SHA1 Wiadomość Data
Claessens Simon 86247940c1 add sound library on git 2014-02-05 15:45:47 +01:00
jmoenig 38bdc86b55 One-stop-shopping for stage dimensions
changing the stage dimensions in line 3720 of objects.js takes care of
everything
2014-02-05 11:46:55 +01:00
jmoenig 8b5fa2ff9b Integrate Portuguese and French translation updates 2014-02-04 16:36:59 +01:00
Jens Mönig 7c38953d03 Merge pull request #312 from gego51/patch-2
Update lang-fr.js
2014-02-04 07:23:26 -08:00
Jens Mönig 3ac0d2b6bc Merge pull request #305 from MMSequeira/master
Translate new stop commands.
2014-02-04 07:22:04 -08:00
jmoenig 0322b6e3db integrate Dean's sound fix
so JSLint doesn’t complain (no functionality changes). Thanks, Dean!
2014-02-04 16:14:16 +01:00
Jens Mönig 268ece6103 Merge pull request #311 from brettle/master
Fixes issue #310 - play note block fails on Firefox
2014-02-04 06:55:25 -08:00
jmoenig 590ce704fc German translation update 2014-02-04 15:40:53 +01:00
jmoenig 1fb0b77998 Flat line end option in the settings menu, saved with the project 2014-02-04 15:29:14 +01:00
jmoenig 9be9d3da11 Import sounds from the project menu
Thanks, Brian, for the changeset!
2014-02-04 14:45:15 +01:00
jmoenig 1d8862c7af Import costumes and backgrounds from the project menu
thanks, Brian, for the changeset!
2014-02-04 14:29:32 +01:00
jmoenig 8654d9c3fc Morphic: Replaced deprecated DOM “body” references with “documentElement” 2014-02-03 17:30:31 +01:00
jmoenig 3fede790e4 Fixed #313
“Block OF sprite” now works for interpolated (“timed”) blocks and for
reporters (i.e. SAY FOR, THINK FOR, GLIDE, ASK etc.)
2014-02-03 17:11:46 +01:00
gego51 58d0cf034f Update lang-fr.js
add the french translation of the block "pause all"
2014-01-26 17:00:41 +01:00
Dean Brettle b4eb1d1864 Fixes issue #310 - play note block fails on Firefox due to use of deprecated
WebAudio names. The fix uses the correct names and monkey-patches browsers that
use the old ones.
2014-01-25 22:17:12 -08:00
Manuel Menezes de Sequeira 06f47b5c1d Translate new stop commands. 2014-01-13 15:57:43 +00:00
jmoenig 9d63d129a6 Fixed #291 (readonly custom menus become non-readonly when block is edited) 2014-01-10 12:43:22 +01:00
jmoenig fba8387359 Fixed #292 (pulldowns loose lines when exported as library) 2014-01-10 12:18:24 +01:00
jmoenig 3c4e27899c Revert pull request #295 (xhr-headers)
breaks existing installations
2014-01-10 11:37:04 +01:00
jmoenig fa88fdc761 validated all source files against the latest JSLint version
and pushed to this date
2014-01-09 18:50:38 +01:00
jmoenig 3345081d73 XML.js: resolved unexpected assignment expressions
conform to the latest JSLint quibbles
2014-01-09 18:42:03 +01:00
jmoenig 4a60bfba18 Fixed Morphic updateReferences()
how could this go undetected so long? :-)
2014-01-09 17:49:44 +01:00
jmoenig 5cb8003542 German translation update for new (migrated) STOP block 2014-01-09 15:36:16 +01:00
jmoenig 8a1ca3116b Collapse STOP primitives into a single block with a dropdown of options 2014-01-09 15:36:16 +01:00
Jens Mönig 4139efc35f Merge pull request #289 from cycomachead/lib
adding libraries to the repo
2014-01-09 02:38:09 -08:00
jmoenig af45610692 updated history 2014-01-08 17:58:11 +01:00
jmoenig 1e959b8891 fixed StopOthers blocks and added another option
also updated the German translation
2014-01-08 17:51:34 +01:00
Jens Mönig 1da3ae32aa Merge pull request #283 from Hardmath123/master
Initial stop others block
2014-01-08 06:49:31 -08:00
Jens Mönig 82c03bae77 Merge pull request #295 from blob8108/xhr-headers
Add useful headers to HTTP block
2014-01-08 06:34:41 -08:00
jmoenig 71c458e7e8 Only shrink-wrap sprite costumes
thanks, Kartik, for this fix!
2014-01-08 15:23:09 +01:00
jmoenig b9f8ef9951 add mouseLeaveDragging() behavior to the paint editor, thanks, Kartik!
All credit for fixing this goes to Kartik. This also seems to change
just about every line ending for reasons known only to Xcode. Sorry
Kartik, for not pulling your request because of those line endings,
they are inevitable!
2014-01-08 15:17:03 +01:00
jmoenig 0020aeda14 initial support for „sensing“ sprite-only custom block definitions
commented out for now
2014-01-08 13:24:30 +01:00
jmoenig 8646dfc35e support for TELL and ASK
The FOR reporter’s first input now also accepts blocks and scripts
(„rings“), and reports a copy that is bound to the sprite indicated by
the second input. This lets you „zombify“ (or remote-control) sprites
(and create custom TELL and ASK blocks)
2014-01-08 12:18:04 +01:00
blob8108 c947a4d5b7 Add useful headers to HTTP block 2014-01-06 11:17:59 +00:00
Michael Ball ed51738637 adding libraries to the repo 2013-12-29 03:03:49 -08:00
Hardmath123 d8d1810e43 Initial stop others block 2013-12-22 16:28:11 -08:00
jmoenig e9020b4ed3 fixed saving/loading of new mouse coordinate watchers 2013-12-19 17:54:40 +01:00
Jens Mönig be3562ed89 Merge pull request #282 from cycomachead/watcher
fix #275 #237; implements watchers for mouse x and mouse y
2013-12-19 08:24:34 -08:00
Michael Ball 21a29e3706 fix #275 #237; implements watchers for mouse x and mouse y 2013-12-18 03:54:27 -08:00
jmoenig f48460fc25 null-canvas blitting bug follow-up 2013-12-12 15:27:49 +01:00
jmoenig 59a39077b8 fixed #277, #279 (blitting null-canvasses fails)
Thanks, Nathan, for the pointer to this!
2013-12-12 14:55:40 +01:00
jmoenig f0268d9cd8 accept lists as inputs to the green (text) LENGTH OF reporter 2013-12-11 10:20:40 +01:00
jmoenig 0e27d975c6 fixed #264 (mapped <ctrl-enter> to green-flag instead of <enter>) 2013-12-05 10:01:25 +01:00
jmoenig 6fd731cd6e fixed literal-to-non-literal zero-value comparison bug 2013-12-05 09:24:35 +01:00
jmoenig 5716582ea2 fixed type error in equality test 2013-12-04 15:26:52 +01:00
jmoenig d9b9c6bad1 fixed #261 (less tolerant null-value-to-number-coercion) 2013-12-04 11:11:07 +01:00
jmoenig a845696223 French translation integration 2013-12-04 10:08:14 +01:00
Jens Mönig e3c880a51e Merge pull request #259 from mquinson/master
update french translation
2013-12-04 00:54:30 -08:00
jmoenig 24ad14399c harmonize equality testing and List CONTAINS testing 2013-12-04 09:50:27 +01:00
jmoenig 9faa4844d4 handle text comparisons case-insensitive (again) 2013-12-04 09:47:42 +01:00