Hi,
For those who want bleeding edge stuff, trunk (svn repo) contains:
a) Elastic and Bounce Ease actions
b) TurnPage3D action and transition
c) Support for .ttf fonts
d) bug fixes and improvements in Label / BitmapFontAtlas / TMX support
More info:
http://cocos2d-iphone.googlecode.com/svn/trunk/CHANGELOG
a)
Among other things, you can have nice animated menus. Try "MenuTest"
Warning: since Elastic and Bounce are not bijectives functions, you can't apply them on Sequences.
b)
You can have a nice transition. Try "TransitionTest"
Since it is also an action, you can apply it to an sprite,scene,etc.
c)
You can you use your own True Type Font files. Try the "FontTest" test.
Warning: it is expensive to generate them, so if you want 'fast' labels, you should continue to use LabelAtlas or BitmapFontAtlas.
TODO for v0.8.2:
- add chipmunk / box2d templates. Any volunteer in making them?
- bug fixes
- bug fixes
- add some small opportunistic features