Commit graph

216 commits

Author SHA1 Message Date
Shane M. Clements
ca19712706 Merge pull request #267 from nathan/drop-down-menu-alignment
Fixed alignment of drop-down menus when blocks are zoomed
2014-06-18 12:11:32 +02:00
Shane M. Clements
2eb84b276d Merge pull request #275 from nathan/infinite-position
Fixed setting x or y position to +-Infinity
2014-06-18 12:09:08 +02:00
Shane M. Clements
35b5563bb7 Merge pull request #278 from nathan/rename-variable-fix-layout
Fixed blocks not resizing when renaming variables
2014-06-18 12:02:28 +02:00
Shane M. Clements
2e92451233 Merge pull request #288 from nathan/escape-empty-text
Fixed escape in empty paint editor text field throwing error
2014-06-18 11:57:08 +02:00
Shane M. Clements
6d7e9c3a0c Merge pull request #289 from nathan/stop-in-middle-of-script
Fixed allowing stop block to be placed in the middle of a script
2014-06-18 11:56:25 +02:00
Nathan Dinsmore
78b224ab08 Fixed allowing stop block to be placed in the middle of a script 2014-06-17 16:23:39 -04:00
Nathan Dinsmore
95f7db3bab Fixed escape in empty paint editor text field throwing error 2014-06-17 16:15:59 -04:00
Nathan Dinsmore
454c9c4cc0 Made blocks keep track of their full state when grabbed
This fixes a number of issues with restoring block state and undeleting blocks.
2014-06-17 13:51:08 -04:00
Nathan Dinsmore
15f262c5a6 Fixed comments being scaled incorrectly when picked up 2014-06-17 12:58:08 -04:00
Nathan Dinsmore
e369c214ac Fixed renaming sound breaking references to that sound. 2014-06-17 12:31:15 -04:00
Nathan Dinsmore
474ec9260e Fixed renaming costume breaking references to that costume 2014-06-17 12:22:25 -04:00
Nathan Dinsmore
7a201faa47 Removed a trace() statement 2014-06-17 12:09:29 -04:00
Nathan Dinsmore
6b9998aa29 Fixed getter blocks not resizing when renaming variable 2014-06-17 11:56:11 -04:00
Nathan Dinsmore
f07abb9b2a Fixed block not resizing when switching variable via context menu 2014-06-17 11:56:00 -04:00
Nathan Dinsmore
d21c10f067 Fixed overlap of labels in procedure editor in certain languages 2014-06-17 11:50:29 -04:00
Nathan Dinsmore
28bbaf9415 Fixed orphaned comment bug
Comments are now deleted and restored with the blocks to which they are attached.
2014-06-17 11:43:31 -04:00
Nathan Dinsmore
177a26d104 Fixed setting x or y position to +-Infinity 2014-06-17 11:14:46 -04:00
Nathan Dinsmore
4939b8d6da Fixed grid for selection and stamp tools in bitmap editor 2014-06-17 10:55:41 -04:00
Nathan Dinsmore
2cdaaf1017 Preserved position of top left of scripting area when zooming 2014-06-16 17:07:57 -04:00
Nathan Dinsmore
210e9dcf00 Fixed else label overflowing in some languages 2014-06-16 14:51:52 -04:00
Nathan Dinsmore
d9f416672e Fixed alignment of drop-down menus when blocks are zoomed 2014-06-16 14:44:03 -04:00
Nathan Dinsmore
ab6d301198 Added colons to the titles of local list watchers 2014-06-16 13:59:37 -04:00
Nathan Dinsmore
078d3b3974 Fixed changing variable name in set/change blocks in palette 2014-06-16 13:47:12 -04:00
Nathan Dinsmore
bf9ce4a865 Prevented duplicate sprite names 2014-06-16 13:43:18 -04:00
Nathan Dinsmore
716c064379 Removed a trace() statement 2014-06-16 13:42:36 -04:00
Nathan Dinsmore
13c6a735a8 Added a semicolon 2014-06-16 13:38:33 -04:00
Nathan Dinsmore
4f89b18d5a Fixed scripts running after they were deleted and added delete item to procedure hat context menu 2014-06-16 13:02:19 -04:00
Nathan Dinsmore
fcb9751417 Fixed renaming sprite breaking script references to that sprite 2014-06-16 12:15:06 -04:00
Nathan Dinsmore
36894e20b0 Fixed resizing zoomed comments 2014-06-16 11:52:49 -04:00
Nathan Dinsmore
4931c427f4 Fixed pressing keys while drawing with the pencil 2014-06-16 11:14:52 -04:00
Nathan Dinsmore
8bb372c3fb Fixed setting slider min/max not triggering autosave 2014-06-16 11:03:35 -04:00
Shane M. Clements
3b4cb09f93 Merge pull request #254 from nathan/letters-category
Added "Letters" category to media library
2014-06-12 17:09:05 -06:00
Nathan Dinsmore
e0cdc38517 Added Letters category to media library 2014-06-12 18:43:33 -04:00
Shane M. Clements
5132c96eb2 Merge pull request #243 from nathan/wrap-c-in-stack
Allow wrapping C blocks in the middle of a stack
2014-06-12 16:04:26 -06:00
Nathan Dinsmore
0e44a7389a Fixed costume center button being too far to the right 2014-06-11 20:17:51 -04:00
Chris Willis-Ford
904d56ae55 Use GestureHandler as source for bubbles it creates
Shane explained that it would make more sense to use the GestureHandler
as the source for these particular TalkBubble instances.
2014-06-10 14:37:43 -07:00
Chris Willis-Ford
549a9d25a7 Fix hiding the 'say' bubble WRT number formatting
When checking whether to hide the speech bubble, test if this block is the block that originally displayed the bubble rather than testing to see if the text matches. This avoids problems due to differences in text formatting or changes in a reporter's value.
2014-06-10 11:48:26 -07:00
Shane M. Clements
126e7cdf16 Merge pull request #250 from djdolphin/record-sound
Added "record..." to sound menu... Thanks @djdolphin!
2014-06-09 17:02:43 -06:00
djdolphin
ec1d490517 Fixed
I broke this before I committed it.
2014-06-09 14:37:47 -04:00
djdolphin
872e7ab450 Revert "Use translated default values"
This reverts commit 0c7de21dc3.
2014-06-09 14:03:30 -04:00
djdolphin
77b3788187 Added "record..." to sound menu 2014-06-09 13:42:01 -04:00
djdolphin
0c7de21dc3 Use translated default values 2014-06-09 13:09:33 -04:00
djdolphin
92d77bc6e3 Changed "allowed" to "valid"
I think it makes a little more sense.
2014-06-09 07:04:15 -04:00
djdolphin
8267f24155 Shortened the code a little 2014-06-08 14:05:17 -04:00
djdolphin
e13120da3f Made attribute block update when switching sprite
If the sprite you switch to doesn’t have an attribute or variable, it
will set the attribute to the default one for sprites or the stage.
2014-06-08 13:58:21 -04:00
Shane M. Clements
18172ebf1b Error reports show that sometimes proto is not the child of stagePane 2014-06-06 15:17:41 -06:00
Shane M. Clements
f3539b9d4a Now supporting retina displays 2014-06-06 14:45:07 -06:00
Shane M. Clements
3ee7bd3531 Prevent handing NaN to the BitmapData constructor 2014-06-06 14:45:07 -06:00
Shane M. Clements
82185a53e9 Added null check in case the user denied access to the microphone. 2014-06-06 14:45:07 -06:00
Shane M. Clements
31323c2eca Merge pull request #244 from nathan/fix-terminal-insertions
Fixed allowing terminal block insertions at the top of substacks
2014-06-06 12:20:31 -06:00