Commit graph

187 commits

Author SHA1 Message Date
Nathan Dinsmore
b7a180ce8f Merge pull request #286 from nathan/block-state
Made blocks keep track of their full state when grabbed
2014-06-24 15:00:24 -04:00
Nathan Dinsmore
5a66cbffef Fixed whitespace in ui.parts.LibraryPart 2014-06-24 14:43:55 -04:00
Nathan Dinsmore
3fd3298c81 Fixed formatting in ui.SpriteThumbnail 2014-06-24 14:43:04 -04:00
Nathan Dinsmore
89f28a2e22 Merge pull request #214 from nathan/dont-round-costume-center
Fixed rounding costume center coordinates in vector mode
2014-06-24 14:18:38 -04:00
Nathan Dinsmore
dceb5f64ab Merge branch 'color-picker-drag'
Conflicts:
	src/util/GestureHandler.as
2014-06-24 14:13:22 -04:00
Nathan Dinsmore
b94663adfc Switched to a ternary conditional 2014-06-24 14:09:30 -04:00
Nathan Dinsmore
293b1560b0 Merge branch 'fix-stage-sprite-clicked'
Conflicts:
	src/blocks/Block.as
2014-06-24 14:09:05 -04:00
Nathan Dinsmore
6cd8833215 Merge pull request #183 from nathan/run-while-dragging
Fixed shadow disappearing when a script runs while being dragged
2014-06-24 13:58:10 -04:00
Nathan Dinsmore
7a3c45fa2e Merge pull request #169 from nathan/broadcasts-in-palette
Fixed broadcasts created in palette not being accessible via menu
2014-06-24 13:39:37 -04:00
Nathan Dinsmore
580148cbf2 Merge pull request #174 from nathan/backpack-duplicates
Fixed duplication when dragging media into the backpack
2014-06-24 13:18:23 -04:00
Nathan Dinsmore
07fc1f4728 Merge pull request #177 from nathan/set-var-cache
Fixed incorrect caching in primVarSet and primVarChange
2014-06-24 13:11:48 -04:00
Nathan Dinsmore
f4a7bb11da Fixed whitespace in DisplayObjectContainerIn3D 2014-06-24 12:55:53 -04:00
Nathan Dinsmore
9ae4614595 Fixed whitespace and formatting in util.SimpleFlvWriter 2014-06-24 12:52:47 -04:00
Nathan Dinsmore
3ca6d42232 Fixed whitespace in soundedit.WaveformView 2014-06-24 12:43:37 -04:00
Nathan Dinsmore
453f26559c Fixed whitespace in blocks.Block 2014-06-24 12:42:48 -04:00
Nathan Dinsmore
4019358fbe Fixed whitespace in primitives.SensingPrims 2014-06-24 12:40:42 -04:00
Nathan Dinsmore
2d17905853 Fixed whitespace in scratch.ScratchStage 2014-06-24 12:37:50 -04:00
Nathan Dinsmore
ae0f4f2954 Moved attribute arrays into constants in scratch.BlockMenus 2014-06-24 12:19:23 -04:00
Nathan Dinsmore
20d24f2a63 Merge pull request #248 from djdolphin/validate-attributes
Make attribute block update when switching sprites
2014-06-24 12:18:10 -04:00
Nathan Dinsmore
fc957ccd01 Merge pull request #295 from doyousketch2/ListPrims
Update ListPrims.as
2014-06-22 14:01:27 -04:00
doyousketch2
74697446c2 Update ListPrims.as
Nothing major, just fixed a typo.
2014-06-22 06:05:49 -04:00
Nathan Dinsmore
34aac1b158 Check that filters is truthy 2014-06-18 09:50:42 -04:00
Shane M. Clements
0d7417b5bd Bumped version to 420 2014-06-18 15:06:54 +02:00
Shane M. Clements
111dbeac8e Merge pull request #279 from nathan/rename-costume-update-refs
Fixed renaming costume breaking references to that costume
2014-06-18 12:57:29 +02:00
Shane M. Clements
0e8f29f0b9 Merge pull request #257 from nathan/slider-min-max-autosave
Fixed setting slider min/max not triggering autosave
2014-06-18 12:40:18 +02:00
Shane M. Clements
5ca1bca79c Merge pull request #264 from nathan/change-var-in-palette
Fixed changing variable name in set/change blocks in palette
2014-06-18 12:39:13 +02:00
Shane M. Clements
594c9ac599 Merge pull request #272 from nathan/zoom-focal-point
Preserved position of top left of scripting area when zooming
2014-06-18 12:31:56 +02:00
Shane M. Clements
3e3295ca04 Merge pull request #265 from nathan/local-list-watcher-colon
Added colons to the titles of local list watchers
2014-06-18 12:28:19 +02:00
Shane M. Clements
9b83662450 Merge pull request #251 from LLK/bubble_hide_fix
Fix hiding the 'say' bubble WRT number formatting
2014-06-18 12:27:25 +02:00
Shane M. Clements
a3427cd77d Merge pull request #274 from nathan/bitmap-selection-misalignment
Fixed grid for selection and stamp tools in bitmap editor
2014-06-18 12:25:23 +02:00
Shane M. Clements
2527a113be Merge pull request #259 from nathan/fix-pencil-keyup
Fixed pressing keys while drawing with the pencil
2014-06-18 12:21:07 +02:00
Shane M. Clements
23a285e82c Merge pull request #261 from nathan/resizing-zoomed-comments
Fixed resizing zoomed comments
2014-06-18 12:12:10 +02:00
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
474ec9260e Fixed renaming costume breaking references to that costume 2014-06-17 12:22:25 -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
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
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
36894e20b0 Fixed resizing zoomed comments 2014-06-16 11:52:49 -04:00