2011-01-26 17:56:06 +08:00
|
|
|
cocos2d-0.99.5-x-0.7.2 @ Jan.26,2011
|
|
|
|
[all platforms]
|
|
|
|
- upgrade engine logic internal & interfaces to 0.99.5
|
|
|
|
- the list of menu items in tests is showing how to scroll now
|
|
|
|
- lots of bugs fixed
|
|
|
|
[iphone]
|
|
|
|
- add new project templates for Xcode
|
|
|
|
- add the c++ wrapper for CocosDenshion::SimpleAudioEngine
|
|
|
|
- support UTF8 charactors in text renderring, such as CCLabelTTF, CCMenuItemFont
|
|
|
|
[android]
|
|
|
|
- add CocosDenshion::SimpleAudioEngine implement on android
|
|
|
|
- the engine can adjust the apk filename automatically
|
|
|
|
- the engine will not crash at surface recreate, especially at background-to-foreground switching
|
|
|
|
[uphone]
|
|
|
|
- switch the game to background, then press power key will not cause the background music play again
|
|
|
|
- remove the methods of using resouce map in cocos2d-uphone & SimpleAudioEngine.
|
|
|
|
Only zip resource is recommended and suppported.
|
|
|
|
- can auto find the installed path of your game, and load zip resource file from the current folder.
|
|
|
|
No absolute path in code any more. Do this to support installing games to micro-SD card
|
|
|
|
|
|
|
|
|
2010-12-20 23:07:09 +08:00
|
|
|
cocos2d-0.99.4-x-0.7.1 @ Dec.20,2010
|
|
|
|
[all platforms]
|
|
|
|
- add CCKeypadDelegate class, which enable CCLayer to respond "back" key in uphone & android
|
|
|
|
- Add namespace for CocosDenshion
|
|
|
|
- fix compile errors when enable CC_XXX_DEBUG_DRAW switchs in ccConfig.h
|
|
|
|
- fix memory leaks on each platform
|
|
|
|
- more details: http://www.cocos2d-x.org/versions/show/5
|
|
|
|
[android]
|
|
|
|
- Run through all the test cases of cocos2d, support ndk r4,r5, sdk higher than 2.0. Tested on HTC G2,G3,G6,G7
|
|
|
|
- HelloWorld integrate all platforms in one directory now
|
2010-12-20 23:27:18 +08:00
|
|
|
- WANRNING: this version isn't ready for android games porting yet. The CocosDenshion isn't ported to android,
|
|
|
|
and this version will crashes when screen orientation changes or the game gack to foreground
|
|
|
|
look more on this bug http://www.cocos2d-x.org/boards/10/topics/202
|
2010-12-20 23:07:09 +08:00
|
|
|
[iphone]
|
|
|
|
- Add support of loading textureImageData from the ParticleDesign plist file
|
|
|
|
- Fix more then 3000 complie warnings
|
2010-12-20 23:27:18 +08:00
|
|
|
- You can try to use this version to develop your iOS game now. It's much more stable than the previous version
|
2010-12-20 23:07:09 +08:00
|
|
|
[uphone]
|
|
|
|
- Games can easily read resources from zip file now. This will drastically reduce the memory usage
|
|
|
|
- Add power management: pause the message loop when cocos2d-x game is switched to background or backlight down
|
|
|
|
- Multi-touch support
|
|
|
|
[win32]
|
|
|
|
- SimpleAudioEngine can play background musci with repeating now
|
|
|
|
|
|
|
|
|
|
|
|
cocos2d-0.99.4-x-0.7.0 @ Nov.29,2010
|
2010-11-29 15:36:18 +08:00
|
|
|
* cocos2d-iphone-cpp port ready! include accelerometer & multi-touch
|
|
|
|
* refactor the directory structure of HelloWorld & tests
|
|
|
|
* cocos2d-uphone supports accelerometer
|
|
|
|
* add cocos2d-x wizard for cocos2d-win32 & cocos2d-uphone for VisualStudio2008
|
|
|
|
* jump out a message box when load texture failed (win32 & uphone)
|
|
|
|
* more details: http://www.cocos2d-x.org/versions/show/4
|
2010-11-18 20:32:01 +08:00
|
|
|
|
|
|
|
cocos2d-0.99.4-uphone-win32-stable-rc1
|
|
|
|
http://www.cocos2d-x.org/versions/show/1
|
|
|
|
http://www.cocos2d-x.org/versions/show/2
|
|
|
|
http://www.cocos2d-x.org/versions/show/3
|
2010-10-01 07:35:28 +08:00
|
|
|
|
|
|
|
|