James Chen
|
7d8b261ced
|
fixed #1477: Abstracts Lua and JS binding protocol, some bugs fixes in lua-binding, adding custom menu on win32 and mac for switching resolutions.
|
2012-09-11 14:02:33 +08:00 |
James Chen
|
9ba5a1bfef
|
issue #1454: Removed COCOS2D_JAVASCRIPT macro.
|
2012-08-31 21:23:23 +08:00 |
James Chen
|
e584b94728
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into js
Conflicts:
scripting/javascript/bindings/cocos2d_generated.cpp
|
2012-08-30 20:16:54 +08:00 |
James Chen
|
55423ed5b9
|
Moved '#include <stdint.h>' to 'platform/ios(android,linux,blackberry)/CCStdC.h' since win32 don't have a stdint.h.
|
2012-08-29 14:49:02 -07:00 |
Rohan Kuruvilla
|
c62462d997
|
Including callback support for onEnterTransitionDidFinish and onExitTransitionDidStart
|
2012-08-28 17:43:35 -07:00 |
mustime
|
60a64d0eca
|
issue #1425: remove the scheduleScriptHandler interface from CCNode
|
2012-08-28 12:49:43 +08:00 |
Rolando Abarca
|
a114502929
|
removes OBJECT_TYPE thing
|
2012-08-27 08:43:38 -07:00 |
Rohan Kuruvilla
|
0e9ba1173a
|
Callbacks
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
4e640ecb35
|
uses new ADD_OBJECT_TYPE macro
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
e757d55a29
|
updates cocos2d-x API to support getObjectType()
|
2012-08-27 05:45:11 -07:00 |
mustime
|
be116f5352
|
issue #1425: update TestLua project
|
2012-08-27 11:43:47 +08:00 |
mustime
|
9949a34669
|
issue 1381: change setContentSize(CCSize size) to setContentSize(const
CCsize & size) in CCNode
|
2012-07-27 16:57:56 +08:00 |
Walzer
|
9eab0c19f8
|
add groups to all classes for doxygen
|
2012-06-20 18:09:11 +08:00 |
James Chen
|
24e3ec7499
|
fixed #1336: Updated comment information for deprecated apis.
|
2012-06-20 14:31:36 +08:00 |
James Chen
|
b818c0afa6
|
fixed #1336: Used CC_DEPRECATED_ATTRIBUTE macro to mark deprecated interfaces.
|
2012-06-20 11:48:31 +08:00 |
minggo
|
2666df9472
|
issue #1269:mrege latest code and fix conflict
|
2012-06-19 13:57:33 +08:00 |
minggo
|
9ec29d715a
|
issue #1269:make tests HelloWorld HelloLua and testjs refer subproject cocos2dx
|
2012-06-19 13:50:11 +08:00 |
James Chen
|
b66be55156
|
issue #1333: Use CC_PROPERTY instead of CC_PROPERTY_PASS_BY_REF for m_tContenSize
|
2012-06-18 18:31:29 +08:00 |
James Chen
|
595a402c83
|
fixed #1292:make some function names more readable.
|
2012-06-15 16:47:30 +08:00 |
minggo
|
d0f905992a
|
issue #1292:make some function names more readable
|
2012-06-15 15:10:40 +08:00 |
James Chen
|
7fe3f7357e
|
issue #1324: Reverted old interfaces.
|
2012-06-14 17:18:05 +08:00 |
James Chen
|
3f7b44fc23
|
issue #1324: Added create() for static member functions that new an autorelease object
|
2012-06-14 15:13:16 +08:00 |
James Chen
|
35e9e44e39
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
|
2012-06-08 15:31:23 +08:00 |
James Chen
|
6cf608effd
|
issue #1310: deleted some functions which can't be implemented in C++. Moved arrayMakeObjectsPerformSelector to CCArray.h.
|
2012-06-08 15:17:15 +08:00 |
minggo
|
9a600c6221
|
issue #1310: syncronize base_nodes
|
2012-06-08 14:17:39 +08:00 |
minggo
|
cc16320445
|
issue #1310: syncronize actions
|
2012-06-08 13:55:28 +08:00 |
James Chen
|
0f36a89c7e
|
issue #1188: Refactor directory. Compile successfully on android and win32(vs2008 debug).
|
2012-04-25 16:18:04 +08:00 |