Short version:

To fix the recorder functionality in cocos that works with pyglet 1.1.4 but
fails with pyglet 1.2dev, and also add some autotesting functionality,
better code can be done if I move ScreenReaderClock from director to a new
module custom_clock.

This will break user code that relies on ScreenReaderClock to be in
director, ie subclassing it or directly instantiating it.
I think it is unlikely the direct use case, so may be I can spare the
overhead and ugliness of deprecation warnings and duplicate code.

Updating problematic user code should be as simple as
 director.ScreenReaderClock  --> cocos.custom_clocks. ScreenReaderClock

Any feedback ?

Details can be seen at issues 175, 177
http://code.google.com/p/los-cocos/issues/detail?id=175
http://code.google.com/p/los-cocos/issues/detail?id=177

claudio

--

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cocos-discuss?hl=en.

Reply via email to