Massimo Maria Ghisalberti
acb4906caa
Update lang-it.js
2016-05-10 15:22:49 +02:00
Massimo Maria Ghisalberti
3f9d2af72e
Update lang-it.js
2016-05-10 11:50:11 +02:00
Jens Mönig
711b9a431f
tweak media import dialog
...
* make dialog resizable
* enable double-click on icons
* prevent error if no icon is selected
* prevent error if icon is dragged
* prevent error if icon is right-clicked / ctrl-clicked
* adjust background color
* adjust icon layout
2016-05-09 18:34:40 +02:00
Jens Mönig
b98e7323f6
Merge pull request #1213 from ubertao/costumes
...
media import dialog with thumbnails
2016-05-09 14:04:53 +02:00
Jens Mönig
a8fb572f4a
update history
2016-05-09 13:19:15 +02:00
Jens Mönig
c80e059807
Merge pull request #1209 from ubertao/lang-zh
...
Update Simplified Chinese translation to 4.0.7.1
2016-05-09 13:12:50 +02:00
Jens Mönig
3299878c15
fixed #1212 - Null continuation doesn't escape from calling context
2016-05-09 13:11:09 +02:00
ubertao
39a8a7f36f
media import dialog with thumbnails
2016-05-09 16:52:45 +08:00
Brian Harvey
7ae80937f1
Edit CASES block to work around call/cc bug
2016-05-08 09:23:04 -07:00
ubertao
e8a6c84337
update last_changed date.
2016-05-06 15:33:44 +08:00
ubertao
37380ad522
update to 4.0.7.1
2016-05-06 15:21:31 +08:00
ubertao
a483edd66e
Merge branch 'berkeley' into lang-zh
2016-05-06 10:50:00 +08:00
Jens Mönig
71333021d4
cloning speedup
...
significantly speed up sprite cloning through partial shallow-copying
of scripts and costumes instead of deep-duplication
2016-05-04 16:37:46 +02:00
Jens Mönig
d7479f90e4
Merge pull request #1203 from hasso/translation
...
Add Estonian translation
2016-05-04 15:09:21 +02:00
Hasso Tepper
5bf2699bc7
Add Estonian translation
2016-05-03 20:49:44 +03:00
Jens Mönig
f94507190e
update translations
2016-05-02 13:18:50 +02:00
Jens Mönig
c5e6c0b7b0
Merge pull request #1198 from DrKat123/patch-1
...
Indonesian Translations for Snap!
2016-05-02 13:09:56 +02:00
Jens Mönig
eeffcd8139
Merge pull request #1189 from ubertao/lang-zh
...
update Simplified Chinese translation
2016-05-02 13:09:31 +02:00
Jens Mönig
a11fdf0dd7
Merge pull request #1187 from bh213/master
...
updates Slovenian translation
2016-05-02 13:08:54 +02:00
Jens Mönig
c309dc3abc
Merge pull request #1180 from MMSequeira/master
...
Update Portuguese translation
2016-05-02 13:08:11 +02:00
Jens Mönig
46ba633bf2
Merge pull request #1185 from brollb/1184-getURL-silent-fail
...
Retrieved message from error. Fixes #1184
2016-05-02 13:06:05 +02:00
Jens Mönig
5ce2b13212
update widgets version
2016-05-02 13:04:47 +02:00
Jens Mönig
f18026722f
Merge pull request #1117 from brollb/1116-dialogboxmorph-buttons-bad-width
...
Updated bounds after pos change and added btn width check. Fixes #1116
2016-05-02 13:02:53 +02:00
Jens Mönig
01648b3b4e
Merge pull request #1193 from cycomachead/fix-blob-images
...
Fix #1191 ; Fix #1174 Comment out `Canvas.toBlob()`
2016-05-02 12:58:29 +02:00
Jens Mönig
2592ffa727
Merge pull request #1179 from cycomachead/master
...
Use a tab character in the libraries file
2016-05-02 12:57:31 +02:00
Jens Mönig
ed3b56a610
first-class sprites
2016-05-02 12:53:08 +02:00
Alexander Liu
8a8889efd6
grammar fix
2016-05-02 17:15:09 +07:00
Alexander Liu
ca8773f539
Indonesian Translations for Snap!
...
I've been working on this for 2 days and now it's finally finished 😄
If anything is wrong in the translations i will fix it as soon as possible
2016-05-02 16:57:08 +07:00
Brian Harvey
94b63dde74
Add named let to library
2016-05-01 13:38:08 -07:00
Brian Broll
26ccb415bd
Retrieved message from error. Fixes #1184
...
WIP #1184 . Changed .message to .toString()
2016-04-29 10:35:10 -05:00
Hongwei Zeng
7e5424ebf3
added a few strings used in dev mode
2016-04-29 13:57:54 +08:00
Michael Ball
4a2583fde7
Fix #1191 ; Fix #1174 Comment out `Canvas.toBlob()`
...
This was removed due to instability on the part of browser vendors.
`Canvas.toBlob()` _should_ be the preferred way of exporting a canvas
as an image. Blob URIs are shorter and don't cause Chrome crashes like
the `data:` URI scheme does. They are also faster to encode images, and
don't clog up browser history.
**However**, there are currently issues in browser support which make
it hard to save images generated by blob URIs. Chrome and Firefox both
have different mechanisms of exporting blob images to disk. (In Chrome
you must right click the image, whereas in Firefox you must use the Save Page As command.)
The current solution is this:
* When a script pic is generated, create a large `data:` URI/
* Check if the browser is Chrome and if the length is a problem
* If so, convert the URI to a blob manually.
* Use the `a[download]` attribute to force the browser to save to disk.
Note that the conversion to a manual blob is _much_ slower than a
native method, but as this is an exporting operation it shouldn't cause
too much of a headache for users since it should be a fairly low
occurrence that users hit that code path.
2016-04-28 10:03:41 -07:00
Hongwei Zeng
8c3b04e2da
fix localization of 'debugging primitives' prompt in Operators palette
2016-04-28 07:02:13 +08:00
Hongwei Zeng
cd5d57cf2a
update Simplified Chinese translation
2016-04-28 06:51:57 +08:00
Jens Mönig
b35bc9907a
prepare repo for v4.0.7
2016-04-27 10:39:27 +02:00
Gorazd Breskvar
4b5805a72c
updates Slovenian translation
2016-04-21 17:21:54 +02:00
Brian Harvey
30c3ab7a04
fixed resolution of current date help file
2016-04-14 10:16:42 -07:00
Manuel Menezes de Sequeira
57ecb20442
Update Portuguese translation
2016-04-06 23:58:42 +01:00
Michael Ball
5ed16d29eb
Use a tab character in the libraries file
2016-04-06 14:15:09 -07:00
Jens Mönig
bbb5106879
towards v4.0.6
...
* fixed #99 (saving linked lists)
* fixed #1163
* added web api / https reporter library
* new “transient variable” feature
* German translation update
2016-03-16 13:00:31 +01:00
Brian Harvey
2cbee48bcd
Add penTrails.xml to LIBRARIES
2016-03-09 13:42:19 -08:00
Brian Harvey
eb5d85f523
Add penTrails library
2016-03-09 13:40:25 -08:00
Jens Mönig
345f635fac
Reenable custom hat blocks when dropping a sprite
2016-03-06 21:45:31 -06:00
Jens Mönig
ad25c6aefd
fixed a glitch in doWhen()
2016-02-24 23:15:32 +01:00
Jens Mönig
3d0230dcdd
updated readme
2016-02-24 12:56:25 +01:00
Jens Mönig
582feb206b
Merge pull request #1146 from cycomachead/url-calls
...
Support Loading More Resources from the `resourceURL` method
2016-02-24 12:40:01 +01:00
Jens Mönig
2cb6cfb838
updated translation history
2016-02-24 12:26:03 +01:00
Jens Mönig
69c8c3f26e
Merge pull request #1118 from damiencaselli/update-lang
...
Update fr translations
2016-02-24 12:22:48 +01:00
Michael Ball
292fe5a4de
Make the resourceURL function more generic
...
now you just pass in directories as arguments, which is much cleaner--
especially when loading things like `tools.xml` with no parent folder.
2016-02-24 03:03:34 -08:00
Jens Mönig
2f41581109
Merge pull request #1097 from cycomachead/export-error-pics
...
Allow exporting script pics with results that error
2016-02-24 11:57:30 +01:00