jmoenig
3ad75ed84d
deprecated storing projects in localStorage
2019-03-04 15:45:26 +01:00
jmoenig
6f529f0276
replaced "storage" icon in project dialog with "globe" symbol
2019-02-27 12:35:52 +01:00
jmoenig
7d5f903135
new "globe" symbol
2019-02-27 12:27:33 +01:00
jmoenig
0a0a4f228f
removed an obsolete comment
2019-02-26 19:11:58 +01:00
jmoenig
6d24203638
updated version date in README.md
2019-02-26 12:37:39 +01:00
Jens Mönig
7243ab4e63
Merge pull request #2344 from bromagosa/dont-focus
...
kind of a kludge, but it fixes the focus issue with embedded iframes
2019-02-26 10:39:42 +01:00
Bernat Romagosa
8d15e3c983
kind of a kludge, but it fixes the focus issue with embedded iframes
2019-02-26 10:37:56 +01:00
jmoenig
c7a20aca2c
another attempt at preventing embedded proects from getting focus
2019-02-26 10:07:26 +01:00
jmoenig
c136fc84a3
disabled calls to world.worldCanvas.focus()
...
in the hope that it prefents projects embedded in iFrames to automaticalls scroll into view
2019-02-26 07:35:01 +01:00
jmoenig
6656cd62b5
made "inheritance support" setting hidden
2019-02-26 07:19:42 +01:00
jmoenig
fd009c2d7b
don't focus embedded worlds
2019-02-25 16:39:56 +01:00
jmoenig
1c55861ab4
German translation for animation library
2019-02-25 14:09:33 +01:00
jmoenig
a5018932e4
updated "about Snap" data
2019-02-25 07:32:51 +01:00
jmoenig
d48393b8ba
updated version history
2019-02-24 15:22:35 +01:00
Jens Mönig
d650d4b47d
Merge pull request #2340 from jguille2/cat5
...
Updating Catalan translation for Snap5
2019-02-24 15:06:06 +01:00
Joan Guillén i Pelegay
1b6e89fafe
Updating changes date
2019-02-24 03:24:18 +01:00
Joan Guillén i Pelegay
f7f01bb489
Updating Catalan translation for Snap5
2019-02-24 03:10:33 +01:00
jmoenig
63224649b8
new help screens for some blocks, thanks, Brian!
2019-02-23 10:30:54 +01:00
jmoenig
a7aeba8633
updated version dates
2019-02-22 18:10:45 +01:00
Jens Mönig
8c13fddd3a
Merge pull request #2338 from bromagosa/allow-importing-custom-block-scripts
...
Allow loading downloaded scripts that contain custom blocks
2019-02-22 18:05:58 +01:00
jmoenig
31d18aa4ef
tweaked German translation
2019-02-22 17:55:28 +01:00
jmoenig
04eb25cc9b
updated version history
2019-02-22 17:50:26 +01:00
jmoenig
4d63273e7f
fixed vector editor pipette tool shift-for-fill-color for good
2019-02-22 17:23:42 +01:00
jmoenig
4cc79fe126
reverted redundant changes to paint.js
2019-02-22 17:17:44 +01:00
Jens Mönig
af4b8141c9
Merge pull request #2337 from jmoenig/vector-edit
...
fix pipette bug
2019-02-22 15:03:24 +01:00
Jens Mönig
5a42e2b61c
Merge pull request #2336 from bromagosa/fixes-doPlayUntil-js-error
...
Removes JS error when clicking on "play sound until done" with no sound selected
2019-02-22 14:57:22 +01:00
Bernat Romagosa
b0815159e0
allow loading downloaded scripts that contain custom blocks
2019-02-22 07:29:33 +01:00
Bernat Romagosa
dfd9b78f48
Formatting
2019-02-21 07:41:08 +01:00
Brian Harvey
7287a3c2fa
Merge branch 'master' into vector-edit
2019-02-20 22:29:39 -08:00
brianharvey
f48f7cae1e
fix pipette bug
...
Shift-click on pipette button makes it work on fill color instead of
edge. (The shiftness is the click on the button itself, unlike other
buttons, but pipette is different anyway because when you let go it
switches back to the old button selection.)
2019-02-20 22:20:54 -08:00
jmoenig
ba347990c1
fixed deleting a single command inside a stack
...
which somehow got broken when allowing commands inside reporter rings
2019-02-21 01:42:46 +01:00
Bernat Romagosa
d05b7becc0
Removes JS error when clicking on "play sound until done" with no sound selected
2019-02-20 09:22:11 +01:00
jmoenig
7fc78b053b
updated version tag
2019-02-20 07:33:13 +01:00
Bernat Romagosa
ab9a62d3df
Collection functions in cloud.js ( #2334 )
...
* collection functions
* fixed getUserCollections method
* reodered getCollectionProjects params to match other functions
* getUserCollections is safe against null params
* renamed body params in addProjectToCollection
* addProjectToCollection call was missing error string
* added withThumbnail param to getCollectionProjects, plus wrapped at 80 chars
* removed trailing slash from getCollectionProjects query
* added Cloud methods to set collection thumbnail and remove project from collection
* updated removeProjectFromCollection to match API
* add getCollectionMetadata method to cloud.js
* added methods to update collection name and description to cloud.js
* added method to remove a collection
* added methods to share, unshare, publish and unpublish collections
* renamed removeCollection to deleteCollection, to match deleteProject
* fixed which collection methods need credentials and which don't
* getUserCollection needs credentials
* added Cloud >> addEditorToCollection
* added Cloud >> removeEditorFromCollection
* added Cloud >> getCollectionsContainingProject
* reordered getRemixes params
* updated cloud module date
2019-02-20 07:27:57 +01:00
jmoenig
b9923d6738
updated German translation
2019-02-20 07:19:13 +01:00
jmoenig
c3a687e506
tweaked help for setting Edge/Fill colors in vector editor
2019-02-20 07:16:05 +01:00
jmoenig
c5cdb49f47
updated version tag
2019-02-20 06:59:36 +01:00
jmoenig
94b8b93459
tweaked changes for LINT
2019-02-20 06:54:51 +01:00
Jens Mönig
28f2dfcca6
Merge pull request #2323 from swiperthefox/project-note-editor
...
Fix a bug of the project note editing dialog
2019-02-20 06:52:03 +01:00
jmoenig
5444b16005
updated German translation
2019-02-20 06:47:28 +01:00
jmoenig
dddf1e4fee
change back vector editor names
...
so they fit in the window
2019-02-20 06:46:27 +01:00
Jens Mönig
532c4fbf9d
Merge pull request #2329 from jmoenig/vector-edit
...
fix vector editor colors
2019-02-20 06:03:09 +01:00
jmoenig
bce805d616
Tweaked German translation
2019-02-20 06:01:43 +01:00
jmoenig
f1097de256
udated German translation
2019-02-19 22:43:48 +01:00
jmoenig
5bd667fc8e
tweaked numerical type check
...
thanks, @joker314 for the suggestion!
2019-02-19 22:34:57 +01:00
jmoenig
1a3592de7f
fixed #2332
...
I hate it. It's fixes like this that bog Snap! down.
2019-02-19 22:08:30 +01:00
jmoenig
b0d4b4fd1b
new feature: enable sprite nesting via the context menu
2019-02-18 19:00:25 +01:00
Brian Harvey
e7dd0aa8ec
comma
2019-02-17 23:37:54 -08:00
brianharvey
b0345f2d44
fix yucky text string
...
and also relabel Top, etc., to Frontmost, Backmost, Front, Back so they
match sprite layer wording.
Lots of ideas for what to put in the two new button spaces opened up!
:-)
2019-02-16 15:44:29 -08:00
brianharvey
3885ef0cde
fix vector editor colors
...
Reverse edge and fill, rename to edge and fill, fix
left-button/right-button selection, all good things, no bad things.
2019-02-15 14:34:46 -08:00