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 |
samuele3hu
|
48498f726e
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developBug
Conflicts:
cocos/scripting/lua/bindings/CCLuaStack.cpp
|
2014-01-26 11:59:54 +08:00 |
samuele3hu
|
9b514927f5
|
issue #3837:Make `HelloLua` support to debug by the ZeroBrane Studio
|
2014-01-26 11:55:02 +08:00 |
Dhilan007
|
c7e9cee835
|
updated vs project[Lua]:
1.add files of socket
2.fixed miss include path
3.fixed miss lib for release
|
2014-01-26 10:25:49 +08:00 |
minggo
|
cdae60b6c8
|
Merge pull request #5212 from samuele3hu/developBug
Add luasocket's support for lua
|
2014-01-24 02:00:15 -08:00 |
lihex
|
99345698ea
|
reset to default texture format after running test case
|
2014-01-24 17:28:56 +08:00 |
samuele3hu
|
58eab72d26
|
issue:Add luasocket's support for lua
|
2014-01-24 17:24:10 +08:00 |
samuele3hu
|
1ff51b67f0
|
issue #3822:Update the hellolua using the `EventListenerTouchOneByOne`
|
2014-01-24 09:48:39 +08:00 |
samuele3hu
|
402d0cf7b1
|
issue #3822:Update the test cases which are related with touch using the `EventListenerTouchAllAtOnce` or `EventListenerTouchOneByOne`
|
2014-01-23 22:26:14 +08:00 |
samuele3hu
|
a91d9161c7
|
issue #3822:Update the KeypadTest using the new event-dispatcher
|
2014-01-23 16:17:24 +08:00 |
samuele3hu
|
45f353d65f
|
issue #3822:Update the accelerometerTest by the new event-dispatcher
|
2014-01-23 15:00:03 +08:00 |
Ricardo Quesada
|
6b8781241c
|
code is cleaner
|
2014-01-22 13:51:01 -08:00 |
samuele3hu
|
e1476c8d60
|
fix:Replace cc.TextureCache:getInstance() —> cc.Director:getInstance():getTextureCache()
|
2014-01-22 17:09:33 +08:00 |
samuele3hu
|
c4d2f1d83c
|
fix:Add the deprecated function for the “dumpCachedTextureInfo” and update the related test case
|
2014-01-22 15:41:46 +08:00 |
samuele3hu
|
0d8d517c2b
|
fix:Update the TestLua/TouchesTest by using the new event-dispatcher
|
2014-01-22 15:18:47 +08:00 |
samuele3hu
|
564ba84e11
|
Fix:e Add new test case for GlobalZOrder in the TestLua/NodeTest
|
2014-01-21 23:08:18 +08:00 |
samuele3hu
|
77b5d4c772
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developBugFix
|
2014-01-21 17:52:13 +08:00 |
samuele3hu
|
2338d773dc
|
fix:Add the “setZOrder” and “getZOrder” deprecated functions of the Node class in the lua’s script and update the related test cases
|
2014-01-21 17:51:49 +08:00 |
samuele3hu
|
da8e208f47
|
close #3802: Add some manual lua-binding functions for the Lable and update the related test cases
|
2014-01-21 16:36:29 +08:00 |
samuele3hu
|
cf857aade2
|
issue #3626:Modify some files that skipped some modifications because of merge
|
2014-01-17 11:22:03 +08:00 |
samuele3hu
|
5859d3866a
|
issue #3626:Update the lua test cases which used the “tolua.cast” function to add the module name for the second string param
|
2014-01-17 10:19:56 +08:00 |
samuele3hu
|
35d031ea06
|
issue #3626:Make the lua binding of the WebSocket and the XMLHttpRequest used in lua in the “cc” module
|
2014-01-17 10:19:56 +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 |
samuele3hu
|
811aa69d39
|
issue #3626:Add namespace’s support for manual lua binding functions for classes related OpenGL and update the related test cases
|
2014-01-17 10:19:55 +08:00 |
samuele3hu
|
fdac224a7b
|
issue #3626:Add namespace’s support for manual lua binding functions for classes in the cocostudio and cocos2d::gui namespace
|
2014-01-17 10:19:55 +08:00 |
samuele3hu
|
b72f309076
|
issue #3626:Add namespace’s support for manual lua binding of classes in the cocos2d::extension and cocosbuilder namespace and update the related test cases
|
2014-01-17 10:19:54 +08:00 |
zhangbin
|
536eaca24d
|
closed #3714, Remove configurations which are not necessary in AndroidManifest.xml of aneroid projects.
|
2014-01-15 17:27:53 +08:00 |
boyu0
|
a5c26b7da9
|
issue #3401: add physics action and pump test for lua.
|
2014-01-15 13:52:24 +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 |
samuele3hu
|
de5c86a184
|
Fix:Replace the “setDisplayFrame” function with the “setSpriteFrame” function
|
2014-01-07 20:39:46 +08:00 |
James Chen
|
49ca35fc3d
|
Merge pull request #4956 from dumganhar/move-temp-obj
Uses CMAKE_BINARY_DIR instead of CMAKE_SOURCE_DIR, all temporary files will be in 'build' folder.
|
2014-01-06 23:58:42 -08:00 |
James Chen
|
f5ae2bbacc
|
Merge pull request #4932 from boyu0/iss3401_physical_lua_binding
issue #3401: physical lua binding
|
2014-01-06 23:48:47 -08:00 |
James Chen
|
2a3481f20c
|
Moves temp files to CURRENT_BINARY_DIR.
|
2014-01-06 23:44:36 -08:00 |
James Chen
|
23012352ce
|
Deletes unused Makefile for linux.
|
2014-01-06 19:36:13 -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 |
Dhilan007
|
4087afaf4e
|
fix compiling error on vs project.
|
2014-01-06 19:55:29 +08:00 |
samuele3hu
|
d5d213aa0a
|
Fix:Update the file spelling
|
2014-01-06 11:19:40 +08:00 |
samuele3hu
|
7e279219ff
|
Fix:Resolve the error that CocoStudioSceneTest load resource in android
|
2014-01-06 11:12:44 +08:00 |
samuele3hu
|
465aba951c
|
Fix:Remove the ScollView and TableView of extension gui lua binding
|
2014-01-04 18:36:33 +08:00 |
samuele3hu
|
70ee13e2e1
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developNewUI
|
2014-01-04 15:46:27 +08:00 |
samuele3hu
|
0550ec33ad
|
Fix:Resolve the bugs that some lua test cases can’t run
|
2014-01-04 15:46:04 +08:00 |
Dhilan007
|
35246b0810
|
fix compiling error and miss file on vs.
|
2014-01-04 12:25:12 +08:00 |
James Chen
|
baeacaddfc
|
closed #3579: Bug fix in setTouchEnabledForLayer for luabindings.
Also fixed lua module error.
|
2014-01-04 10:30:11 +08:00 |
samuele3hu
|
2b19da00df
|
Update the lua test cases about the armature
|
2014-01-03 14:51:36 +08:00 |
samuele3hu
|
07a3efb585
|
Update the lua test cases about the GUI
|
2014-01-03 10:39:19 +08:00 |
samuele3hu
|
d802518413
|
Rename Cocos2dStudio.lua to CocoStudio.lua
|
2014-01-02 15:51:25 +08:00 |
samuele3hu
|
a2b706c87c
|
Rename some common script files to keep consistent
|
2014-01-02 15:18:32 +08:00 |
samuele3hu
|
cc2e6aef63
|
Add missis “ccs.” prefix
|
2014-01-02 14:25:15 +08:00 |
samuele3hu
|
b8d4010ae5
|
Develop branch adds lua trigger for CocoStudio
|
2014-01-02 12:00:37 +08:00 |