Michael Ball
1fc6cd7910
Fix URL bug in #821 , and fix #864
2015-07-10 04:09:40 -07:00
jmoenig
de82d373be
add indentation
...
again to please old.jslint.com :-)
2015-06-25 16:35:00 +02:00
Jens Mönig
253d800b42
Merge pull request #624 from cycomachead/shared-url
...
Set location.hash to cloud URLs on project shares
2015-06-25 16:32:45 +02:00
Jens Mönig
c701598df1
Merge pull request #606 from Gubolin/issue_190
...
show an error message if project cannot be loaded (fix #190 )
2015-06-25 15:50:26 +02:00
jmoenig
87c9655335
add some spaces
...
to satisfy old.jslint.com :-)
2015-06-25 15:48:26 +02:00
Jens Mönig
4755fe22ac
Merge pull request #821 from show0k/master
...
Remove harcoded url in gui.js (fix #814 )
2015-06-25 15:43:52 +02:00
Jens Mönig
c8ef53f9a9
Merge pull request #805 from brollb/master
...
Fixed typo in Process definition
2015-06-25 15:37:55 +02:00
jmoenig
8a7bc380a8
wrap credits tab in "about" Dialog
...
to accommodate for @nathan ’s abundant contributions :-)
2015-06-25 15:20:05 +02:00
jmoenig
4c21c9f187
Revert to "new" for object creation
...
and prepare for new release
2015-06-25 15:11:51 +02:00
Nathan Dinsmore
87c2503571
Use Object.create(…) instead of new …() for inheritance (faster)
2015-06-17 17:11:40 -04:00
Théo Segonds
1b2e0aded4
Remove hardcoded URLs in gui.js. This fix #814
2015-06-07 16:57:02 +02:00
Brian Broll
2cbba6c762
Fixed #809
2015-05-23 17:09:45 -05:00
Jens Mönig
6b19caf75d
Fix encoding for exported sprites (esp. comments)
2015-05-18 12:23:57 +02: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
Bernat Romagosa
30caffbf02
new parameters to allow embedding projects
2015-04-10 13:18:03 +02:00
Jens Mönig
fdd2ecf7d9
switch from beta to release candidate
2015-03-15 15:01:25 +01:00
Jens Mönig
31ea6f6030
Only enable input caching for blocks
2015-03-09 07:39:51 +01:00
Jens Mönig
ee88f7ad39
Cache inputs - accelerate recursive reporters
...
and warped / turbo recursive commands by up to 40%
2015-02-28 05:44:59 -08:00
jmoenig
e6dcf07b3d
Update German translation
2015-02-23 14:56:10 +01:00
jmoenig
662a743f4e
Make “project data in URLs” a hidden dev option
...
(prevent long urls per default)
2015-02-20 15:01:43 +01:00
jmoenig
116933ddab
Un-hide “Save to disk” feature
...
(currently supported by both Chrome and Firefox, but not by Safari)
2015-02-20 12:49:18 +01:00
jmoenig
e45562fc53
Added url switch #cloud: to open a shared project in edit mode
2015-02-06 11:29:46 +01:00
jmoenig
386ff33895
Fix Zoom Dialog’s sample background in “flat” design
2015-01-21 12:26:54 +01:00
jmoenig
fee92b65f2
Generate ScriptsPaneTexture programmatically
2015-01-21 12:18:46 +01:00
jmoenig
4a3cf0aa3b
fixed #680
2015-01-13 08:37:33 +01:00
jmoenig
667193b9f0
Force Chrome to show GUI messages
...
add additional yields to nextSteps() to work around a bug recently
introduced to Chrome (other browsers don’t need this kludge). Remember
to take those yields out again when and if Chrome (ever) fixes this
(which, for all I know, may be never)
2015-01-12 13:05:14 +01:00
jmoenig
50e84f8890
Check project for compatibility
...
notify users of potential incompatibilities when opening projects
created in other forks (e.g. BeetleBlocks)
2015-01-12 10:15:56 +01:00
jmoenig
060643c161
fix typo & update history
2014-12-04 15:54:52 +01:00
Michael Ball
2b2ff77823
Really fix setting the cloud as default save location when logged in
2014-12-04 03:01:40 -08:00
jmoenig
d393d13b37
updated history
2014-12-01 11:55:02 +01:00
Michael Ball
919b72e3d4
Fix to set SnapCloud variable before the IDE morph is built.
...
This makes it so that #627 works as intended, correctly fixing #502
2014-11-30 21:56:33 -08:00
Michael Ball
e892ea80cb
Shared URLs: remove call to .siblings()
...
Project dialog morphs reference `ide` directly instead of using a function call
2014-11-24 15:23:40 -08:00
Michael Ball
94f94467b5
Merge branch 'master' of git://github.com/jmoenig/Snap--Build-Your-Own-Blocks into shared-url
...
* 'master' of git://github.com/jmoenig/Snap--Build-Your-Own-Blocks: (34 commits)
tail-call-elimination for reporters - experiment
allow recursive reporters to be stopped by user
updated history
fixed #131
Fixed #34
Fixed #644
Fixed #372
Fixed #416
Fixed #318
Fix “stop this block” primitive for tail-call-elimination
Fix "stop this block"’s lexical awareness
Add a new Favicon to Snap! (Clearer Lambda)
integrate translation update
push morphic.js version date
fix ‘line’ option in ‘split’ block for Windows files
integrate percent sign fix for JSLint
Updated the “About” Dialog
renamed Process::callback to "onComplete"
Fixed #364 avoid “freezing” when calling LAUNCH on empty ring
Fixed #642 , avoid “freezing” when calling CONS on non-list/null
...
2014-11-24 15:13:51 -08:00
jmoenig
cbe3d6fe18
Updated the “About” Dialog
...
with a mention of support from CDG (SAP Labs)
2014-11-20 14:55:31 +01:00
Michael Ball
0dcca0606c
Set Default Save location to Cloud on Snap! load
...
When Snap! is loaded, Snap! will now check whether a user is logged in
(via the presence of `SnapCloud.username`) and if so, the default save
location will be the cloud.
2014-10-27 18:19:29 -07:00
Michael Ball
9e5fb9a4cb
Set location.hash to cloud URLs on project shares
...
This will make it much easier to get the URL for a shared project.
It also removes the # from the URL when the open project is unshared."
2014-10-25 02:03:12 -07:00
jmoenig
2ae675132a
fixed #604 . Thanks, @Gubolin!
2014-10-06 10:34:56 +02:00
Gubolin
5977686aa2
show an error message if project cannot be loaded ( fix #190 )
2014-10-04 13:47:06 +02:00
jmoenig
45e1f3193b
New feature - minimal stage mode (shift-click on small-stage button)
2014-10-02 10:31:09 +02:00
jmoenig
ba58b0e5b6
updated history
2014-10-01 13:52:17 +02:00
Manuel Menezes de Sequeira
106cd56128
add localization to default costume name
2014-10-01 09:25:01 +01:00
jmoenig
94c44902e1
fixed #585
...
Thanks, Michael, for reporting this!
2014-09-22 15:32:36 +02:00
jmoenig
9f7028dbf9
propagate DELETE to nested sprite parts
2014-07-30 12:39:33 +02:00
jmoenig
bef0e7a790
export and import nested sprites
2014-07-29 12:03:06 +02:00
jmoenig
b451a08812
duplicate and clone nested sprites
2014-07-29 10:50:36 +02:00
jmoenig
f72c133a49
updated credits
2014-07-25 14:46:27 +02:00
jmoenig
75d9adbfe2
improve unique sprite- and costume names
2014-07-24 11:40:36 +02:00