James Chen
|
8aa3f7f9ae
|
issue #1056: TestCases works ok except Box2dTest and ChipmunkTest.
|
2012-03-14 18:11:25 +08:00 |
James Chen
|
b8d760064d
|
issue #1056: Add CCVertex.h CCVertex.cpp, implement CCMotionStreak.
|
2012-03-14 16:10:01 +08:00 |
James Chen
|
aefdb852a2
|
issue #1056: synchronise cocos2d-iphone gles2.0 branch, HelloWorld on win32 works ok.
|
2012-03-14 14:55:17 +08:00 |
James Chen
|
bd59979495
|
add gles2.0 libraries for win32.
add CCGLProgram, ccGLState, CCShaderCache.
add third library---kazmath
|
2012-03-12 15:22:03 +08:00 |
minggo
|
7dfe4224e1
|
Merge pull request #756 from dualface/fix-lua-engine-bugs
fixed #1030: Improve Lua engine
|
2012-03-07 21:42:35 -08:00 |
minggo
|
e9c1e43e27
|
Merge pull request #755 from dumganhar/iss1022_string_with_file
fixed #1022: Added a static method named CCString::stringWithContentsOfFile.
|
2012-03-07 21:39:59 -08:00 |
minggo
|
645d561276
|
fixed #737: remove view id
|
2012-03-08 12:40:27 +08:00 |
Liao YuLei
|
c6c7fb1be6
|
Improve Lua engine
rename executeFunctionByRefId() to executeFunctionByHandler()
add executeFunctionWithCCObject()
add pushIntegerToLuaStack()
add pushFloatToLuaStack()
add pushBooleanToLuaStack()
add pushCCObjectToLuaStack()
|
2012-03-07 20:27:26 +08:00 |
James Chen
|
c91fd243dc
|
Update cocos2dx/include/CCString.h
|
2012-03-07 16:15:26 +08:00 |
James Chen
|
00745ae172
|
fixed #1022: add the comment for CCString::stringWithContentsOfFile.
|
2012-03-07 16:12:46 +08:00 |
James Chen
|
fd9dd6c7fe
|
add stringWithContentsOfFile static method in CCString class.
|
2012-03-05 11:13:45 +08:00 |
James Chen
|
6c01009a18
|
fixed #986: Add init() member funciton of CCMenu class.
|
2012-02-29 10:07:18 +08:00 |
minggo
|
fd9445f6df
|
add commet for CCArray
|
2012-02-23 10:06:36 +08:00 |
James Chen
|
f8ff388e8d
|
rename Resource(in HelloLua and HelloWorld project) and Res(in tests project) to Resources.
test ok on win32 and android
|
2012-02-14 18:04:56 +08:00 |
James Chen
|
c3d23a7923
|
issue #972: Modify project setting for all platforms. Use new icons for ios template.
|
2012-02-14 15:13:54 +08:00 |
James Chen
|
65b1b20c8d
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into iss972_CCNotificationCenter
Conflicts:
cocos2dx/proj.win32/cocos2d-win32.vcxproj.filters
tests/test.win32/test.win32.vcxproj.filters
|
2012-02-14 11:43:04 +08:00 |
minggo
|
c98dd0cf2d
|
fixed #948: remove getIndexOfObject()
|
2012-02-14 10:49:53 +08:00 |
James Chen
|
81ec2c8586
|
issue #972: add support for CCNotificationCenter, and add the test demo for it.
modify the project setting for VS2008 and VS2010
|
2012-02-10 11:48:33 +08:00 |
minggo
|
5ce4968524
|
merge from cocos2d-x master
|
2012-02-10 10:46:58 +08:00 |
minggo
|
141dac47d3
|
Merge branch 'luafix-master' of https://github.com/dualface/cocos2d-x into lua_support_refactor
|
2012-02-09 17:58:39 +08:00 |
YuLei Liao
|
e74b842a58
|
update HelloLua
|
2012-02-09 17:48:15 +08:00 |
minggo
|
95906c34bf
|
Merge branch 'luafix-master' of https://github.com/dualface/cocos2d-x into lua_support_refactor
|
2012-02-09 16:14:54 +08:00 |
minggo
|
153d2b8192
|
issue #971: build cocos2dx as static lib and remove some unneeded codes
|
2012-02-09 15:49:14 +08:00 |
YuLei Liao
|
6ebdf9cb4b
|
* add CCScriptSupport
|
2012-02-09 14:07:11 +08:00 |
dumganhar
|
ca94a11190
|
fixed #951: removed definition of NSMutableSet.
|
2012-02-07 15:35:10 +08:00 |
YuLei Liao
|
7a96d13fb6
|
rename all FuncID to Handler
|
2012-02-07 11:43:29 +08:00 |
YuLei Liao
|
4fe0c10e10
|
merge upstream/master
|
2012-02-06 10:54:51 +08:00 |
YuLei Liao
|
69a7e2a2e3
|
* change unsigned int CCObject::m_uLuaID -> int CCObject::m_nLuaID, because LUA_INTEGER is int.
|
2012-02-04 11:34:17 +08:00 |
dumganhar
|
6fbf2f1d09
|
move SelectorProtocol to CCObject
|
2012-02-03 15:05:29 +08:00 |
dumganhar
|
f6d6d0dd49
|
fixed #965: Remove some dynamic_cast callings since selector_protocol.h was removed
|
2012-02-02 17:46:45 +08:00 |
minggo
|
591b7d0619
|
fixed #933: profile CCUserDefault
|
2012-02-02 14:18:13 +08:00 |
minggo
|
a2efab73a0
|
fixed #959: make touch id correct on android
|
2012-01-31 14:49:02 +08:00 |
dumganhar
|
c6ec949950
|
remove some functions in CCObject
|
2012-01-30 16:07:01 +08:00 |
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
|
57eee38f4e
|
Merge branch 'master' into moveSel2CCObject
|
2012-01-19 15:46:31 +08:00 |
dumganhar
|
543d96a73f
|
issue 952: make CCLabelBMFont support other language, such as chinese, korean, japanese.
|
2012-01-18 18:02:39 +08:00 |
dumganhar
|
aa4fae3980
|
restore original CCCopying as the parent class of CCObject
|
2012-01-17 10:00:22 +08:00 |
dumganhar
|
ea0fb47f98
|
Merge branch 'master' into moveSel2CCObject
|
2012-01-17 09:37:31 +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 |
dumganhar
|
d61f87ba92
|
modify construct and destruct function of some class, for example CCNode() --> CCNode.cpp(void)
|
2012-01-09 23:21:31 +08:00 |
dumganhar
|
a773e4fb96
|
move SelectorProtocol to CCObject
|
2012-01-08 21:03:16 +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 |