James Chen
|
fa21674f6c
|
issue #2301: Updating travis-scripts for emscripten.
|
2013-06-19 13:15:29 +08:00 |
James Chen
|
504a9e714e
|
issue #2300: copy --> clone for luabinding.
|
2013-06-19 12:08:26 +08:00 |
James Chen
|
2c0cc603d1
|
Merge branch 'master' into develop
Conflicts:
extensions/cocos-ext.h
|
2013-06-18 10:46:25 +08:00 |
James Chen
|
ccb67cbcb4
|
Template fix for iOS Template.
|
2013-06-17 15:54:12 +08:00 |
James Chen
|
c0d44cb2e4
|
fixed #2129: Rename m_iVar to _var, remove CC prefixes.
|
2013-06-15 14:03:30 +08:00 |
James Chen
|
c7c7189d90
|
Fix emscripten bugs.
|
2013-06-15 12:07:19 +08:00 |
James Chen
|
8c671bd0e9
|
Adding EMCC_DEBUG=1 to debug
|
2013-06-15 11:52:46 +08:00 |
James Chen
|
cec360df38
|
Reverting run-script.sh
|
2013-06-15 11:43:43 +08:00 |
James Chen
|
aeb331d3c4
|
issue #2284: Don't use multiple process to build emscripten since it'll generate errors.
|
2013-06-15 11:28:31 +08:00 |
James Chen
|
82cd7bb01f
|
Merge branch 'iss2284-merge-master' of https://github.com/minggo/cocos2d-x into minggo-iss2284-merge-master
|
2013-06-14 15:41:01 +08:00 |
James Chen
|
6e8b390094
|
Updating submodule of bindings-generator(Don't generate jsbinding glue codes for copy constructor.).
|
2013-06-14 14:15:04 +08:00 |
minggo
|
cd5bcb87af
|
issue #2284: merge master and fixed some conflicts
|
2013-06-13 17:54:05 +08:00 |
James Chen
|
0d7b7819c2
|
[travis-ci] Speed up android build.
|
2013-06-11 11:31:24 +08:00 |
James Chen
|
15f5538835
|
Adding travis-ci build for emscripten port.
|
2013-06-10 21:57:26 +08:00 |
James Chen
|
5d5a5be71c
|
Don't generate js binding glue code for CCMenuItem.*::initWithCallback.
|
2013-06-06 16:21:27 +08:00 |
James Chen
|
cda02af1e7
|
Using CC_DEPRECATED_ATTRIBUTE to mark functions as deprecated. Don't bind CCMenuItem::setCallback automatically.
|
2013-06-05 17:35:19 +08:00 |
James Chen
|
e4a8cad3c2
|
Updating cocos2dx_extension.ini
|
2013-06-05 14:56:06 +08:00 |
James Chen
|
418354df76
|
Update cocos2dx_extension.ini
|
2013-06-05 14:53:53 +08:00 |
minggo
|
d71e07db4e
|
fixed conflict
|
2013-06-05 13:48:31 +08:00 |
minggo
|
6491ff75cf
|
issue #2257: make ios template work
|
2013-06-05 11:21:04 +08:00 |
James Chen
|
13308b492e
|
Update generate-jsbindings.sh [ci skip], push to an unique branch.
|
2013-06-04 14:17:28 +08:00 |
James Chen
|
43791a5e2a
|
Update generate-jsbindings.sh [ci skip], push to an unique branch.
|
2013-06-04 15:15:50 +09:00 |
James Chen
|
64dec0df56
|
fixed #2247: Using functions instead of macros to speeding up building for JSB project.
|
2013-06-04 13:01:50 +08:00 |
James Chen
|
0587631926
|
Merge pull request #2725 from dumganhar/iss2247-refactor-jsb-proxy-develop
fixed #2247: Using functions instead of macros to speeding up building for JSB project.
|
2013-06-03 19:49:31 -07:00 |
James Chen
|
de6a531115
|
Update cocos2dx.ini, don't genergate bindings for CCCallFunc::initWithFunction
|
2013-06-04 10:13:27 +08:00 |
Ricardo Quesada
|
fb566426b9
|
enable C++11 in tojs
|
2013-06-03 13:09:49 -07:00 |
James Chen
|
bba2d2bbdc
|
fixed #2247: Using functions instead of macros to speeding up building for JSB project.
|
2013-06-03 22:31:24 +08:00 |
James Chen
|
86af06c909
|
fixed #2244: cc.Camera.getEyeXYZ, cc.Camera.getCenterXYZ, cc.Camera.getUpXYZ return bad values.
|
2013-06-03 15:32:07 +08:00 |
James Chen
|
7cf2f88c3b
|
fixed #2244: cc.Camera.getEyeXYZ, cc.Camera.getCenterXYZ, cc.Camera.getUpXYZ return bad values.
|
2013-06-03 15:22:28 +08:00 |
James Chen
|
c7fd3a3483
|
Adding submodule of cocos2d-console to 'tools' folder.
|
2013-06-02 10:53:46 +08:00 |
James Chen
|
89b397f1d1
|
Delete tools/jsbcc since it was moved to https://github.com/cocos2d/cocos2d-console.
|
2013-06-02 10:53:34 +08:00 |
James Chen
|
1b455e452e
|
Adding submodule of cocos2d-console to 'tools' folder.
|
2013-06-02 10:51:19 +08:00 |
James Chen
|
8b9e198372
|
Delete tools/jsbcc since it was moved to https://github.com/cocos2d/cocos2d-console.
|
2013-06-02 10:46:27 +08:00 |
Jaroslaw Lewandowski
|
3f7c506638
|
Ability to save/retrieve CCData into/from CCUserDefault
|
2013-05-29 01:06:41 +01:00 |
James Chen
|
74a39d9bf3
|
Merge pull request #2634 from samuele3hu/issue2103_testlua
modify some skip function name to tools/tojs/cocos2dx_extenson.ini
|
2013-05-24 02:26:15 -07:00 |
James Chen
|
ca050cc084
|
Update generate-jsbindings.sh [ci skip], send pull request to the branch which is being built.
|
2013-05-24 16:54:18 +08:00 |
James Chen
|
3bb1fe0cc7
|
Update generate-jsbindings.sh [ci skip], send pull request to the branch which is being built.
|
2013-05-24 16:53:42 +08:00 |
samuele3hu
|
26267aee56
|
issue #2103 modify some skip function name to tools/tojs/cocos2dx_extension.ini
|
2013-05-24 16:27:03 +08:00 |
samuele3hu
|
a1ef0db7b7
|
issue #2103 add some skip function name to tools/tojs/cocos2dx_extension.ini
|
2013-05-24 15:40:02 +08:00 |
samuele3hu
|
0a1c12a2d3
|
issue #2103 add some overlapping file and delete some comment line
|
2013-05-24 13:45:06 +08:00 |
samuele3hu
|
01399f9d5e
|
issue #2103 add more test lua
|
2013-05-24 11:46:07 +08:00 |
samuele3hu
|
338c7c8d67
|
issue #2103 add more test lua
|
2013-05-24 11:42:27 +08:00 |
samuele3
|
93dd778e08
|
issue #2103 add a newline to CCInterger.pkg
|
2013-05-23 15:49:06 +08:00 |
samuele3
|
24a34e50bf
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into MenuTest
|
2013-05-23 15:40:48 +08:00 |
samuele3
|
5da5407efe
|
issue #2103 add menu test lua sample
|
2013-05-23 15:39:41 +08:00 |
James Chen
|
12ee71545b
|
Update run-script.sh, adding travis-ci build of TestCpp,AssetsMangerTest and Testlua for android.
|
2013-05-23 09:48:11 +08:00 |
James Chen
|
ff616a1d29
|
Updating cocos2dx.ini. CCTMXLayer::positionAt --> getPositionAt
|
2013-05-21 18:20:49 +08:00 |
James Chen
|
21f435fdd6
|
[Travis] Adding Real email info for git. [ci skip]
|
2013-05-21 18:03:17 +08:00 |
James Chen
|
13f50b2072
|
[Travis CI] Using linux by default. [ci skip]
|
2013-05-21 17:29:23 +08:00 |
James Chen
|
0891e0bde9
|
Updating generate-jsbindings.sh, android is built on linux host.
|
2013-05-21 16:48:49 +08:00 |