[squeak-dev] The Trunk: EToys-dtl.317.mcz

David T. Lewis lewis at mail.msen.com
Sat Dec 2 16:43:46 UTC 2017


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, commits at source.squeak.org 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!
> 
> 


More information about the Squeak-dev mailing list