CocosRobot
|
275d719ede
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-08-28 02:16:33 +00:00 |
CocosRobot
|
fbfb4d1002
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-08-27 15:42:55 +00:00 |
James Chen
|
78d8576a3a
|
closed #2732: [Linux emscripten] Updating Makefile.
|
2013-08-27 21:40:29 +08:00 |
James Chen
|
16a8e1d92e
|
issue #2732: [Linux, Emscripten] Updating Makefile.
|
2013-08-27 17:20:12 +08:00 |
James Chen
|
7523a6e685
|
issue #2732: Removing unused files (LuaCocos2d.cpp/.h).
|
2013-08-27 16:47:06 +08:00 |
James Chen
|
a7f4e82799
|
issue #2732: Adding 'scripting/auto-generated/js(lua)-bindings' to search path of include files.
|
2013-08-27 16:46:31 +08:00 |
James Chen
|
e76e316063
|
issue #2732: [Win32] Updating project configuration for libJSBinding.vcxproj and liblua.vcxproj.
|
2013-08-27 16:30:56 +08:00 |
James Chen
|
220d4b7d8a
|
issue #2732: Updating scripting/javascript/bindings/Android.mk and scripting/lua/proj.android/Android.mk.
|
2013-08-27 16:21:06 +08:00 |
James Chen
|
7bc1a01f18
|
issue #2732: Removing "scripting/lua/cocos2dx_support/generated" folder.
|
2013-08-27 16:20:13 +08:00 |
James Chen
|
7552a72577
|
issue #2732: [iOS] Updating the reference of auto-generated binding glue codes.
|
2013-08-27 16:05:48 +08:00 |
James Chen
|
c2099f5d3e
|
issue #2732: Moving 'scripting/javascript/bindings/generated' to 'scripting/auto-generated'.
|
2013-08-27 14:50:53 +08:00 |
samuele3hu
|
59e3785baf
|
issue #2433:Modify platform config
|
2013-08-26 18:45:50 +08:00 |
samuele3hu
|
84fcb26e44
|
issue #2433:compile error
|
2013-08-26 18:30:03 +08:00 |
samuele3hu
|
c7b0b6791f
|
issue #2433:Update typed function and add some manual binding
|
2013-08-26 18:09:15 +08:00 |
samuele3hu
|
6ae80bcaf0
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
|
2013-08-23 16:14:19 +08:00 |
samuele3hu
|
e557b6b7c2
|
issue #2433:Add lua deprecated fiel and modify some test samples
|
2013-08-23 16:12:59 +08:00 |
CocosRobot
|
8345d4849d
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-08-23 08:04:38 +00:00 |
CocosRobot
|
4658674175
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-08-23 03:40:19 +00:00 |
James Chen
|
ca78d2d129
|
closed #2650: Remove ccTypeInfo since we could get the hash value from *typeid(T).hash_code()* if using c++11.
|
2013-08-22 18:16:50 +08:00 |
samuele3hu
|
5f6d9815ca
|
issue #2433:Modify platform config and some test samples
|
2013-08-22 15:06:34 +08:00 |
samuele3hu
|
3b90d0b5b6
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
|
2013-08-22 13:40:35 +08:00 |
samuele3hu
|
0e3d0febc7
|
issue #2433:Modify platform config
|
2013-08-22 13:39:05 +08:00 |
minggo
|
d9da52ce86
|
Merge pull request #3454 from minggo/array-support-sort
Array can be use in stl::sort() when not using vector inside
|
2013-08-21 20:50:03 -07:00 |
samuele3hu
|
27c59a799d
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
|
2013-08-22 11:01:38 +08:00 |
minggo
|
2de8963a0a
|
fix warnings caused by deprecating some functions of Array
|
2013-08-22 10:45:47 +08:00 |
samuele3hu
|
8489514d73
|
issue #2433:Add a newline
|
2013-08-22 10:28:33 +08:00 |
samuele3hu
|
3cb095f48a
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
|
2013-08-22 10:17:59 +08:00 |
samuele3hu
|
bea62800b4
|
issue #2433:Modify TestLua samples and add some manual binding code
|
2013-08-22 10:16:57 +08:00 |
James Chen
|
1ee7790f0e
|
Initializing Array after it was constructed.
|
2013-08-22 10:15:47 +08:00 |
James Chen
|
5a393994cd
|
[Best C++ practice] ResponseType is enum class now. Renaming properties in MinXmlHttpRequest class.
|
2013-08-20 18:35:15 +08:00 |
James Chen
|
5407719f44
|
closed #2586: The utf8 response in XmlHttpRequest are mess codes.
|
2013-08-20 17:50:43 +08:00 |
samuele3hu
|
7a9f1d6804
|
issue #2433:Modify TestLua samples and some .ini files
|
2013-08-20 13:44:37 +08:00 |
samuele3hu
|
c8b75a1080
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
|
2013-08-16 10:13:38 +08:00 |
samuele3hu
|
de3335a4a9
|
issue #2433:Update lua manual binding and modify some samples
|
2013-08-16 10:12:46 +08:00 |
CocosRobot
|
1107974892
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-08-15 14:23:52 +00:00 |
CocosRobot
|
79ced6ba3a
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-08-15 11:25:15 +00:00 |
James Chen
|
9dbd74d2a8
|
Merge pull request #3413 from dumganhar/iss2521-js-ccb-owner
Adding more ExtensionTest like CocosBuilderTest and ControlButtonTest and bug fix in CCBReader.
|
2013-08-15 04:19:17 -07:00 |
samuele3hu
|
7f8099ce69
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
Conflicts:
cocos2d_libs.xcodeproj/project.pbxproj
tools/bindings-generator
|
2013-08-15 16:21:32 +08:00 |
samuele3hu
|
2d5482a0ab
|
issue #2433:Modify cocos2d.ini
|
2013-08-15 16:14:14 +08:00 |
samuele3hu
|
f29525bbc6
|
issue #2433:Modify Testlua sample and add some manual binding functions
|
2013-08-15 15:51:22 +08:00 |
samuele3hu
|
13fd369beb
|
issue #2433:Modify lua binding generator template and releated action test
|
2013-08-14 21:35:55 +08:00 |
James Chen
|
05534e87f4
|
closed #2521: Updating jsb_cocosbuilder.js, it supports CCControl now.
|
2013-08-12 11:27:09 +08:00 |
James Chen
|
1af0db12f6
|
issue #2521: Reporting an error when the callback function is undefined in 'js_cocos2dx_setCallback'.
|
2013-08-12 11:24:08 +08:00 |
James Chen
|
f0e0b7600b
|
issue #2521: Adding 'cc.convertColor3BtoHexString' in jsb_cocos2d.js.
|
2013-08-12 11:22:15 +08:00 |
minggo
|
fd7d892847
|
Merge pull request #3403 from dumganhar/iss1690-bind-cccontrol
closed #1690: Exposing 'cc.Control. addTargetWithActionForControlEvents' and 'cc.Control.removeTargetWithActionForControlEvents' to JS.
|
2013-08-09 00:31:52 -07:00 |
James Chen
|
28789d674d
|
issue #1690: [C++ Best Practice] Adding space in for loop.
|
2013-08-09 15:31:20 +08:00 |
James Chen
|
299562e3be
|
issue #1690: Initializing member variables for JSB_ControlButtonTarget.
|
2013-08-09 15:08:12 +08:00 |
James Chen
|
10948fcef0
|
issue #1690: [C++ Best Practice] '{' in new line.
|
2013-08-09 15:00:06 +08:00 |
James Chen
|
fd3843c4e0
|
issue #1690: [C++ Best Practice]Adding a space after 'if'.
|
2013-08-09 14:49:39 +08:00 |
James Chen
|
f527387b1e
|
closed #1690: Exposing 'cc.Control. addTargetWithActionForControlEvents' and 'cc.Control.removeTargetWithActionForControlEvents' to JS.
|
2013-08-09 10:58:25 +08:00 |