Commit Graph

1587 Commits

Author SHA1 Message Date
yangws 252f3efe1a CCIMEDispatcher works on android. 2011-04-22 16:33:41 +08:00
yangws 85027c40ca CCIMEDispatcher works on ios. 2011-04-19 18:11:57 +08:00
yangws d11bd85d00 CCTextFieldTTF works on win32. 2011-04-19 09:32:33 +08:00
minggo 7f6e0052a1 Merge branch 'iss341' of https://github.com/natural-law/cocos2d-x into natural-law-iss341 2011-04-12 15:43:48 +08:00
minggo a165663b4c [andorid] merge Macarse-inflateViews into master and sychrolize it to HelloWorld 2011-04-12 15:37:44 +08:00
natural-law da7c608ab8 fixed #341. Modify the location of allocate memory for m_pTMXLayers. 2011-04-12 15:31:54 +08:00
minggo 8e85f56f97 Merge branch 'inflateViews' of https://github.com/Macarse/cocos2d-x into Macarse-inflateViews 2011-04-12 15:12:48 +08:00
minggo d8115cacea [android] fixed #453: cocosdenshion can replace the background music 2011-04-12 14:43:21 +08:00
minggo 0b7ca9c865 fixed #449: remove the code that suppots mac platform 2011-04-11 17:04:45 +08:00
minggo 3d6fd051ab issue #449: refactor CCTransition 2011-04-11 16:09:14 +08:00
natural-law ba933f9456 fixed #341, modify the implementation of function CCTMXTiledMap::layerNamed(). 2011-04-11 15:59:59 +08:00
minggo 37bb33d9e5 fixed #452: refactor CCDirector CCNode CCGrid 2011-04-11 15:10:09 +08:00
Macarse 0203141aaf Now the size depends on the GLView size 2011-04-11 00:28:12 -03:00
natural-law d4dbedca4d fixed #451,remove the code of support mac platform.
1. Remove the EventDispatcher.
2. Refactor CCLayer, CCMenu and CCParticleSystemPoint.
3. Modify the project file of win32, wophone and android.
2011-04-11 11:24:10 +08:00
Macarse da78032542 Added the possibility of inflating Cocos2dxGLSurfaceView from an xml 2011-04-10 17:57:17 -03:00
walzer 3bac490581 doxygen config for 0.8.2 2011-04-08 14:22:54 +08:00
walzer 2d518c7a6c update doxgyen config for 0.8.2 2011-04-08 14:11:59 +08:00
walzer 4c528108c9 changelog for 0.8.2 2011-04-08 14:08:59 +08:00
walzer 0173d0c3b7 Merge branch 'master' of https://github.com/minggo/cocos2d-x 2011-04-07 16:57:58 +08:00
minggo e28d226f3a synchronize Cocos2dxMusic.java from tests to HelloWorld 2011-04-07 16:16:48 +08:00
walzer d4cfe30df8 CHANGELOG of 0.8.2 2011-04-07 16:08:10 +08:00
minggo 1f6bbacb0a [android] fix a bug of cocosdenshion::rewindBackgroundMusic() 2011-04-07 15:59:01 +08:00
walzer 63f323456c Merge branch '0.8.2_vc10' of https://github.com/yangws/cocos2d-x 2011-04-07 15:16:30 +08:00
yangws 09c06d2410 vc2010 project compile ok. 2011-04-07 14:37:19 +08:00
natural-law b72b5306d2 Fix problems discovered when test:
1. Add include file in ccConfig.h
2. Resolve the memory leak in PerformanceSpriteTest.
3. Delete the 2048 * 2048 texture test case in PerformanceTextureTest.
2011-04-07 14:30:35 +08:00
yangws d3ef9e7da7 Merge branch '0.8.2_vc10' of https://github.com/yangws/cocos2d-x into master.cocos2d 2011-04-07 14:30:28 +08:00
yangws 455ec071b3 VC2010 compile ok. 2011-04-07 14:20:04 +08:00
yangws b1ab937ec3 fix MouseEvent bug 2011-04-07 11:05:44 +08:00
natural-law f3b1385279 fixed #446,read the .fnt file by it's full path. 2011-04-06 10:20:01 +08:00
walzer 8e3731a0c7 Merge branch 'master' of https://github.com/axmx/cocos2d-x into axmx-master 2011-04-05 19:59:40 +08:00
Max Aksenov 804e264a66 [airplay] fix screen orientation bugs (pointer not properly worked) on devices ( checked on IOS IPad/IPhone), when orientation was changed. 2011-04-04 02:05:37 -07:00
Max Aksenov b33aeac164 [airplay] renamed "CCEGLView::setFrameWitdAndHeight" to "CCEGLView::setFrameWidthAndHeight".
reformatted CCEGLView::setMotionTouch for unification with other functions of  "setTouche".
2011-04-04 01:58:07 -07:00
Max Aksenov 6927dae38f [airplay] renamed "CCEGLView::setFrameWitdAndHeight" to "CCEGLView::setFrameWidthAndHeight".
reformatted CCEGLView::setMotionTouch for unification with other functions of  "setTouche".
2011-04-04 01:56:15 -07:00
Max Aksenov 290367c867 [airplay] fix screen orientation bugs (pointer not properly worked) on devices ( checked on IOS IPad/IPhone), when orientation was changed. 2011-04-04 01:54:34 -07:00
Stepan Generalov 0010b49ec4 Fix link in readme 2011-04-04 06:02:45 +04:00
walzer cb65469103 [airplay] move .mkf to proj.airplay folder, improve SimpleAudioEngine implementation, integrate chipmunk 2011-04-04 00:40:39 +08:00
walzer 3a16b76d00 remove duplicate frameworks in test.xcodeproj 2011-04-03 10:13:06 +08:00
walzer de81120b6a Merge branch 'master' of https://github.com/minggo/cocos2d-x into minggo-master 2011-04-03 09:51:01 +08:00
walzer 28fbfb04dc Merge branch 'iss349' of https://github.com/natural-law/cocos2d-x into natural-law-iss349 2011-04-03 09:30:26 +08:00
minggo 0aa8eb2892 fixed #350: transitionfade flickers on both android and iphone 2011-04-02 16:16:19 +08:00
natural-law 72f11cb421 [ios]fixed #349,Modify the method of parse *.plist files in order to deal with *.plist files in binary format. 2011-04-02 11:32:15 +08:00
minggo 39b60291ed Merge branch 'issue_441' of https://github.com/minggo/cocos2d-x into minggo-issue_441 2011-04-01 17:34:17 +08:00
minggo 9c768060b6 [android] implement keyPadDelegegate in HellloWorld 2011-04-01 17:26:12 +08:00
minggo 8fbfc2773a Merge branch 'issue_440' of https://github.com/minggo/cocos2d-x into minggo-issue_440 2011-04-01 17:19:30 +08:00
minggo 7d52161804 fixed #441: Initialize pointer in contruction & detect pointer value in destruction 2011-04-01 16:06:53 +08:00
Marat Yakupov ac84278dae [android] #443 implemented CCKeypadDelegate on android 2011-04-01 11:27:06 +04:00
minggo 2c539a1df5 [android] fixed #440: CCMessage works ok on android 2011-04-01 11:35:26 +08:00
walzer 4b33a6ccb8 Merge branch '420' of https://github.com/yangws/cocos2d-x into yangws-420 2011-03-31 17:58:13 +08:00
walzer 79229c82e8 Merge remote branch 'origin/master' 2011-03-31 17:56:21 +08:00
walzer 6c2f66792f issue #422, add CocosDenshion implementation on airplay port. But it doesn't work correctly. 2011-03-31 17:53:35 +08:00