Hi,
v0.99.0rc will be released really soon.
Since it contains many changes I would appreciate if you can test SVN r1751 (or newer).
Features:
- It is faster than v0.9.0beta2 and v0.8.2. In some scenarios it should be MUCH faster
- It works on iPhone/iPod Touch and iPad (you need SDK 3.2) (cocos2d and all the tests are resolution independent)
So, how can you help ?
- v0.99rc should be faster, at least it should not be slower. If you perceive that it is slower, please post it here. It would be great if you could also describe what nodes are you using
- it should compile (and work) on SDK 2.2, 3.0, 3.1 and 3.2
- templates should work
Incompatibility changes from v0.9-beta2:
- CCNode uses the "_" suffix for ivars. Eg: if you were using children, now you should use children_. But if you were using self.children, then you are OK.
- Scheduler was rolled back to v0.9-beta1. schedule:repeat and other scheduler changes were postponed to v0.99.1
- Camera: please read this thread http://www.cocos2d-iphone.org/forum/topic/3959
- OpenGL default states: please read this thread http://www.cocos2d-iphone.org/forum/topic/3976
- TMXMap: "objects support" were simplified.
So far, this is the list of changes:
http://cocos2d-iphone.googlecode.com/svn/trunk/CHANGELOG