minggo
|
22b55eaf78
|
issue #418: add copyright of original author to each file
|
2011-03-19 10:59:01 +08:00 |
walzer
|
08a5f8029e
|
issue #418 add copyright of original authors to particle module
|
2011-03-19 10:07:16 +08:00 |
minggo
|
47173778cc
|
fixed #409: rename NSArray UIAlignment
|
2011-03-18 14:31:29 +08:00 |
minggo
|
7c52a521fa
|
fixed #403: change UIEvent to CCEvent
|
2011-03-18 09:39:34 +08:00 |
walzer
|
19d8dc6978
|
Merge branch 'dev' of https://github.com/yangws/cocos2d-x into yangws-dev
|
2011-03-15 15:44:53 +08:00 |
yangws
|
61e2f56439
|
Add Retina display resource for tests.
Modify CCDrawingPrimitives.cpp for retina display support.
|
2011-03-15 15:12:50 +08:00 |
natural-law
|
06ad40f101
|
[android]fixed #356,modify the parameter type form ccxScopedPtr<std::string> to std::string *.
|
2011-03-15 11:59:45 +08:00 |
natural-law
|
0c75af0f97
|
[android]fixed #356,CCLabelTTF::initWithString not crashed anymore.
|
2011-03-14 18:29:15 +08:00 |
natural-law
|
7c6147421b
|
[wophone]fixed #377,Replace the word "uphone" with "wophone".
|
2011-03-09 17:28:35 +08:00 |
minggo
|
75e2ecc16d
|
issue #387: move platform_support into cocos2dx/platform
|
2011-03-09 14:40:05 +08:00 |
minggo
|
63d283d3e8
|
delete ccxString.h
|
2011-03-09 12:00:04 +08:00 |
minggo
|
f1d13ca2e1
|
issue #375: android compiled ok
|
2011-03-08 13:49:58 +08:00 |
minggo
|
7a331e1e14
|
issue #375: wophone compiled ok
|
2011-03-07 18:20:48 +08:00 |
minggo
|
b5a99f90df
|
issue #375: rename file names and object names
|
2011-03-07 17:11:57 +08:00 |
minggo
|
b65d84551b
|
resolve confict when merging branch yangws-issue366
|
2011-03-01 14:08:18 +08:00 |
yangws
|
7bc7d32001
|
fixed #366 [win32] Move Application from Application code to Cocos2dx/platform/ccxApplication
|
2011-03-01 12:41:57 +08:00 |
minggo
|
f504211e56
|
merge natural-law-iss332 to dev
|
2011-02-28 09:48:14 +08:00 |
yangws
|
63cedd1317
|
Merge code of Platform_support for IOS.
|
2011-02-23 18:22:05 +08:00 |
natural-law
|
949c1000a8
|
update tests to 0.99.5.
|
2011-02-23 16:47:25 +08:00 |
natural-law
|
4362a5f381
|
[uphone]issue #316,Resolution auto adjustment.
|
2011-02-19 17:44:43 +08:00 |
natural-law
|
60e9ae873c
|
Merge branch 'dev-retina' of https://github.com/yangws/cocos2d-x into iss316
Conflicts:
HelloWorld/AppDelegate.cpp
tests/AppDelegate.cpp
|
2011-02-19 10:19:14 +08:00 |
yangws
|
85b9c9ae21
|
Retina display support and scale with keep w/h rate ok on win32.
|
2011-02-18 18:30:22 +08:00 |
natural-law
|
e4063fd190
|
[uphone]issue #340.Refactor platform_support on uphone,and run HelloWorld successful on both simulator and device.
|
2011-02-17 14:31:52 +08:00 |
yangws
|
8458476597
|
Merge branch 'dev' of https://github.com/cocos2d/cocos2d-x into upto-0.99.5
Conflicts:
.gitignore
|
2011-02-12 16:42:47 +08:00 |
walzer
|
7e039fbaa1
|
[win32] add CCX_DLL to CCLayerGradient & CCTimer
|
2011-02-11 17:30:11 +08:00 |
yangws
|
34a6ca5208
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into upto-0.99.5
Conflicts:
cocos2dx/platform/win32/CCXUIImage_win32.cpp
cocos2dx/platform/win32/CCXUIImage_win32.h
tests/test.win32/test.win32.vcproj
|
2011-01-28 14:33:47 +08:00 |
yangws
|
76ea63da7f
|
Change prefix CCX to ccx.
|
2011-01-27 17:07:36 +08:00 |
minggo
|
9eff0da20a
|
fix warning when building on android
|
2011-01-24 10:51:30 +08:00 |
yangws
|
bc9bfdc30c
|
Move win32/CCXApplication to platform_support
|
2011-01-22 16:24:54 +08:00 |
yangws
|
333f0b5574
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into upto-0.99.5
Conflicts:
HelloWorld/AppDelegate.cpp
cocos2dx/particle_nodes/CCParticleSystem.cpp
cocos2dx/proj.win32/cocos2d-win32.vcproj
tests/AppDelegate.cpp
|
2011-01-20 11:18:35 +08:00 |
yangws
|
804dc4ef7c
|
Merge branch 'upto-0.99.5' of https://github.com/cocos2d/cocos2d-x into upto-0.99.5
Conflicts:
cocos2dx/platform/CCArchOptimalParticleSystem.h
cocos2dx/platform/win32/CCXBitmapDC.cpp
cocos2dx/proj.win32/cocos2d-win32.vcproj
|
2011-01-19 15:29:08 +08:00 |
yangws
|
79b711a758
|
move CCXBitmapDC from cocos2d/platform to platform_support.
|
2011-01-19 14:23:26 +08:00 |
walzer
|
e399a77369
|
fixed #306, invoke CCDirector::end() method in next msgloop, otherwise the flow will crashes when end() is called in an ActionInterval.
|
2011-01-17 22:01:15 +08:00 |
walzer
|
04c685b95a
|
issue #289, fix some warnings
|
2011-01-17 21:16:25 +08:00 |
walzer
|
ad5ee3c9f6
|
Merge remote branch 'remotes/origin/upto-0.99.5' Fix some conflicts manually.
|
2011-01-17 16:21:11 +08:00 |
yangws
|
67c0ad6332
|
add platform support project on win32.
Move macros, CCXUIImage, ccxCommon, CCXCocos2dDefine, 3rd party libraries, glu, NSLock, ccxConfig from platform/win32 to platform_support.
|
2011-01-15 18:05:35 +08:00 |
minggo
|
6043008a11
|
Merge branch 'track' of https://github.com/leon-li/cocos2d-x into leon-li-track
|
2011-01-13 13:52:20 +08:00 |
natural-law
|
00a9615e0f
|
Merge branch 'upto-0.99.5' of https://github.com/cocos2d/cocos2d-x into merge
|
2011-01-10 18:08:57 +08:00 |
natural-law
|
237042f7dd
|
fixed #309,App will not crash any more when surface re-created.
|
2011-01-10 17:54:44 +08:00 |
minggo
|
7e30615d02
|
issue #304 Remove codes for controlling frame rate.
|
2011-01-10 15:13:30 +08:00 |
minggo
|
9a959c299f
|
fixed some errors of iphone platform
|
2011-01-07 09:35:27 +08:00 |
natural-law
|
25e9721678
|
fix bugs.
|
2011-01-04 17:46:23 +08:00 |
Walzer
|
4a6989b6ff
|
[uphone] add keyMenuBack to CCKeypadDelegate
|
2010-12-31 18:15:30 +08:00 |
minggo
|
d0a16a246e
|
fixed comipling error and link error of upto-0.99.5
|
2010-12-31 14:56:24 +08:00 |
natural-law
|
3dfd530b38
|
Merge branch 'iss295' into upto-0.99.5
|
2010-12-31 09:48:48 +08:00 |
natural-law
|
34f45c8faa
|
Implement CCEventDispatcher.
|
2010-12-31 09:36:53 +08:00 |
minggo
|
942d0233cf
|
fixed #290
|
2010-12-30 17:30:11 +08:00 |
minggo
|
b0e5c06d37
|
Merge branch 'upto-0.99.5' of https://github.com/minggo/cocos2d-x into minggo-upto-0.99.5
|
2010-12-30 10:36:17 +08:00 |
minggo
|
da00d82117
|
fix some error in CCGrid and CCDirector.h
|
2010-12-30 10:28:13 +08:00 |
minggo
|
7b804d985b
|
merge yangws-upto-0.99.5 into upto-0.99.5
|
2010-12-30 10:25:35 +08:00 |