Wykres commitów

2480 Commity (63224649b85263dc20907b266d24bd12857d4117)

Autor SHA1 Wiadomość Data
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
jmoenig 0565310e52 fixed a glitch in the custom block help mechanism (show only the prototype) 2019-02-15 17:53:11 +01:00
jmoenig cbe0dc6723 removed an obsolete comment 2019-02-15 17:50:49 +01:00
jmoenig 83adb56bd0 tweaked yesterday's fix... 2019-02-15 17:26:11 +01:00
jmoenig 82c6b82960 keep empty numerical input slots in custom blocks empty when relabelling
instead of filling in zeroes
2019-02-14 12:01:16 +01:00
Zhenlei Jia a5aa6dd4b1 Fix a bug of project note edit dialog
Before fix, accepting the edit by "Shift+Enter" will discard all
editings.

Solution: setup dialog.target, dialog.action and dialog.getInput
properly for DialogBoxMorph's 'accept' method.

Changes are made in src/gui.js, but the 'why' part is at the
DialogBoxMorph.accept method in the file src/widget.js.
2019-02-08 08:14:45 -05:00
jmoenig a19cd29526 enable dropping command blocks into all rings by default. Yeah! 2019-02-07 12:54:45 +01:00
jmoenig ba46761576 adjusted keyboard typing for command blocks inside reporter rings 2019-02-07 12:47:56 +01:00
jmoenig 2a20052349 cleaned up blocks.js 2019-02-07 12:37:20 +01:00
jmoenig 3fef36f614 layout adjustments for dropping command blocks into reporter rings 2019-02-07 12:26:26 +01:00
jmoenig affbe2f437 refactored for optimized parent-by-type detection 2019-02-07 09:54:22 +01:00
jmoenig 22e12c834a simplified and optimized Node>>parentThatIsA / parentThatIsAnyOf 2019-02-07 09:48:17 +01:00
jmoenig d3a01ea1ee improved dropping command blocks into reporter rings 2019-02-07 07:54:23 +01:00
jmoenig 37a8c8d6e6 tweaked spec for settings getter 2019-02-07 07:45:23 +01:00
jmoenig c081eb997f tweaked loading mechanism to enable command blocks inside reporter rings 2019-02-07 07:42:47 +01:00
jmoenig b950976675 enable dropping commands into all rings, experimental, under construction 2019-02-06 20:35:54 +01:00
jmoenig 7e8a0198ba updated history 2019-02-06 14:24:55 +01:00
jmoenig 015bc354c4 adjust bottom of STOP block to reflect the menu selection (show / hide bottom notch) 2019-02-06 14:21:09 +01:00