From e3bc4471ffdf2d9508ae3935c80cf79c17402f9c Mon Sep 17 00:00:00 2001 From: minggo Date: Fri, 2 Mar 2012 15:39:03 +0800 Subject: [PATCH] update authors, changelog --- AUTHORS | 3 +++ CHANGELOG | 45 ++++++++++++++++++++++++++++++++++++++ create-android-project.bat | 2 +- 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 9acbe25a48..20e52a271b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -61,6 +61,9 @@ Developers: YuLei Liao(dualface) contribute the factor of lua binding + + folecr + contribute for Android module building 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! diff --git a/CHANGELOG b/CHANGELOG index bcfb4aaada..e92c8fdff9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,48 @@ +cocos2d-1.0.1-x-0.12.0 @ Mar.5 2012 + [all platforms] + Bug #925: rename HelloWorld/Resource to HelloWorld/Resources + Bug #948: fix a bug that CCMutableArray::getIndexOfObject returns 0 on both "index 0" and "not existing" + Bug #951: remove definition of NSMutableSet + Bug #961: fix mad behaviour in second stage of CCEaseBackInOut + Bug #965: remove some dynamic_cast calling since selector_protocol.h was removed + Bug #967: fix a bug that PVR Textures cannot be reloaded after GL context lost + Bug #986: add init() funciton in CCMenu class + Feature #952: make CCLabelBMFont supports other languages, include Chinese, Korean, Janpanese and so on. + Feature #972: add Support for CCNotificationCenter + Refactor #933: refactor CCUserDefault + Refactor #958: move the implement of SelectorProtocol to CCObject + Document #975: add comment for CCTMXTiledMap::getMapSize and more methods + [iOS] + Bug #946: fix a bug that can not load HD image for both Retina and Normal correctly + Bug #762: fix a bug that CCLabelTTF is in different position (higher) than in previous version on iphone + Refactor #985: Remove template for xcode3 + [android] + Bug #947: fix a bug that long chinese string causes closed loop on android + Bug #950: fix a crash when touching the screen because of RTTI + Bug #954: fix a bug that accelerometer axes inverted on android tablet when setting orientation to portrait + Bug #957: fix a bug that when running textInputTest, application enters background after input character and click back key on android devices + Bug #959: fix a bug that get wrong multitouch id + Bug #964: fix a bug that can not show whole charactor + Bug #971: fix dynamic_cast error on android + Feature #982: make android template supports box2d, chipmunk and lua + Refactor #970: use modules in the Android NDK build + [bada] + Bug #984: sse static library for cocos2dx project on bada and qnx platform + [blackberry] + Bug #960: detect when the application goes and return from background in QNX (Black Berry Playbook) + Bug #962: fix some bugs on qnx port + Bug #963: fix a bug that applicationWillEnterForeground will be invoked twice when application is launched + Bug #968: fix a bug about "Out of bound" in CCFileUtils::getWriteablePath() for BlackBerry + Feature #994: add support for bbndk2.0 + [marmalade] + Bug #995: modify project configure for marmalade port after adding extension support and refactor resource folder + [win32] + Feature #969: implement Accelerometer Simulation for Win32. + [lua] + Bug #942: fix a crash when invoking CCScheduler:sharedScheduler():scheduleScriptFunc in lua + Bug #953: add tolua++ for Mac + Refactor #973: Refactor lua support + cocos2d-1.0.1-x-0.11.0 @ Jan.13 2012 [blackberry] Feature #907: support blackberry playbook diff --git a/create-android-project.bat b/create-android-project.bat index 21eec4934b..0eba67338e 100644 --- a/create-android-project.bat +++ b/create-android-project.bat @@ -45,6 +45,6 @@ for /f "delims=" %%A in ('%_CYGBIN%\cygpath.exe "%cd%"') do set _CURRENTDIR=%%A for /f "delims=" %%A in ('%_CYGBIN%\cygpath.exe "%_NDKROOT%"') do set _NDKROOT=%%A :: Throw away temporary env vars and invoke script, passing any args that were passed to us -endlocal & %_CYGBIN%\bash --login "%_CYGSCRIPT%" %_CURRENTDIR% %_PROJECTNAME% %_NDKROOT% %_PACKAGEPATH% "windows" -b +endlocal & %_CYGBIN%\bash --login "%_CYGSCRIPT%" %_CURRENTDIR% %_PROJECTNAME% %_NDKROOT% %_PACKAGEPATH% "windows" pause