Wykres commitów

2399 Commity (a0445537671606b59a0c74facdb901b3a8d37eb7)

Autor SHA1 Wiadomość Data
Nathan Dinsmore 95a815b6d6 Don't redraw label parts unnecessarily 2015-06-17 22:21:23 -04:00
Nathan Dinsmore 836b5d3fd0 Add missing init() super calls in paint.js 2015-06-17 21:56:09 -04:00
Nathan Dinsmore aaa3c407bc Add a missing super call in overridden updateReferences() 2015-06-17 21:11:04 -04:00
Nathan Dinsmore f20ea67926 Provide a fallback for browsers that don't support Map 2015-06-17 21:08:12 -04:00
Nathan Dinsmore 6a82960cf7 Optimize moveBy and friends
This results in realtime speed for dragging where I used to get 10-15 fps before this change.
2015-06-17 20:46:54 -04:00
Nathan Dinsmore d5761b074d Remove clone function (unused) 2015-06-17 20:09:43 -04:00
Nathan Dinsmore f54da26e8e Don't step SyntaxElementMorphs or their children
~1500 ms before => ~150 ms after (stepping world with large scripts)
2015-06-17 20:05:35 -04:00
Nathan Dinsmore 3e613a4409 Fix and greatly simplify copying mechanism
Due to an error in the original implementation of updateReferences(), Morph subclasses which stored references to other morphs needed to manually override copyRecordingReferences() to update these references (which should have been done automatically by updateReferences). This change fixes updateReferences() and changes the copying mechanism to use Maps, which are much faster.
2015-06-17 19:47:27 -04:00
Nathan Dinsmore 81b9245d25 Optimize copy()
1356.2 ms before => 73.3 ms after (on a large block stack)
2015-06-17 19:10:30 -04:00
Nathan Dinsmore 1f52f4f152 Optimize StringMorph::clearSelection()
This was taking a very large chunk of CPU time when copying large scripts.
2015-06-17 18:52:20 -04:00
Nathan Dinsmore 94687f8e63 Optimize Block::thumbnail()
Remove noShadow, because copying is really expensive--you could probably add this in-place with some more complicated logic, but it doesn't seem worth it. Also fix clipping logic so that fades look good on all background colors.
2015-06-17 18:39:23 -04:00
Nathan Dinsmore 7bb046856c Remove extra space 2015-06-17 18:28:18 -04:00
Nathan Dinsmore c8cbbeb2ad Optimize HandMorph::morphAtPointer a lot
On large morph hierarchies this goes from ~85% CPU usage when moving the mouse around to ~5%.
2015-06-17 18:25:09 -04:00
Nathan Dinsmore 013e2740d8 Fix missing initialization call in SnapSerializer() 2015-06-17 17:26:56 -04:00
Nathan Dinsmore 87c2503571 Use Object.create(…) instead of new …() for inheritance (faster) 2015-06-17 17:11:40 -04:00
Michael Ball 93d67ed386 Fix Error Handing in the DATE block
For some reason the function wasnt properly catching errors and was instead rasing native
JS errors. This fixes that bug, so the function will now report nothing when it doesnt know
what to do.

In addition, moving the variable `dateMap` inside the function reduces a global variable, which
shouldnt affect anything other than keeping the code clean. :)
2015-06-15 18:49:24 -07:00
Michael Ball e21a872b0d Implement log10 and 10^x math functions 2015-06-15 17:19:25 -07:00
Brian Harvey 3885ced35a Fix errors in two help screens. 2015-06-10 18:02:55 -07:00
Brian Harvey e1704587aa Speed up join words and list->sentence in tools.xml 2015-06-10 17:41:01 -07:00
Bernat Romagosa 26108539f5 fixes #815 2015-06-09 12:40:55 +02:00
Jens Mönig 03c4acd367 fixed #820 2015-06-08 15:40:59 +02:00
Théo Segonds 14a5f87402 add a index.html file to redirect automaticly to snap.html 2015-06-07 17:05:49 +02:00
Théo Segonds 1b2e0aded4 Remove hardcoded URLs in gui.js. This fix #814 2015-06-07 16:57:02 +02:00
Sjoerd Dirk Meijer e8d805e2b6 Merge pull request #1 from jmoenig/master
merge
2015-06-03 20:47:59 +02:00
Lucas Karahadian d9ef175fff Merge remote-tracking branch 'jmoenig/master' 2015-05-28 21:34:37 -07:00
Brian Harvey 1cb1281335 Finally creating the missing help screens. 2015-05-26 22:48:00 -07:00
Brian Broll 2cbba6c762 Fixed #809 2015-05-23 17:09:45 -05:00
Jens Mönig b5f30002a5 fix block library export encoding glitch 2015-05-23 00:36:21 +02:00
Jens Mönig e005d71601 Fix encoding for exported libraries of global blocks 2015-05-21 20:09:21 +02:00
Brian Broll c67a13b7bd Fixed typo in Process constructor
Changed Process.prototype.contructor to Process.prototype.constructor
2015-05-19 15:48:17 -05:00
Lucas Karahadian 3d56cb319c Merge remote-tracking branch 'jmoenig/master' 2015-05-18 14:59:31 -07:00
Lucas Karahadian fc0b88ceb3 Cleaned up
Code has been cleaned up/trimmed down and passes JSLInt
2015-05-18 14:55:03 -07:00
Jens Mönig be938b5da7 updated localization timestamp and history 2015-05-18 12:54:26 +02:00
Jens Mönig 8d5a744eac Merge pull request #793 from MMSequeira/master
Update to Portuguese localization
2015-05-18 12:37:35 +02:00
Jens Mönig 6b19caf75d Fix encoding for exported sprites (esp. comments) 2015-05-18 12:23:57 +02:00
Lucas Karahadian 26cf649065 Merge remote-tracking branch 'jmoenig/master' 2015-05-15 16:52:09 -07:00
Lucas Karahadian 092999ab06 Implementation done
Finished implementing the piano morph, now to clean up the code and
make it pretty.
2015-05-15 16:51:39 -07:00
Manuel Menezes de Sequeira 1bc6fc0b61 Update last_changed field for Portuguese localization 2015-05-04 12:32:09 +01:00
Manuel Menezes de Sequeira 9d6eb9dd19 Update portuguese translation to align with latest german version. 2015-05-04 12:27:16 +01:00
Jens Mönig 8e92c65cae Release! 2015-05-01 12:24:52 -04:00
Jens Mönig 4cd3488e60 formatting tweaks for JSLint’s benefit 2015-05-01 12:11:07 -04:00
Jens Mönig 848773073a Merge pull request #768 from bromagosa/contrib
new parameters to allow embedding projects
2015-05-01 12:05:42 -04:00
Jens Mönig 052a3e07b3 hide “save to disk” option behind shift-click again (has issues in Chrome) 2015-05-01 12:00:56 -04:00
Jens Mönig b6efcaf17c return empty string when querying first letter of a list 2015-05-01 11:59:17 -04:00
Jens Mönig c46d8093ef indicate numeric inputs in the block prototype with the # sign 2015-05-01 11:56:42 -04:00
Jens Mönig 585d1541b8 select all text when first clicking an input slot 2015-05-01 11:53:42 -04:00
Jens Mönig 30e43a359e Morphic: Dynamic enhancements
new event hooks for “reactToTemplateCopy”, first mouse click on
editable text, and allow trigger hint to also be a function returning a
dynamic help string rather than only a static string
2015-05-01 11:49:35 -04:00
Lucas Karahadian fbe4d4f9ba Initial key prototype done
A key now appears next to items in the piano menu morph
2015-04-27 18:29:37 -07:00
Lucas Karahadian 9d26d58a9e I'm an idiot
Forgot to have correct init arguments
2015-04-27 16:17:42 -07:00
Lucas Karahadian ff6da41615 Merge remote-tracking branch 'jmoenig/master' 2015-04-27 12:37:58 -07:00