samuele3hu
|
a64f44d6b2
|
Add lua binding for `getOpenGLView` of `Director`
|
2014-03-27 14:16:20 +08:00 |
samuele3hu
|
8b754c6257
|
Update coco2dx.ini for binding `ProtectedNode` class
|
2014-03-27 14:08:19 +08:00 |
samuele3hu
|
ac0ad54433
|
Modify the config files for bindings-generator to fix the error about “is_ref_class”
|
2014-03-26 12:58:33 +08:00 |
Dhilan007
|
2089dd9ccd
|
update Lua binding for label.
|
2014-03-14 16:21:56 +08:00 |
samuele3hu
|
108928e1a7
|
Update `bindings-generator` submodule and add auto-binding for the `RichText`
|
2014-03-13 14:31:07 +08:00 |
andyque
|
2c2a5ee38e
|
rename gui to ui
|
2014-03-12 10:46:49 +08:00 |
andyque
|
026ef95b07
|
add lua ui binding
|
2014-03-11 18:48:27 +08:00 |
andyque
|
dcc98ef79f
|
rename cocos2dx_gui to cocos2dx_ui
|
2014-03-11 18:48:27 +08:00 |
James Chen
|
124b18f53a
|
Re-add CocosRobot send bindings glue codes to cocos2d-x repo.
|
2014-03-10 18:13:39 +08:00 |
James Chen
|
c2acfea633
|
issue #4116: Delete non-scripting files.
|
2014-02-26 21:17:17 +08:00 |
andyque
|
6b6f71b043
|
change script bindings code
|
2014-02-25 10:18:45 +08:00 |
samuele3hu
|
e2596bce8b
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developEventTrigger
Conflicts:
tools/tojs/cocos2dx.ini
tools/tolua/cocos2dx.ini
|
2014-02-20 17:20:51 +08:00 |
samuele3hu
|
514112921f
|
close #4094:Add deprected support for EGLView and EGLViewProtocol on the lua binding
|
2014-02-20 15:10:34 +08:00 |
James Chen
|
8fcf172235
|
issue #4058: Reverts cocos2dx.ini.
|
2014-02-20 11:13:05 +08:00 |
James Chen
|
0ea27d8543
|
issue #4058: CCObject.cpp -> CCRef.cpp for all platform projects.
|
2014-02-20 10:56:25 +08:00 |
James Chen
|
5e6130c92c
|
issue #4058: Get rid of Object ,rename it to Ref.
|
2014-02-20 10:53:49 +08:00 |
samuele3hu
|
ce1656fa8d
|
fix: The lua binding of getPropertiesForGID would lead to compile error
|
2014-02-19 15:47:45 +08:00 |
Éloi Rivard
|
79e3c05ef1
|
Minor debugging messages and guards.
Dependencies installation is skipped on linux distributions that does not use .deb package format.
|
2014-02-13 01:25:23 +01:00 |
lihex
|
69bc32a21d
|
Fix path on use 32bit windows ndk
|
2014-02-11 10:02:59 +08:00 |
James Chen
|
c97b6cb197
|
Uses genbindings.py instead of genbindings.sh and genbindings.bat.
|
2014-02-10 18:30:22 +08:00 |
lihex
|
b06d54f706
|
issue #3781, use custom python executeable if PYTHON_BIN defined
|
2014-02-10 12:50:23 +08:00 |
lihex
|
1fbde6d8d5
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into issue#3781
|
2014-02-10 10:43:16 +08:00 |
lihex
|
4be97c1ed8
|
issue #3781, use python script instead.
|
2014-02-10 10:36:37 +08:00 |
samuele3hu
|
1fa2f24bf2
|
fix:Add the lua binding for ‘Component’
|
2014-01-27 17:04:37 +08:00 |
James Chen
|
a4a010465c
|
Merge commit 'refs/pull/5071/head' of git://github.com/cocos2d/cocos2d-x into merge5071
|
2014-01-26 16:41:35 +08:00 |
lihex
|
2dc9958475
|
issue #3781, Should check ndk architechture.
|
2014-01-23 15:27:00 +08:00 |
lihex
|
f9b2ead623
|
Update docs.
|
2014-01-23 14:14:07 +08:00 |
lihex
|
b9331a06f9
|
issue #3781, Fix the path.
|
2014-01-23 12:08:27 +08:00 |
lihex
|
ecdd64a889
|
issue #3781, Don't set a default PYTHON_ROOT & NDK_ROOT for user on Windows.
|
2014-01-23 10:48:03 +08:00 |
lihex
|
b2a1cd90eb
|
issue #3781, Minor fix & update submodule.
|
2014-01-22 10:58:02 +08:00 |
lihex
|
40f5c31a50
|
issue #3781, Undefine the __MINGW32__ macro to fix the script error on windows
|
2014-01-21 18:32:27 +08:00 |
lihex
|
1a6b36184d
|
issue #3781, Add windows bat script.
|
2014-01-21 17:48:49 +08:00 |
lihex
|
a392a709cd
|
issue #3781: Fix the variable name.
|
2014-01-21 17:40:20 +08:00 |
lihex
|
0109ebd707
|
issue #3781, Update genbinding script to fit new bindings-generator.
|
2014-01-21 16:53:07 +08:00 |
samuele3hu
|
de698aaea7
|
issue #3626:Add lua binding for ScollView and TableView classes in the cocos2d::extension namespace and the related test cases
|
2014-01-17 10:19:55 +08:00 |
James Chen
|
2e7516c582
|
Merge pull request #5041 from Dhilan007/develop_label
closed #3630:Uses a struct of TTF configuration for Label::createWithTTF to reduce parameters and make this interface more easily to use.
|
2014-01-15 18:37:40 -08:00 |
Ricardo Quesada
|
b3f306e742
|
Ignore getFullPathCache() in FileUtils
|
2014-01-14 18:30:51 -08:00 |
boyu0
|
de30a9cfea
|
issue #3401: add lua physics slide test, add more banding code, and fix some bugs.
|
2014-01-14 15:48:44 +08:00 |
Dhilan007
|
fd481d64a0
|
1.update lua binding configuration for label.
2.recover old method[createWithTTF]
|
2014-01-13 16:32:35 +08:00 |
Dhilan007
|
b2038d14d6
|
update lua binding configuration for label.
|
2014-01-11 22:55:23 +08:00 |
boyu0
|
cf146b32cf
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss3401_physical_lua_binding
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
cocos/scripting/lua/bindings/CCLuaStack.cpp
cocos/scripting/lua/script/Cocos2d.lua
cocos/scripting/lua/script/Cocos2dConstants.lua
|
2014-01-07 10:16:44 +08:00 |
boyu0
|
eaa3041a97
|
issue #3401: physical lua banding script, add testlua->physics test
|
2014-01-06 22:19:40 +08:00 |
samuele3hu
|
465aba951c
|
Fix:Remove the ScollView and TableView of extension gui lua binding
|
2014-01-04 18:36:33 +08:00 |
samuele3hu
|
c4588722dd
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developNewUI
|
2014-01-03 10:41:03 +08:00 |
samuele3hu
|
07a3efb585
|
Update the lua test cases about the GUI
|
2014-01-03 10:39:19 +08:00 |
minggo
|
d345139a08
|
fix compiling errors
|
2014-01-02 21:53:18 +08:00 |
boyu0
|
0a06d93328
|
issue #3401: physical lua banding script and auto script
|
2014-01-02 11:45:11 +08:00 |
James Chen
|
591740253d
|
[GUI] Updates scripting binding configure file.
|
2014-01-01 21:32:54 +08:00 |
James Chen
|
cf006df9ff
|
closed #2865: Deprecates CCNotificationCenter, uses EventDispatcher instead.
|
2013-12-31 10:54:37 +08:00 |
chengstory
|
d9ba53f9a9
|
o my god.
|
2013-12-26 17:55:46 +08:00 |