The Trunk: EToys-dtl.317.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-dtl.317.mcz

commits-2
David T. Lewis uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-dtl.317.mcz

==================== Summary ====================

Name: EToys-dtl.317
Author: dtl
Time: 2 December 2017, 11:37:37.119731 am
UUID: 78f5f756-890e-4be3-88d0-09496afc5dff
Ancestors: EToys-dtl.316, EToys-rjh.76

Merge EToys-rjh.76 submitted by Robert Hawley in 2010

=============== Diff against EToys-dtl.316 ===============

Item was added:
+ ----- Method: Morph>>forward: (in category '*Etoys') -----
+ forward: distance
+        self assuredPlayer forward: distance!

Item was added:
+ ----- Method: Morph>>turn: (in category '*Etoys') -----
+ turn: angle
+         self assuredPlayer turn: angle!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: EToys-dtl.317.mcz

David T. Lewis
The discussion on this change was here:
http://forum.world.st/forward-and-turn-in-Morph-are-we-missing-immediacy-td2716456.html

Dave


On Sat, Dec 02, 2017 at 04:37:55PM +0000, [hidden email] wrote:

> David T. Lewis uploaded a new version of EToys to project The Trunk:
> http://source.squeak.org/trunk/EToys-dtl.317.mcz
>
> ==================== Summary ====================
>
> Name: EToys-dtl.317
> Author: dtl
> Time: 2 December 2017, 11:37:37.119731 am
> UUID: 78f5f756-890e-4be3-88d0-09496afc5dff
> Ancestors: EToys-dtl.316, EToys-rjh.76
>
> Merge EToys-rjh.76 submitted by Robert Hawley in 2010
>
> =============== Diff against EToys-dtl.316 ===============
>
> Item was added:
> + ----- Method: Morph>>forward: (in category '*Etoys') -----
> + forward: distance
> +        self assuredPlayer forward: distance!
>
> Item was added:
> + ----- Method: Morph>>turn: (in category '*Etoys') -----
> + turn: angle
> +         self assuredPlayer turn: angle!
>
>