<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snap/store.js, branch development</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://git.schneefux.xyz/schneefux/snap/atom/store.js?h=development</id>
<link rel='self' href='http://git.schneefux.xyz/schneefux/snap/atom/store.js?h=development'/>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/'/>
<updated>2015-07-23T12:26:06Z</updated>
<entry>
<title>merge upstream</title>
<updated>2015-07-23T12:26:06Z</updated>
<author>
<name>Gubolin</name>
<email>gubolin@fantasymail.de</email>
</author>
<published>2015-07-23T12:26:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=5aec52889d79a8257971095719195fabcbc33559'/>
<id>urn:sha1:5aec52889d79a8257971095719195fabcbc33559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert to "new" for object creation</title>
<updated>2015-06-25T13:11:51Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-06-25T13:11:51Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=4c21c9f187033172fa58a1bd3100d7c494617f10'/>
<id>urn:sha1:4c21c9f187033172fa58a1bd3100d7c494617f10</id>
<content type='text'>
and prepare for new release
</content>
</entry>
<entry>
<title>Fix missing initialization call in SnapSerializer()</title>
<updated>2015-06-17T21:26:56Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-17T21:26:56Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=013e2740d853b660fbc48cda247b6fe711aecce9'/>
<id>urn:sha1:013e2740d853b660fbc48cda247b6fe711aecce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Object.create(…) instead of new …() for inheritance (faster)</title>
<updated>2015-06-17T21:11:40Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-17T21:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=87c2503571bd7f5e753bc16a05bd198fc58d7d7c'/>
<id>urn:sha1:87c2503571bd7f5e753bc16a05bd198fc58d7d7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #784</title>
<updated>2015-04-27T02:47:37Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-04-27T02:47:37Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=9385e4b57c88c382c1758e54c258ac237d238679'/>
<id>urn:sha1:9385e4b57c88c382c1758e54c258ac237d238679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge branch OOP</title>
<updated>2015-03-24T17:29:54Z</updated>
<author>
<name>Gubolin</name>
<email>gubolin@fantasymail.de</email>
</author>
<published>2015-03-24T17:29:54Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=bdd780e0030507626c947f85880a9eaa36e24194'/>
<id>urn:sha1:bdd780e0030507626c947f85880a9eaa36e24194</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tweak inherited variable watcher slider deserialization</title>
<updated>2015-03-24T16:16:00Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-03-24T16:16:00Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=457224dd620eea4f20f24ebc62391363333cd00f'/>
<id>urn:sha1:457224dd620eea4f20f24ebc62391363333cd00f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prototypal inheritance of sprite-local variables</title>
<updated>2015-03-21T10:12:43Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-03-21T10:12:43Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=4acf1896bd9fa57d3dbe3f4721b6790c6f3b0d56'/>
<id>urn:sha1:4acf1896bd9fa57d3dbe3f4721b6790c6f3b0d56</id>
<content type='text'>
(experimental) slotwise inheritance à la Henry Lieberman for
sprite-local variables.

see
http://web.media.mit.edu/~lieber/Lieberary/OOP/Delegation/Delegation.htm
l

Let a sprite inherit another sprite’s local variables by making it the
“parent” in the sprite-icon’s context menu (the button icon in the
sprite corral underneath the stage). The child not only inherits the
variable slot but also - dynamically - the parent variable’s value.
Changing the parent’s variable value also changes it for every child.
If a child uses SET or CHANGE on an inherited variable it automatically
“shadows” it with its own value, thereby stopping dynamic participation
in the parent slot’s value (in effect dis-inheriting that slot).
Deleting a shadowed variable slot once again reinstates its inheritance
status.

inherited variables are shown as “ghosted” both in the child’s
variables palette and in such stage watchers. “Shadowing” them
un-ghosts both the variable blob template in the palette and the
watcher onstage (if any). Deleting a shadowed variable once again
ghosts the watcher and the palette block template.

Delete a (shadowed) variable either via the “Delete a variable” button
in the IDE or using the new “Delete” block in the variables category
</content>
</entry>
<entry>
<title>Merge branch 'master' into development</title>
<updated>2015-03-20T19:18:12Z</updated>
<author>
<name>Gubolin</name>
<email>gubolin@fantasymail.de</email>
</author>
<published>2015-03-20T19:18:12Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=c8de6a00e38e52bfc4b9b3a095cbcad1861687de'/>
<id>urn:sha1:c8de6a00e38e52bfc4b9b3a095cbcad1861687de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #743</title>
<updated>2015-03-15T13:55:37Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-03-15T13:55:37Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=7f9fe78c56dbe26ccdcd8f6fd33cbb9766add474'/>
<id>urn:sha1:7f9fe78c56dbe26ccdcd8f6fd33cbb9766add474</id>
<content type='text'>
</content>
</entry>
</feed>
