Wykres commitów

555 Commity (f72c133a494be537ad51f784d021ba6e3c313bb7)

Autor SHA1 Wiadomość Data
jmoenig f72c133a49 updated credits 2014-07-25 14:46:27 +02:00
jmoenig 3aae7c3ce4 new “JavaScript function” primitive
Go figure…
2014-07-25 14:35:36 +02:00
jmoenig 54fec68d78 Display “empty” Contexts as empty rings
(e.g. continuations). Brian was complaining about empty continuations
“sucking” up the watchers and value bubbles.
2014-07-24 12:24:19 +02:00
jmoenig 75d9adbfe2 improve unique sprite- and costume names 2014-07-24 11:40:36 +02:00
jmoenig 1b382458c8 fixed “lost sprites bug”
ensure duplicated sprites keep wearing their current costume through
save and re-load
2014-07-24 08:04:00 +02:00
jmoenig 2fbdf855c2 Scale down oversized images to current stage dimensions
rather than to 480 * 360
Thanks, Dan, for reporting this!
2014-07-23 17:02:51 +02:00
jmoenig 1c2eea6872 added Snap! Connectivity Strategy to repo 2014-07-23 07:55:02 +02:00
jmoenig df25b4dc73 fixed #521
deleting variable watchers by dropping them on the palette resulted in
wrong ones to be created when showing them again
2014-07-22 12:33:26 +02:00
jmoenig 15a751ad85 fixed #518 2014-07-21 08:23:14 +02:00
jmoenig e65422141e update German translation 2014-07-18 16:21:09 +02:00
jmoenig f09a717719 rename "character" to "letter" in delimiter list
of “split” block
2014-07-18 15:36:56 +02:00
Jens Mönig 314c99737f Merge pull request #516 from cycomachead/split
Split Block: Add a character option for clarity
2014-07-18 15:32:50 +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
Michael Ball 80d1e25bee Lint: fix missing semicolon 2014-07-17 12:08:30 -07:00
Michael Ball 440cd340a5 Split Block: Add a character option for clarity
This also allows the split block to be used more easily in a HOF
2014-07-17 12:02:07 -07: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
jmoenig f38fb73cd3 simplify unique stageshot names
and get rid of regex
2014-07-17 14:39:37 +02:00
jmoenig 7472261ca6 eliminate global regex var 2014-07-17 13:22:33 +02:00
jmoenig 0afe615243 move screenshot feature to dev mode 2014-07-17 11:02:06 +02:00
jmoenig 5decf8a0e0 minor format tweaks to "Screenshot" feature 2014-07-17 10:59:13 +02:00
Jens Mönig c11e4c7c6d Merge pull request #340 from cs10/extensions
Save stage/pentrails as costume (for animations)
2014-07-17 10:47:49 +02:00
jmoenig a34e140dab Bangla (Bengali) translation, thanks, Mokter Hossain!! 2014-07-17 10:17:06 +02:00
jmoenig 3dbe001d6f fix List::length to work with stored CS10 projects 2014-07-17 09:51:25 +02:00
jmoenig ff854784c0 format list changes for JSLint
and rename var ‘me’ to ‘myself’ to make it conform to the rest of
Snap’s codebase
2014-07-17 09:12:20 +02:00
jmoenig fe8f15b8c7 change internal list ops to be iterative (bh)
so working with large arrayed lists no longer runs into JS’s maximum
recursion limit. Thanks, Brian, for the quick fix!
2014-07-17 08:45:43 +02:00
Viraj Mahesh 3ca3d33642 Removed screenshot name cache 2014-07-13 12:37:49 +04:00
Viraj Mahesh 36bbcdd5ef Resolved conflicts and JSLinted 2014-07-13 10:01:08 +04:00
Viraj Mahesh a7f0de880f Merge branch 'master' into extensions
Conflicts:
	objects.js
2014-07-13 09:47:30 +04: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
jmoenig 37d82524f9 fixed #506, thanks @haritop!
thanks @haritop, for both the report and for also providing the fix for
it!!
2014-07-11 12:54:02 +02:00
jmoenig 900c7e068b make the color of the %pause symbol more yellowish 2014-07-11 12:34:37 +02:00
jmoenig 05c7482688 Morphic: directly edit properties in inspectors 2014-07-11 11:16:05 +02:00
jmoenig d372e807a5 tweak glitch in event.keyCode/charCode
Thanks, Michael!
2014-07-11 09:35:49 +02:00
jmoenig 5185cead0b keyboard shortcut ctrl/cmd-shift-a for '@' 2014-07-11 09:21:16 +02:00
brianharvey 7ac63a5ccd Merge pull request #494 from marwahaha/tools-xml
tools now pointing locally
2014-07-10 05:36:25 -07:00
brianharvey 6accbf5485 Merge pull request #434 from cycomachead/tools
Tools Arrow
2014-07-10 03:22:25 -07:00
Michael Ball bc8004f8cd Tools.xml: Update tools with word->list block 2014-07-09 00:26:03 -07:00
jmoenig 2ecdf1c9e4 fixed #490 2014-07-08 19:27:10 +02:00
jmoenig 2f864cd7de change “delete” behavior in context menus
to only delete this particular blocks (and reconnect the next block to
the previous one)
2014-07-08 18:46:52 +02:00
jmoenig cd416bc9a9 revert changes made for JSLint’s sake
after the issue was fixed in JSLint
2014-07-08 17:04:15 +02:00
jmoenig 92c5c8bedf add keyboard shortcut for “new project”: ctr-n
note: some browsers (actually, most ^^) override this before Snap gets
a chance to do its thing :-(
2014-07-08 15:27:25 +02:00