YuLei Liao
|
f8dafe6712
|
* add CCNode::getChildrenCount()
|
2012-01-21 01:29:41 +08:00 |
YuLei Liao
|
b79828a697
|
* merge lua fix
|
2012-01-21 00:47:51 +08:00 |
YuLei Liao
|
9660bcd165
|
* merge upstream/master to master
|
2012-01-20 19:08:21 +08:00 |
dumganhar
|
543d96a73f
|
issue 952: make CCLabelBMFont support other language, such as chinese, korean, japanese.
|
2012-01-18 18:02:39 +08:00 |
gzito
|
c87881ff94
|
Added Marmalade support to TextInputTest and HelloLua samples
|
2012-01-15 15:57:10 +01:00 |
minggo
|
cfe02e39ef
|
Broken include guard in CCActionEase.h
|
2012-01-12 17:06:46 +08:00 |
minggo
|
75216ac9ca
|
make CCTouchDelegate::touchDelegateRetain() and touchDelegateRelease as pure virtual function
|
2012-01-11 16:54:14 +08:00 |
minggo
|
f776ecc7e0
|
Merge pull request #650 from dumganhar/issue#934_add_isEqual
Add 'isEqual' function for CCString, make CCObject::isEqual to virtual function
|
2011-12-30 18:18:39 -08:00 |
dumganhar
|
8c65786dce
|
fixed #934: Add 'isEqual' function for CCString, make CCObject::isEqual to virtual function
|
2011-12-31 10:10:41 +08:00 |
minggo
|
53fae04ba8
|
fixed #752: make add/remove touch delegate in menu callback function correctly
|
2011-12-30 15:43:36 +08:00 |
minggo
|
fcb2294e20
|
fixed #926: subclass should retain/release when dynamic_cast fail.
|
2011-12-28 14:47:54 +08:00 |
minggo
|
37915cfed6
|
remove unneeded function, and make protocol an abstract class
|
2011-12-28 14:46:49 +08:00 |
YuLei Liao
|
bbad5a4392
|
* merge upstream/master to master
|
2011-12-25 11:48:03 +08:00 |
minggo
|
bb4b1d02bb
|
Merge pull request #608 from GMTDev/patch-2
issue #903: Update CCTouch to include the ID/PID of the touch
|
2011-12-20 21:48:30 -08:00 |
GavT
|
36f8e43dd8
|
Update cocos2dx/include/CCTouch.h
|
2011-12-20 20:40:48 -08:00 |
minggo
|
01cf5793ad
|
fixed #922: rename CCTexture2D::setPVRImagesHavePremultipliedAlpha() and change it to a static method
|
2011-12-20 14:59:15 +08:00 |
minggo
|
faa8b59b6d
|
fixed #920: export functions in CCAffineTransform
|
2011-12-20 10:39:10 +08:00 |
YuLei Liao
|
318a4c5ba8
|
merge upstream/master to master
|
2011-12-17 12:02:24 +08:00 |
minggo
|
15fca8b4b4
|
issue #892: use RTTI instead of selectorRetain() and selectorRelease()
|
2011-12-15 10:26:31 +08:00 |
dumganhar
|
4b9cbb85ff
|
#issue 908: Merge marmalade to latest cocos2d-x source
Merge branch 'master' of https://github.com/gzito/cocos2d-x into marmalade
Conflicts:
cocos2dx/platform/CCFileUtils.cpp
cocos2dx/platform/CCPlatformConfig.h
cocos2dx/support/zip_support/ioapi.cpp
|
2011-12-12 17:46:21 +08:00 |
dumganhar
|
baf3755142
|
remove some '__QNX__' macros
|
2011-12-12 16:14:12 +08:00 |
styck
|
bcf63d0e96
|
Merged from gitbub.gom/gzito, marmalade support, remove airplay
|
2011-12-10 20:59:48 -08:00 |
YuLei Liao
|
7e170c7517
|
* add LUA_ENGINE_DEBUG & LUALOG macro
|
2011-12-08 15:44:13 +08:00 |
minggo
|
3bf11dba7e
|
issue #892: modify pkg for lua
|
2011-12-07 15:24:03 +08:00 |
minggo
|
cdc842051f
|
issue #892: use RTTI to simplify codes, work ok on win32
|
2011-12-07 14:28:22 +08:00 |
GavT
|
6ab60118af
|
Update cocos2dx/include/CCTouch.h
|
2011-12-06 20:31:40 -08:00 |
YuLei Liao
|
442e06e62e
|
* add CCNode:getPositionLua(), return CCPoint
|
2011-12-04 11:35:55 +08:00 |
YuLei Liao
|
cf12806558
|
merge luafix-0.9.2
|
2011-12-01 22:02:16 +08:00 |
YuLei Liao
|
2d9e8f065b
|
* add CCNode:getPositionX(), CCNode:getPositionY(), CCNode:setPositionX(), CCNode:setPositionY()
|
2011-12-01 14:58:39 +08:00 |
YuLei Liao
|
45fe3b3090
|
* merge luafix-0.9.2
|
2011-11-30 21:42:18 +08:00 |
YuLei Liao
|
a680ba4a8a
|
* CCTouch:locationInView() & CCTouch:previousLocationInView() return const reference
|
2011-11-30 21:29:57 +08:00 |
YuLei Liao
|
31285fea17
|
* add Touch & MultiTouches lua support
|
2011-11-30 21:27:50 +08:00 |
YuLei Liao
|
4bf68e79fd
|
* merge upstream/master to master
|
2011-11-29 19:56:20 +08:00 |
YuLei Liao
|
ebd381af26
|
* merge luafix-0.9.2 to master
|
2011-11-29 19:20:49 +08:00 |
YuLei Liao
|
90ae1aabc7
|
* add CCScene::registerScriptEventsHandler(), CCScene::unregisterScriptEventsHandler()
|
2011-11-29 17:10:58 +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
|
f1351610d8
|
* merge CCLuaSupport to CCLuaEngine
|
2011-11-29 12:35:48 +08:00 |
minggo
|
f0d22ae504
|
issue #879: replase assert with CCAssert
|
2011-11-28 17:28:43 +08:00 |
Walzer
|
ab7db20809
|
Fix a typo, CCSprite::get/setHornorParnetTransform to get/setHonorParnetTransform
|
2011-11-26 17:20:12 +08:00 |
minggo
|
101f076a44
|
fixed #760: implement functions in .cpp
|
2011-11-25 10:13:59 +08:00 |
minggo
|
c3a034a19b
|
fixed #760: add functions to get/add m_pNotificationNode
|
2011-11-23 17:18:53 +08:00 |
YuLei Liao
|
4ff2bf96d1
|
* ccConfig: add LUA_ENGINE macro, turn on Lua support when LUA_ENGINE defined
|
2011-11-23 13:41:48 +08:00 |
YuLei Liao
|
151b373239
|
* ccConfig: add LUA_ENGINE macro, turn on Lua support when LUA_ENGINE defined
|
2011-11-23 00:58:31 +08:00 |
YuLei Liao
|
a1f8433a47
|
* fix merge error 4
|
2011-11-21 18:50:19 +08:00 |
YuLei Liao
|
7a6253d9aa
|
* merge cocos2d-1.0.1-x-0.9.2-luafix to master
|
2011-11-21 16:38:00 +08:00 |
YuLei Liao
|
b34859108e
|
* remove needless files
|
2011-11-21 11:58:55 +08:00 |
YuLei Liao
|
57bf9453b7
|
* add CCLuaSupport.cpp/.h, CCSchedulerFuncEntry class
* move CCTimer from CCScheduler.cpp/.h to CCTimer.cpp/.h
|
2011-11-20 16:38:27 +08:00 |
YuLei Liao
|
09d12be875
|
* format cocos2d-x source files
|
2011-11-18 21:23:54 +08:00 |
minggo
|
a7d6c90adb
|
Merge pull request #571 from jbyu/master
fix memory-leak for lua engine
|
2011-11-17 18:53:14 -08:00 |
minggo
|
cc79e533a3
|
issue #854: add pthread for win32 and implement CCTextureCache::addImageAsync()
|
2011-11-16 11:04:29 +08:00 |