Merge pull request #1249 from minggo/gles20

update AUTHORS and CHANGELOG
This commit is contained in:
minggo 2012-08-27 23:04:04 -07:00
commit 061e0a3893
2 changed files with 64 additions and 2 deletions

14
AUTHORS
View File

@ -91,11 +91,21 @@ Developers:
fix the bug of asynchronous loading resources for iOS
Nat Weiss
Minor enhancements to the Cocos2D-X codebase and Android build scripts
minor enhancements to the Cocos2D-X codebase and Android build scripts
Qingyun Huang (greathqy)
implement CCHttpRequest
donaldalanmorrison
fix some warnings and memory leaks
Yinghui Peng(mustime)
use OpenSL ES to play effects
add TestLua sample
Dongyang Cai(John-cdy)
add automatically test tools
Retired Core Developers:
WenSheng Yang
Author of windows port, CCTextField,
@ -110,5 +120,5 @@ Retired Core Developers:
Cocos2d-x can not grow so fast without the active community.
Thanks to all developers who report & trace bugs, dicuss the engine usage in forum & QQ groups!
Thanks to all developers who report & trace bugs, discuss the engine usage in forum & QQ groups!
Special thanks to Ricardo Quesada for giving us lots of guidances & suggestions.

View File

@ -1,3 +1,55 @@
cocos2d-2.0-x-2.0.2 @Aug.30 2012
[all platforms]
Bug #1298: fix a logical error of CCSequence
Bug #1371: fix a particle crashes if setAutoRemoveOnFinish(true)
Bug #1379: fix a typo error of comment in CCNode.cpp
Bug #1381: fix a bug that CCLayerColor::setContentSize() declared differently with CCNode::setContentSize()
Bug #1382: fix a crash of CCBReader caused by null pointer
Bug #1384: fix an error when loading CCControlButton from ccbi
Bug #1385: fix a logic error in BitmapFontMultiLineAlignment
Bug #1386: fix a crash of PauseResumeActionsTest
Bug #1395: fix a bug that CCTextureCache::addImage ignores error in CCTexture2D::initWithImage()
Bug #1400: re-assign texture rect of CCControlSlider to consider SpriteFrame orientation
Bug #1403: fix a bug that do not support png8 format
Bug #1408: fix a bug that CCMenuItemImage is not loaded when the target and selector are empty in CCBReader
Bug #1409: fix a bug that loading CCControlButton from ccbi failed
Bug #1427: fix a bug that CCArray::randomObject() may use index that out of range
Bug #1430: fix a bug that can not compute correct label's width or height when its value is 0
Bug #1440: fix a bug that CCSprite::displayFrame() uses wrong offset to create a sprite frame
Feature #1416: add object-oriented API of CCGeometry
Feature #1405: implement multi-resolution adaption solution
Feature #1424: add a simple wrapper of http access
Feature #1429: add CCEditBox which wraps system edit control
Feature #1439: synchronize to cocos2d-iphone 2.0 stable version
Refactor #1399: adjust directory structure
Refactor #1402: improve static creator function names to avoid confusion
Refactor #1413: improve CCTouch::getLocation(), getDelta() which returns OpenGL coordinates directly
Refactor #1437: change the return type of CCApplication::sharedApplication() and CCEGLView::sharedOpenGLView() to a pointer
Refactor #1441: put hd and iPad resources of TestCpp into separate directories
Refactor #1442: use CREATE_FUNC to replace LAYER_CREATE_FUNC and SCENE_CREATE_FUNC
[iOS]
Bug #1389: fix a Xcode 4.5-specific compiling errors that can not convert -1 to unsigned int
Bug #1432: fix a bug that "MutiTouchTest" crashes on IOS if putting more than 5 fingers on the screen
Refactor #1383: change the file path that CCUserDefault saves xml file in
Refactor #1433: remove fpsxxx.png in template
Refactor #1443: Fix some warnings
[android]
Bug #1284: use OpenSL ES to play effects when the device is i9100
Bug #1372: fix a typo error in platform/android/CCEGLView.h
Bug #1377: fix TMX Tile cracks in the Test App
Refactor #1407: cleaner build script
Refactor #1438: make android template use its own source files
[mac os]
Bug #1417: fix a compiling error when building TestCpp for mac port using command line
Feature #1401: add mac port
[win32]
Bug #1390: fix a win32 error says "The application failed to initialize properly"
[linux]
Bug #1445: fix compiling errors on linux
Feature #1419: add linux port
[blackberry]
Feature #1420: add blackberry port
cocos2d-2.0-rc2-x-2.0.1 @Jun.28 2012
[all platforms]
Bug #1257: synchronize CCGrabber.cpp