minggo
|
efff0b767f
|
Merge pull request #591 from minggo/box2d
update Box2d for android iOS and linux
|
2011-11-29 01:49:50 -08:00 |
minggo
|
7194c25b63
|
issue #850: update Makefile for Box2d
|
2011-11-29 17:43:11 +08:00 |
YuLei Liao
|
9070248d17
|
* [fix] MenuItem::activate() not call script function with tag value
|
2011-11-29 17:40:18 +08:00 |
YuLei Liao
|
07a468cec9
|
* merge LuaSimpleAudioEngine to LuaCocos2d
|
2011-11-29 17:39:47 +08:00 |
minggo
|
735726355c
|
issue #850: add Makefile for Box2d
|
2011-11-29 17:22:03 +08:00 |
YuLei Liao
|
9aa72c23b2
|
* remove LuaEngineImpl.cpp
|
2011-11-29 17:13:44 +08:00 |
minggo
|
adfec68577
|
fixed #850: update Box2d for linux
|
2011-11-29 17:12:21 +08:00 |
YuLei Liao
|
757f840b47
|
* update tolua++ .pkg files, add CCScene::registerScriptEventsHandler(), CCScene::unregisterScriptEventsHandler()
|
2011-11-29 17:12:08 +08:00 |
YuLei Liao
|
83aaa504d2
|
* change error message
|
2011-11-29 17:11:47 +08:00 |
YuLei Liao
|
3e47f7a546
|
* add CCLuaEngine::executeFunctionWith...Data()
|
2011-11-29 17:11:20 +08:00 |
YuLei Liao
|
90ae1aabc7
|
* add CCScene::registerScriptEventsHandler(), CCScene::unregisterScriptEventsHandler()
|
2011-11-29 17:10:58 +08:00 |
YuLei Liao
|
6117e15354
|
* [fix] CCFileUtils::getDoubleResolutionImage() not display HD file path.
|
2011-11-29 15:52:13 +08:00 |
YuLei Liao
|
149e33ef69
|
* fix tolua_ref_function() and tolua_remove_function_by_refid()
|
2011-11-29 15:51:18 +08:00 |
YuLei Liao
|
c7ee84ccd4
|
* update tolua++ .pkg files
|
2011-11-29 15:45:20 +08:00 |
YuLei Liao
|
ab184c7ead
|
* CCLuaEngine::executeFunctionByRefID() support additional parameters
|
2011-11-29 15:44:54 +08:00 |
YuLei Liao
|
0739c1f262
|
* rename LuaEngine to CCLuaEngine
* add #if LUA_ENGINE
* format source files
|
2011-11-29 15:42:12 +08:00 |
YuLei Liao
|
e9fa8116e9
|
* rename tolua_fix.cpp to tolua_fix.c
|
2011-11-29 15:40:15 +08:00 |
minggo
|
c99d254c01
|
issue #850: update box2d for iOS and android
|
2011-11-29 15:16:16 +08:00 |
minggo
|
30f547fbe6
|
Merge pull request #590 from dumganhar/issue850_Box2d2.2.1
Issue850 box2d2.2.1
|
2011-11-28 22:19:39 -08:00 |
dumganhar
|
89f9bd6560
|
issue #850: upgrate box2d to 2.2.1 version, test on win32 and bada
|
2011-11-29 12:50:29 +08:00 |
dumganhar
|
5106f60131
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into issue850_Box2d2.2.1
|
2011-11-29 12:42:25 +08:00 |
YuLei Liao
|
31b47c3fc6
|
* remove needless code
|
2011-11-29 12:38:28 +08:00 |
dumganhar
|
0fff92236f
|
add f project
|
2011-11-29 12:38:20 +08:00 |
YuLei Liao
|
f1351610d8
|
* merge CCLuaSupport to CCLuaEngine
|
2011-11-29 12:35:48 +08:00 |
YuLei Liao
|
4ba170d82f
|
* rename LuaEngine.cpp/.h to CCLuaEngine.cpp/.h
|
2011-11-29 12:35:34 +08:00 |
minggo
|
266f0ee7ab
|
Merge pull request #586 from leon-li/master
Fix some minor bugs.
|
2011-11-28 18:27:38 -08:00 |
Leon
|
f108952595
|
Merge remote branch 'upstream/master'
Conflicts:
cocos2dx/support/CCPointExtension.cpp
|
2011-11-29 10:15:15 +08:00 |
minggo
|
d07f9a792d
|
Merge pull request #589 from dumganhar/master_base
fix some bugs on bada
|
2011-11-28 17:52:24 -08:00 |
dumganhar
|
4bdd70ab90
|
fixed #781: Add functions for effects
|
2011-11-29 09:27:44 +08:00 |
dumganhar
|
d108f4f456
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into master_base
|
2011-11-28 23:13:02 +08:00 |
minggo
|
845f6d0051
|
Merge pull request #588 from minggo/iss879_CCAssert
issue #879: replase assert with CCAssert
|
2011-11-28 05:03:43 -08:00 |
dumganhar
|
2414117023
|
Merge branch 'master_base' of https://github.com/dumganhar/cocos2d-x into master_base
|
2011-11-28 19:37:59 +08:00 |
dumganhar
|
9586f13386
|
issue #850: test box2d2.2.1 on bada
|
2011-11-28 19:03:10 +08:00 |
dumganhar
|
5a984bcc29
|
Merge branch 'master_base' into box2d2.2.1
|
2011-11-28 18:32:38 +08:00 |
dumganhar
|
3442d17dbe
|
fixed #880: implement preLoadBackgroundMusic on bada, fix the bug that playEffect repeatly can't work. Modify CC_ASSERT macro define.
|
2011-11-28 18:05:38 +08:00 |
minggo
|
f0d22ae504
|
issue #879: replase assert with CCAssert
|
2011-11-28 17:28:43 +08:00 |
dumganhar
|
5a1891087d
|
fixed #880: support playeffect repeatly on bada.
|
2011-11-28 16:09:01 +08:00 |
dumganhar
|
112ec42670
|
fixed #854: support bada pthread and semaphore
|
2011-11-28 16:07:17 +08:00 |
dumganhar
|
55d9beb92e
|
issue #880: playEffect repeatly can't work on bada platform
|
2011-11-28 15:49:37 +08:00 |
dumganhar
|
cad4ff05f3
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into master_base
Conflicts:
cocos2dx/textures/CCTextureCache.cpp
|
2011-11-28 15:43:13 +08:00 |
dumganhar
|
31ea76c16a
|
remove COCOS2D_DEBUG=1 in helloworld and cocos2dx project
|
2011-11-28 14:33:29 +08:00 |
dumganhar
|
20455bf164
|
fix a bug that when selecting "target-release" in building configurations, CCFileUtils::getFileData can't work correctly because CC_ASSERT is called uncorrectly.
|
2011-11-28 14:27:48 +08:00 |
YuLei Liao
|
153774b46d
|
* merge CCTransitionPageTurn.pkg, CCTransitionRadial.pkg to CCTransition.pkg
|
2011-11-28 11:27:24 +08:00 |
minggo
|
77cf6f3cbc
|
Merge pull request #587 from minggo/iss854_addImageSync
issue #854: fix warning
|
2011-11-27 18:15:35 -08:00 |
minggo
|
8fd6a7298f
|
issue #854: fix warning
|
2011-11-28 10:12:31 +08:00 |
Leon
|
6f99f7efde
|
1. fix multi touch index.
2. swap.
3. create gl view.
|
2011-11-26 22:37:36 +08:00 |
Walzer
|
ab7db20809
|
Fix a typo, CCSprite::get/setHornorParnetTransform to get/setHonorParnetTransform
|
2011-11-26 17:20:12 +08:00 |
Walzer
|
8edbbd56a9
|
Fix a typo here. Two values are not swapped correctly, max_inclusive is still equal to itself.
|
2011-11-26 17:07:36 +08:00 |
dumganhar
|
10f5082a83
|
update box2d to version2.2.1
|
2011-11-25 18:30:27 +08:00 |
minggo
|
c74502da94
|
Merge pull request #585 from minggo/iss854_addImageAsync
Iss854 add image async
|
2011-11-25 00:19:15 -08:00 |