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
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
Martin Quinson
16e04cb1ff
update french translation
2013-11-27 17:00:56 +01:00
jmoenig
3b596cf6fb
comment on relabelling issue
...
save old code for future reference in case we introduced a bug here
2013-11-26 18:44:07 +01:00
Jens Mönig
e29787cdc7
Merge pull request #253 from nathandinsmore/issue-244
...
Fixed issue #244 (relabelling now preserves empty input slots)
2013-11-26 09:28:44 -08:00
Nathan Dinsmore
2871d2ddb6
Fixed issue #244 (relabelling now preserves empty input slots)
2013-11-26 09:00:13 -05:00
jmoenig
df1d6ca479
Threads: fixed #133 - preserve edge-cased argument types
...
(empty string, Boolean false)
2013-11-26 13:23:35 +01:00
jmoenig
d3c735fade
fixed #249 - preserve variable value types with edge cases
...
(empty string, Boolean false)
2013-11-26 13:09:26 +01:00
jmoenig
1b05a11f14
fixed # 179
...
don’t identify primitive (static) C-Slots as implicit formal parameters
2013-11-26 12:29:01 +01:00
jmoenig
f10a16e3f6
fixed #175 - Text comparisons are now case sensitive
2013-11-26 12:05:13 +01:00
jmoenig
fcfb3d1798
Catalan translation update - Thanks, Bernat!
2013-11-26 11:11:39 +01:00
jmoenig
d9a1a2224b
Localization update
2013-11-26 11:07:22 +01:00
Jens Mönig
487b4ab31d
Merge pull request #241 from MMSequeira/master
...
Added localize() calls to a bunch of missing strings and added also a bunch of Portuguese translations to 'unofficially' localized strings.
2013-11-26 01:58:26 -08:00
jmoenig
d266b0b0a6
fixed #245 (consistently auto-convert empty strings to zeroes)
2013-11-26 10:40:24 +01:00