James Chen
|
a6b24cd40b
|
Merge pull request #9 from minggo/iss1489-AssetsManager
issue #1489: Updates with upstream.
|
2013-02-25 02:08:03 -08:00 |
James Chen
|
17d9837b45
|
Adds AssetsManager support for win32.
|
2013-02-25 18:03:38 +08:00 |
minggo
|
442e8ea0cc
|
issue #1489:android works ok
|
2013-02-25 16:58:10 +08:00 |
James Chen
|
e3daa6c9af
|
Merge branch 'iss1489-AssetsManager' of https://github.com/minggo/cocos2d-x into minggo-iss1489-AssetsManager
|
2013-02-25 16:23:02 +08:00 |
James Chen
|
8e819ac32c
|
Updates libcurl with ssl support for win32.
|
2013-02-25 16:16:57 +08:00 |
minggo
|
c8baa94753
|
issue #1489: update ios libcurl and add android project
|
2013-02-25 14:33:04 +08:00 |
minggo
|
1ae332ac0b
|
Merge https://github.com/cocos2d/cocos2d-x into iss1489-AssetsManager
|
2013-02-25 10:25:24 +08:00 |
James Chen
|
fdf8595353
|
tab -> 4 space.
|
2013-02-22 16:16:16 +08:00 |
James Chen
|
476e3801eb
|
tab -> 4 space.
|
2013-02-22 16:15:17 +08:00 |
James Chen
|
b54b924923
|
fixed #1743: Adding an additional transform for CCNode.
|
2013-02-22 16:01:49 +08:00 |
James Chen
|
46ee771e1c
|
Merge branch 'master' of https://github.com/jxhgzs/cocos2d-x into jianghua-patch
|
2013-02-22 13:46:00 +08:00 |
James Chen
|
8921d92143
|
Removed some unused codes.
|
2013-02-22 11:58:52 +08:00 |
minggo
|
ed1cbb94c2
|
Merge https://github.com/cocos2d/cocos2d-x into iss1489-AssetsManager
|
2013-02-22 11:04:40 +08:00 |
James Chen
|
b50515c5bc
|
Merge pull request #1873 from ThePickleMan/master
fixed #1742: Added 'rotationIsDir' property to ParticleSystem.
|
2013-02-21 19:02:39 -08:00 |
minggo
|
1df0095993
|
fix a bug of CCUserDefault
|
2013-02-22 11:01:57 +08:00 |
minggo
|
33b857c3f7
|
Merge pull request #1984 from billy1380/master
CCLens3d can be concave
|
2013-02-21 18:08:47 -08:00 |
folecr
|
f26f254daa
|
Use CCLOG instead of CCMessageBox to report file system errors
|
2013-02-21 17:05:17 -08:00 |
folecr
|
8408fc6d1b
|
Remove unused access to Android application's external asset path.
|
2013-02-21 17:05:17 -08:00 |
folecr
|
82ae5f62fd
|
Remove unused access to Android application's cache directory
|
2013-02-21 17:05:17 -08:00 |
jiang xiaohua
|
d875edbd74
|
Additional a transformation matrix, Used in is not parent-child relationship but we still need to maintain transformation parent-child
Example:
GameObject_Parent(CCNode; create from CCNode)
GameObject_sub1(CCNode; Create from the same CCSpriteBatchNode,the node's parent is CCLayer )
RenderComponents1( Create form the same CCSpriteBatchNode)
Components2
....
GameObject_sub2 (CCNode; Create from the CCNode,the node's parent is GameObject_Parent )
RenderComponents1( not used batchNode)
Now, GameObject_sub1 not GameObject_Parent node, but I want it to simulate the change of the son is GameObject_Parent;
I Need additional the father's matrix in child Node ;
|
2013-02-20 22:33:28 +08:00 |
James Chen
|
fa90ae320b
|
issue #1733: Updated cocos2dx/proj.linux/Makefile.
|
2013-02-19 18:08:58 +08:00 |
James Chen
|
1415c90bd4
|
webp lib depends on the module of cpufeatures when compiling with "APP_ABI := armeabi-v7a".
|
2013-02-18 17:52:13 +08:00 |
James Chen
|
3452d44329
|
issue #1712: Removed importing some unused packages in Cocos2dxActivity.
|
2013-02-18 14:00:57 +08:00 |
James Chen
|
6b5a5c5317
|
issue #1712: Moving getDPI from Cocos2dxActivity to Cocos2dxHelper.
|
2013-02-18 13:51:16 +08:00 |
James Chen
|
505577239c
|
jfloat --> jint.
|
2013-02-17 17:21:11 +08:00 |
James Chen
|
f219f480cc
|
issue #1712: DPI return integer on android.
|
2013-02-17 17:18:38 +08:00 |
James Chen
|
cda7da3d43
|
fixed #1712: Adding default dpi for marmalade and mac since i don't know how to get DPI for these platforms.
|
2013-02-17 17:13:06 +08:00 |
James Chen
|
541dd357fa
|
issue #1712: Getting DPI support for Linux.
|
2013-02-17 16:54:45 +08:00 |
James Chen
|
edfe4c2a0c
|
issue #1712: Adding empty CCDevice.cpp for linux, mac and marmalade.
|
2013-02-17 16:26:59 +08:00 |
James Chen
|
2626005d20
|
issue #1712: Updating project setting for blackberry.
|
2013-02-17 16:26:08 +08:00 |
James Chen
|
2b8ea8145a
|
issue #1712: Getting DPI support for Blackberry.
|
2013-02-17 16:25:15 +08:00 |
James Chen
|
3dd792475f
|
issue #1712: Moved CCDevice.cpp to platform/win32.
|
2013-02-17 11:52:30 +08:00 |
James Chen
|
9f6df60be0
|
issue #1712: Adding win32 support.
|
2013-02-17 11:34:55 +08:00 |
James Chen
|
ac17f67686
|
issue #1712: Adding getting dpi support for iOS and Android.
|
2013-02-16 19:36:21 +08:00 |
James Chen
|
373706d3b3
|
Merge pull request #1977 from moadib/master
Added window_group creation to CCEGLView for blackberry.
|
2013-02-15 19:59:09 -08:00 |
billy1380
|
a1753113b5
|
CCLens3d can be concave
added boolean operator to enable the lens to be concave as well as
convex
|
2013-02-16 03:12:12 +00:00 |
James Chen
|
ad61fa3e9b
|
fixed #1703: fixed compilation errors for BlackBerry.
|
2013-02-16 11:05:30 +08:00 |
moadib
|
fa1fee307a
|
Added window_group creation to CCEGLView for blackberry
|
2013-02-12 19:00:02 +04:00 |
Ben Ward
|
5f6ce9db92
|
Adding Portuguese and Arabic language support
|
2013-02-11 15:29:56 +00:00 |
minggo
|
ba8f26fed9
|
Merge pull request #1969 from minggo/iss1702-writablePath
modify writable path for iOS and Android
|
2013-02-06 22:16:46 -08:00 |
minggo
|
59c1f33ad5
|
fixed #1702:modify writable path to the return value of Context.getFilesDirectory()
|
2013-02-07 14:11:23 +08:00 |
James Chen
|
ca9cc14d5d
|
Merge pull request #1965 from fape/marmalade_tinyxml2
Marmalade tinyxml2 fixes
|
2013-02-06 19:24:33 -08:00 |
James Chen
|
3f0a5ab945
|
Merge pull request #1964 from fape/marmalade_webp
Marmalade webp fixes
|
2013-02-06 19:21:12 -08:00 |
ivzave
|
165faf49df
|
prevent unintentional tinyxml2.cpp deletion during make clean on linux
|
2013-02-07 05:17:46 +04:00 |
fape
|
1ed9d643c5
|
prevent WEBP_USE_SSE2
|
2013-02-06 17:44:06 +01:00 |
fape
|
7e19a5464a
|
Include missing header files to libwebp's marmalade project file.
|
2013-02-06 16:17:47 +01:00 |
fape
|
19c266ef47
|
include missing CCPlatformMacros.h
|
2013-02-06 16:16:40 +01:00 |
fape
|
05eb3a59f5
|
include missing CCPlatformMacros.h
|
2013-02-06 15:50:09 +01:00 |
fape
|
948732d617
|
marmalade tinyxml2 fixes
|
2013-02-06 14:49:04 +01:00 |
fape
|
b51102d234
|
marmalade webp fixes
|
2013-02-06 14:40:48 +01:00 |
minggo
|
404cdf1122
|
issue #1702:return documents for iOS
|
2013-02-06 18:11:27 +08:00 |
minggo
|
0c5bcb3f7b
|
issue #1702:fix a typo error
|
2013-02-06 18:04:40 +08:00 |
James Chen
|
fb9ac31d08
|
fixed bugs in CCUserDefault.cpp after using tinyXML2, fixed warnings in SpriteTest.cpp.
|
2013-02-06 17:20:54 +08:00 |
James Chen
|
564939ee16
|
Merge pull request #1962 from dumganhar/iss1770-webp
fixed #1770: Adding the library of webp for linux 32bit.
|
2013-02-06 00:49:03 -08:00 |
minggo
|
ed332770c3
|
fixed #1703:remove depence of libxml2 for vs project
|
2013-02-06 16:37:20 +08:00 |
James Chen
|
e547735730
|
fixed #1770: Adding the library of webp for linux 32bit.
|
2013-02-06 16:33:54 +08:00 |
minggo
|
60d36ed3aa
|
issue #1703:fix conflicts when synchronized to latest codes
|
2013-02-06 16:18:37 +08:00 |
James Chen
|
561f6ca435
|
issue #1770: Adding webp image format support for linux 64bit.
|
2013-02-06 15:47:23 +08:00 |
minggo
|
396230bb77
|
issue #1703:remove dependence of libxml2 for marmalade and linux
|
2013-02-06 14:16:06 +08:00 |
minggo
|
9a7cca5ed4
|
issue #1703:remove dependence of libxml2
|
2013-02-06 14:12:52 +08:00 |
minggo
|
fcc6ed89ae
|
add tinyxml2 to mac and marmalade project
|
2013-02-06 13:57:16 +08:00 |
minggo
|
3d9a0dc99d
|
issue #1703:add tinyxml2 codes into vs project
|
2013-02-06 13:49:35 +08:00 |
James Chen
|
c7fdb1e637
|
Merge branch 'iss1770-webp' of https://github.com/dumganhar/cocos2d-x into iss1770-webp
|
2013-02-06 13:07:22 +08:00 |
James Chen
|
cc690c5a86
|
issue #1770: Adding webp support for mac port.
|
2013-02-06 13:06:48 +08:00 |
minggo
|
e136476fb3
|
issue #1703:add tinyxml2 in makefile
|
2013-02-06 11:55:36 +08:00 |
minggo
|
682910b5f8
|
Merge https://github.com/cocos2d/cocos2d-x into tinyxml
|
2013-02-06 11:53:58 +08:00 |
James Chen
|
95dc349b77
|
issue #1770: Adding webp support for win32.
|
2013-02-06 11:23:10 +08:00 |
minggo
|
7d02925d7e
|
issue #1703:include tinyxml2 files in android/iOS project
|
2013-02-06 11:15:54 +08:00 |
James Chen
|
1e5431bcc5
|
issue #1770: Adding webp support for blackberry and marmalade.
|
2013-02-06 10:52:13 +08:00 |
minggo
|
6e3409a30c
|
issue #1703:move tinyxml2 to cocos2dx/support
|
2013-02-06 10:18:31 +08:00 |
James Chen
|
a94e1b2a9d
|
issue #1770: Webp works ok on Android and iOS.
|
2013-02-05 18:18:53 +08:00 |
James Chen
|
64248386a2
|
issue #1770: Updating iOS project configuration and adding WEBP test demo.
|
2013-02-05 11:37:13 +08:00 |
James Chen
|
da91e97e17
|
Merge branch 'add_webp_support' of https://github.com/dualface/cocos2d-x into iss1770-webp
Conflicts:
scripting/javascript/bindings/generated
|
2013-02-05 11:22:53 +08:00 |
James Chen
|
c42ef7e44a
|
Merge pull request #1953 from dualface/add_CCFileUtils_Lua_support
issue #1687: Adding CCFileUtils Lua support. Adding CCFileUtils::addSearchPath, addSearchResolutionsOrder.
|
2013-02-04 18:59:49 -08:00 |
minggo
|
ca0b9ca521
|
Merge pull request #1957 from thomaslee/initwithimage-without-release
Don't call release() if CCTexture2D::initWith* fails
|
2013-02-04 02:12:32 -08:00 |
Tom Lee
|
4023fcc094
|
Return false instead of NULL
|
2013-02-04 01:38:22 -08:00 |
minggo
|
5f9e0b5ac2
|
Merge branch 'tinyxml2' of https://github.com/martell/cocos2d-x into tinyxml
|
2013-02-04 17:24:22 +08:00 |
Tom Lee
|
610aeb28cf
|
Don't call release() if initWith* fails
|
2013-02-04 01:04:54 -08:00 |
minggo
|
0465a950c7
|
Merge pull request #1951 from dumganhar/iss1697-render-texture
issue #1697: fixed two logical errors in CCRenderTexture::initWithWithAndHeight.
|
2013-02-04 00:28:54 -08:00 |
minggo
|
8511e75745
|
fixed #1689:fixed a compiling error
|
2013-02-04 16:17:59 +08:00 |
dualface
|
5904512ac6
|
add CCFileUtils Lua support
|
2013-02-04 12:41:24 +08:00 |
dualface
|
c13965c939
|
remove duplicate codes
|
2013-02-04 11:52:16 +08:00 |
James Chen
|
7f81db038c
|
issue #1697: fixed two logical error in CCRenderTexture::initWithWithAndHeight.
|
2013-02-04 11:33:13 +08:00 |
minggo
|
744bfb3cb2
|
Merge pull request #1945 from dualface/add_CCLuaObjcBridge
add CCLuaObjcBridge
|
2013-02-03 19:32:17 -08:00 |
minggo
|
7f594f00b8
|
Merge pull request #1930 from NatWeiss/tmxpolygons
Added TMX polygon parsing.
|
2013-02-02 19:17:44 -08:00 |
James Chen
|
a0bf0d8655
|
issue #1687: Moving the implementation of NS2CC.mm to CCFileUtilsIOS(MAC).mm.
|
2013-02-03 10:56:59 +08:00 |
dualface
|
f8c372ca9b
|
fix CCLuaLog()
|
2013-02-02 15:05:30 +08:00 |
dualface
|
c58a63aa92
|
fix for android
|
2013-02-02 14:56:09 +08:00 |
dualface
|
d6686fe57c
|
Merge branch 'upstream_master' into add_webp_support
|
2013-02-02 12:24:05 +08:00 |
dualface
|
7839ceb45b
|
add CCLuaObjcBridge
|
2013-02-02 02:05:52 +08:00 |
James Chen
|
e25c79f1ec
|
issue #1687: CCFileUtils::isFileExist now support relative path.
|
2013-02-01 22:19:58 +08:00 |
James Chen
|
ae0b973cf1
|
issue #1687: Moving the global function( ccFileUtils_dictionaryWithContentsOfFileThreadSafe, ccFileUtils_arrayWithContentsOfFileThreadSafe) to the CCFileUtils class.
)
|
2013-02-01 18:48:44 +08:00 |
James Chen
|
1acdf1c957
|
issue #1687: Updating the comments for CCFileUtils.
|
2013-02-01 17:16:33 +08:00 |
James Chen
|
357da4f2fc
|
issue #1687: Updating the comments for CCFileUtils.
|
2013-02-01 16:46:15 +08:00 |
James Chen
|
a110778739
|
issue #1687: Updating comments for CCFileUtils.
|
2013-02-01 15:41:41 +08:00 |
James Chen
|
c296ab363f
|
issue #1687: Comments some logs output for CCFileUtils.
|
2013-02-01 11:53:05 +08:00 |
James Chen
|
63778570d2
|
issue #1687: [Marmalade] If the font name wasn't end with `.ttf`, skip making a full path.
|
2013-02-01 11:40:55 +08:00 |
James Chen
|
3a9346e6ff
|
issue #1687: Refactoring CCFileUtils, abstracting the same implementations for all platforms.
|
2013-02-01 11:20:46 +08:00 |
James Chen
|
9b5d0bd251
|
Merge pull request #1935 from moadib/bb_eglview_event_handler
fixed #1015: Added CCEGLView::EventHandler class for Blackberry platform.
|
2013-01-30 22:31:03 -08:00 |
James Chen
|
eb7cae93fd
|
Merge pull request #1937 from dumganhar/revert-ttf-update
Reverted the logic of CCLabelTTF::updateTexture.
|
2013-01-30 22:28:48 -08:00 |