minggo
|
99b81e3e38
|
Merge pull request #1216 from minggo/iss1439_synchronize
fixed #1439:synchronize to cocos2d-iphone v2.0.0
|
2012-08-22 00:52:54 -07:00 |
minggo
|
3b442dfc0f
|
fixed #1439:synchronize to cocos2d-iphone v2.0.0
|
2012-08-22 15:51:25 +08:00 |
minggo
|
c7d20e2fef
|
Merge pull request #1214 from John-cdy/gles20
issue #1404: Add android test python script files and modify android com...
|
2012-08-22 00:26:41 -07:00 |
minggo
|
3b1bfa5852
|
Merge pull request #1215 from minggo/iss1440_ccsprite_displayFrame
fixed #1440:convert offert point to pixel
|
2012-08-21 23:30:37 -07:00 |
minggo
|
2a9d29ba21
|
fixed #1440:convert offert point to pixel
|
2012-08-22 14:29:23 +08:00 |
Caidongyang
|
6ed075f09a
|
issue #1404: Add android test python script files and modify android compile script files.
|
2012-08-22 11:08:18 +08:00 |
minggo
|
ce274cfb4f
|
Merge pull request #1209 from minggo/iss1437_return_pointer
make CCEGLView::sharedOpenGLView() and CCApplication::sharedApplication() return pointer
|
2012-08-21 02:47:47 -07:00 |
minggo
|
7cc5d084ce
|
Merge pull request #1 from dumganhar/iss1437_return_pointer
issue #1437: fixed some compile errors.
|
2012-08-21 02:47:02 -07:00 |
James Chen
|
4c2702fcef
|
issue #1437: fixed some compile errors for blackberry port.
|
2012-08-21 17:42:56 +08:00 |
James Chen
|
fac3e9c8de
|
issue #1437: fixed some compile errors.
|
2012-08-21 17:25:03 +08:00 |
minggo
|
bc07682875
|
Merge pull request #1211 from minggo/gles20
change version
|
2012-08-21 02:03:53 -07:00 |
minggo
|
e939285c93
|
change version
|
2012-08-21 17:03:01 +08:00 |
James Chen
|
3eecc283d0
|
Merge branch 'iss1437_return_pointer' of https://github.com/minggo/cocos2d-x into iss1437_return_pointer
|
2012-08-21 16:57:41 +08:00 |
minggo
|
644f3f04f2
|
Merge pull request #1210 from minggo/iss1438_android_template
android template use its own source codes
|
2012-08-21 01:52:12 -07:00 |
minggo
|
ba2049d086
|
iss1438_android_template
|
2012-08-21 16:45:23 +08:00 |
James Chen
|
d918c8186f
|
Update extensions/GUI/CCEditBox/CCEditBox.cpp
Revert this file, uncomment some codes in 'initWithXXX'.
|
2012-08-21 16:03:36 +08:00 |
minggo
|
8c483613e7
|
issue #1437:make CCApplication::sharedApplication() return pointer
|
2012-08-21 15:41:00 +08:00 |
minggo
|
07ddd43695
|
issue #1437:make CCApplication::sharedApplication() return pointer
|
2012-08-21 15:28:43 +08:00 |
minggo
|
cfdc50fb60
|
issue #1437:make CCEGLView::sharedOpenGLView() return pointer
|
2012-08-21 14:58:31 +08:00 |
minggo
|
0231f65716
|
Merge pull request #1208 from minggo/iss1382_ccb_reader
fixed #1382:safe retain mOwner to avoid crash caused by null pointer
|
2012-08-20 20:23:03 -07:00 |
minggo
|
19f4356c0b
|
Merge pull request #1207 from aninggo/patch-2
Update cocos2dx/include/ccConfig.h
|
2012-08-20 20:08:52 -07:00 |
minggo
|
0c5ba1989d
|
Merge pull request #1206 from aninggo/patch-1
Update cocos2dx/platform/mac/CCGL.h
|
2012-08-20 20:08:29 -07:00 |
ningxu
|
5baa19992d
|
Update cocos2dx/include/ccConfig.h
|
2012-08-21 10:56:12 +08:00 |
ningxu
|
84a946f676
|
Update cocos2dx/platform/mac/CCGL.h
add VAO support
|
2012-08-20 23:07:43 +08:00 |
minggo
|
e2140aea0b
|
Merge pull request #1205 from minggo/gles20
use CCSprite::createWithSpriteFrame() to create a sprite
|
2012-08-20 02:29:34 -07:00 |
minggo
|
c854562b03
|
use CCSprite::createWithSpriteFrame() to create a sprite
|
2012-08-20 17:28:17 +08:00 |
James Chen
|
631307373c
|
Merge pull request #1204 from dumganhar/gles20
Updated win32 template and fix a bug in win32/CCEGLView.cpp.
|
2012-08-20 02:10:00 -07:00 |
James Chen
|
fd1343b951
|
Updated win32 template and fix a bug in win32/CCEGLView.cpp.
|
2012-08-20 17:08:29 +08:00 |
James Chen
|
0a2304d0c1
|
Merge pull request #1203 from dumganhar/gles20
kCCResolutionXXX -> kResolutionXXX and estimate whether touch point is contained in GL viewport rectangle.
|
2012-08-20 01:33:42 -07:00 |
James Chen
|
0861877594
|
kCCResolutionXXX -> kResolutionXXX and estimate whether touch point is contained in GL viewport rectangle.
|
2012-08-20 16:32:22 +08:00 |
James Chen
|
7fb1a160e3
|
Merge pull request #1202 from dumganhar/gles20
fixed #1420: Merged gles20 branch of blackberry port from Dale's repo and fixed some bugs.
|
2012-08-20 01:01:37 -07:00 |
minggo
|
4db53b2f91
|
fixed #1382:safe return mOwner to avoid crash caused by null pointer
|
2012-08-20 15:54:53 +08:00 |
James Chen
|
7eb5d85298
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into dale_bb
|
2012-08-20 15:49:24 +08:00 |
James Chen
|
6c9b4d3357
|
fixed #1420: Merged gles20 branch of blackberry port from Dale's repo and fixed some bugs.
|
2012-08-20 15:49:02 +08:00 |
minggo
|
0baf8743c2
|
Merge pull request #1201 from minggo/gles20
change TARGET_OS_IPHONE to TARGET_OS_MAC in TestCpp mac project
|
2012-08-20 00:44:00 -07:00 |
minggo
|
a8f2c74b9e
|
change TARGET_OS_IPHONE to TARGET_OS_MAC in TestCpp mac project
|
2012-08-20 15:42:56 +08:00 |
minggo
|
77c244c6bc
|
Merge pull request #1200 from minggo/iss1433_remove_fps_png_in_template
fixed #1433:remove fpsxxx.png in win32 template
|
2012-08-20 00:16:49 -07:00 |
minggo
|
40ee7496cd
|
fixed #1433:remove fpsxxx.png in win32 template
|
2012-08-20 15:15:21 +08:00 |
minggo
|
fbe9aa29dc
|
Merge pull request #1199 from minggo/iss1433_remove_fps_png_in_template
issue #1433:remove fpsxxx.png in xcode template
|
2012-08-19 23:33:06 -07:00 |
minggo
|
c307e02c43
|
issue #1433:remove fpsxxx.png in xcode template
|
2012-08-20 14:31:30 +08:00 |
minggo
|
a1b679ca60
|
Merge pull request #1198 from minggo/iss1377_tmx_tile_crack
reset texture parameter of CCTMXLayer after coming to foreground on android
|
2012-08-19 23:08:35 -07:00 |
minggo
|
738f150ecd
|
fixed #1377:reset texture parameter of CCTMXLayer after coming to foreground on android
|
2012-08-20 14:06:29 +08:00 |
minggo
|
c8808b5be2
|
Merge pull request #1197 from mustime/bug1284
issue #1284: fix a compile error for missing android.so
|
2012-08-19 21:53:32 -07:00 |
mustime
|
cd6241655b
|
issue #1284: fix a compile error for missing android.so
|
2012-08-20 12:49:59 +08:00 |
James Chen
|
b63d4d7702
|
Merge branch 'gles20' of https://github.com/dducharme/cocos2d-x into dale_bb
|
2012-08-20 11:40:23 +08:00 |
James Chen
|
b3cbb646c8
|
Merge pull request #1196 from dumganhar/gles20
fixed #1432: MutiTouchTest crashes on IOS if putting more than 5 fingers on the screen.
|
2012-08-19 19:40:30 -07:00 |
James Chen
|
63888a7eb5
|
issue #1432: MutiTouchTest crashes on IOS if putting more than 5 fingers on the screen.
|
2012-08-20 10:38:21 +08:00 |
Dale Ducharme
|
4004a8ac61
|
Cocos2dx for gles2.
|
2012-08-17 17:45:21 -04:00 |
minggo
|
c014496467
|
Merge pull request #1192 from John-cdy/gles20
issue #1404:Adjust the time of some testcases.
|
2012-08-17 06:14:21 -07:00 |
James Chen
|
a08fdd4ce1
|
Merge pull request #1194 from dumganhar/gles20
issue #1429: Fixed a bug in EAGLView.mm.
|
2012-08-17 00:29:41 -07:00 |