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
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
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
jmoenig
2ae675132a
fixed #604 . Thanks, @Gubolin!
2014-10-06 10:34:56 +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
jmoenig
0e02a5ff60
ensure unique costume names when copying costumes via d&d
2014-07-18 15:27:28 +02:00
jmoenig
7328bfb034
ensure unique names when renaming costumes
2014-07-18 15:21:19 +02:00
jmoenig
1076694d9c
ensure unique names for costumes created by the paint editor
2014-07-18 14:54:29 +02:00
jmoenig
c1d5910f33
list op fixes, thanks, Brian!
2014-07-18 07:44:26 +02:00
jmoenig
d88da36762
ensure unique names for imported costumes
...
Use new mechanism for unique costume names on imported costumes
2014-07-17 15:11:05 +02:00
Jens Mönig
4fa53772f5
Merge pull request #509 from jmoenig/bh
...
Bh
2014-07-11 18:08:55 +02:00
jmoenig
c4968843e4
fixed #508 (don’t popup empty menus)
...
thanks, @cycomached!
2014-07-11 17:59:16 +02:00
brianharvey
ce7f681c55
Improve sbe-or-relative to generalize
...
New method GetURLsbeOrRelative(url) takes a relative URL and tries it first on s.b.e and if that fails as a relative url.
2014-07-11 08:52:30 -07:00
jmoenig
98772028bb
limit persistent blocks zoom to 12
2014-07-11 17:32:12 +02:00
brianharvey
c965d45259
Allow loading tools.xml from mirror *or* s.b.e
...
Using full http://s.b.e/snapsource/tools.xml disallows local repository.
Using relative tools.xml disallows running from local disk but getting tools from s.b.e.
So we try both.
2014-07-11 08:28:48 -07:00
jmoenig
a33400d6d2
fixed #507 (limit persistent block zoom to 12x)
...
thanks, @cycomachead !
2014-07-11 17:23:43 +02:00
jmoenig
f27e72e2b2
fixed #412 (incomplete sprite-removal)
2014-07-11 17:14:35 +02:00
brianharvey
7ac63a5ccd
Merge pull request #494 from marwahaha/tools-xml
...
tools now pointing locally
2014-07-10 05:36:25 -07:00