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
|
b5a99f90df
|
issue #375: rename file names and object names
|
2011-03-07 17:11:57 +08:00 |
minggo
|
4379a1c96f
|
Move ccxApplication to cocos2dx/platform on ios.
|
2011-03-02 17:05:22 +08:00 |
yangws
|
63cedd1317
|
Merge code of Platform_support for IOS.
|
2011-02-23 18:22:05 +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
|
8035fc366c
|
[uphone]Support read image file from zip file.
|
2011-02-17 16:16:50 +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
|
76ea63da7f
|
Change prefix CCX to ccx.
|
2011-01-27 17:07:36 +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
|
04c685b95a
|
issue #289, fix some warnings
|
2011-01-17 21:16:25 +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 |
natural-law
|
5155980ef9
|
fixed #309,optimize code.
|
2011-01-11 13:57:13 +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
|
f3e8665387
|
remove the usage of YES and NO
|
2010-12-31 16:37:00 +08:00 |
minggo
|
d0a16a246e
|
fixed comipling error and link error of upto-0.99.5
|
2010-12-31 14:56:24 +08:00 |
minggo
|
942d0233cf
|
fixed #290
|
2010-12-30 17:30:11 +08:00 |
yangws
|
c142070c2c
|
misc_node upto-0.99.5.
Signed-off-by: yangws <yangws@cocos2d-x.org>
|
2010-12-25 15:09:42 +08:00 |
Walzer
|
5c858b182c
|
issue #243, fix warnings
|
2010-12-18 12:02:57 +08:00 |
Leon
|
96f4f5c9fd
|
fix some compiling warning for iOS
|
2010-12-17 23:44:19 +08:00 |
minggo
|
22f7521cd3
|
fixed #215
|
2010-11-22 18:09:38 +08:00 |
Walzer
|
820c2f0714
|
issue #211 cocos2d-x back to cocos2dx
|
2010-11-18 15:01:42 +00:00 |
Walzer
|
b4328354af
|
issue #211 cocos2dx -> cocos2d-x
|
2010-11-18 14:07:17 +00:00 |
Ming
|
31809a3774
|
issue #208
|
2010-11-18 06:50:28 +00:00 |
yangws
|
b181701039
|
change win32 porject name
|
2010-11-17 02:46:43 +00:00 |
natural-law
|
d2006ec7a9
|
debug
|
2010-11-13 09:55:41 +00:00 |
Ming
|
416a319344
|
fixed #203
|
2010-11-13 03:34:49 +00:00 |
Ming
|
6062cf1558
|
issue #202
|
2010-11-12 09:26:01 +00:00 |
Walzer
|
200080aea0
|
fix #188 , make eglDestroyContext after glDeleteTexture
|
2010-11-03 06:47:23 +00:00 |
Ming
|
6853385c8d
|
resolve compile error for android
|
2010-11-03 02:59:07 +00:00 |
Walzer
|
3224f8b9c5
|
issue 172 : fix the bug. In CCTextureCache::addImage and CCTextureCache::addUIImage, we will lock the texture cache array before we use it. So we must make sure that we unlock the texture cache array when we return in the function.
|
2010-10-12 03:23:47 +00:00 |
Ming
|
7a9b417248
|
|
2010-10-11 10:05:34 +00:00 |
yangws
|
8900e0644c
|
helloworld-win32 vertical screen ok.
|
2010-10-09 09:41:42 +00:00 |
Walzer
|
01eb8da314
|
issue #171, modify object-c code in annotate.
|
2010-09-28 04:14:12 +00:00 |
Walzer
|
a279e5dc9b
|
issue 169, we should retain the new variable first, and then release the old one. assignment at last.
|
2010-09-27 10:19:10 +00:00 |
Walzer
|
3f233e2651
|
issue #161,support *.jpg,add texture to texture cache
|
2010-09-27 09:26:35 +00:00 |
Walzer
|
5b82f4d468
|
issue #161,support *.jpg
|
2010-09-26 02:09:05 +00:00 |
Walzer
|
8de5442c0e
|
issue #161,update CCTMXLayer, CCTMXTiledMap, CCTextureCache
|
2010-09-25 02:28:27 +00:00 |
Ming
|
b87fb419fb
|
issue #151
|
2010-09-18 06:14:51 +00:00 |
natural-law
|
8c1c49bff0
|
issue #143
Clear memory leaks
|
2010-09-11 08:35:06 +00:00 |
Ming
|
9cab8be0ff
|
issue #138
|
2010-09-09 09:24:55 +00:00 |
Walzer
|
cba41dc44b
|
issue #129, add obj->release when obj is inserted into NSDictionary
|
2010-09-08 06:52:56 +00:00 |
Walzer
|
64d0d7a7e1
|
fixed #134, fullPathFromRelativeFile, modify CCTextureCache::addImage
|
2010-09-08 01:28:28 +00:00 |
Walzer
|
4b86b49b08
|
fixed #134, fullPathFromRelativeFile, modify CCTextureCache::addImage
|
2010-09-07 10:04:57 +00:00 |
Ming
|
7b33c38e51
|
issue #61:
|
2010-09-06 10:10:41 +00:00 |
Walzer
|
fce216a111
|
issue #126, initialize the pointer
|
2010-09-06 06:15:06 +00:00 |
Ming
|
6e9ca000e5
|
issue #61:
|
2010-09-06 03:53:41 +00:00 |