minggo
|
1bb4c12b1d
|
Merge pull request #9948 from samuele3hu/v3_4_fix_bug
issue #9886: fix the number conversion error when passing 0x80000000
|
2015-01-13 14:11:49 +08:00 |
samuele3hu
|
203d20161c
|
issue #9886: fix the number conversion error when passing 0x80000000
|
2015-01-13 10:02:09 +08:00 |
minggo
|
eb74647210
|
Merge pull request #9933 from SunLightJuly/support_func_call_chain
Support func call chain
|
2015-01-13 09:35:12 +08:00 |
SunLightJuly
|
4d2a425450
|
fixed typo
|
2015-01-13 01:02:04 +08:00 |
pipu
|
d9adda89c2
|
Update cocos/scripting/lua-bindings/manual/cocostudio/lua_cocos2dx_csloader_manual.cpp
|
2015-01-12 16:51:50 +08:00 |
SunLightJuly
|
3a64d723de
|
modified lua_cocos2dx_Node_setRotationQuat() to to support chain call
|
2015-01-12 15:21:21 +08:00 |
SunLightJuly
|
a902df93c6
|
modified the manual binding files to support functions call chain
|
2015-01-12 15:12:01 +08:00 |
yinjimmy
|
bdac739541
|
Fix: executeScriptFile can not load .luac file when .lua is not exist
|
2015-01-09 04:18:41 +08:00 |
Huabing.Xu
|
b5f8666caf
|
Merge pull request #9855 from huangshiwu/v3_XmlHttpRequest
Fix XmlHttpRequestTest parsing error of response header on iOS platform
|
2015-01-08 10:28:34 +08:00 |
yinjimmy
|
70e0874add
|
Compatibility code for executeScriptFile
|
2015-01-08 09:01:39 +08:00 |
huangshiwu
|
be02233815
|
Fix XmlHttpRequestTest parsing error of response header on iOS platform
|
2015-01-08 00:23:27 +08:00 |
yinjimmy
|
7d430742f1
|
Merge branch 'bugfix_executeScriptFile' into combine
|
2015-01-07 15:33:15 +08:00 |
yinjimmy
|
cbf9741dfd
|
Compatibility code for executeScriptFile
|
2015-01-07 15:23:58 +08:00 |
samuele3hu
|
58d946b578
|
issue #9796: Extract related physical auto-binding codes to manual-binding to add `CC_USE_PHYSICS` limit
|
2015-01-05 17:10:25 +08:00 |
minggo
|
3c1978fcc3
|
Merge pull request #9611 from super626/quaternion
Rotation With Quaternion
|
2014-12-30 10:09:08 +08:00 |
yangxiao
|
04e273e245
|
bind setRotationQuat
|
2014-12-25 14:54:20 +08:00 |
minggo
|
9643b87ed0
|
Merge pull request #9173 from 2youyouo2/v3
improve ActionTimeline api
|
2014-12-25 14:06:02 +08:00 |
yinjimmy
|
24648db2b5
|
execute script with full file path
|
2014-12-24 02:18:29 +08:00 |
kaile.yin
|
b924dafe83
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioActionTimelineTest/ActionTimelineTestScene.cpp
|
2014-12-22 11:14:31 +08:00 |
samuele3hu
|
7e8da62ebc
|
Add Websocket support for Mac platform
|
2014-12-09 18:29:20 +08:00 |
youyou
|
04f870edb5
|
update head file
|
2014-12-05 10:08:48 +08:00 |
kaile.yin
|
b4612447f3
|
change tab to 4 space
|
2014-12-03 16:12:44 +08:00 |
kaile.yin
|
9d49f82eb9
|
Merge branch 'v3' of https://github.com/2youyouo2/cocos2d-x into v3
Conflicts:
tools/tolua/cocos2dx.ini
|
2014-12-03 16:00:32 +08:00 |
samuele3hu
|
1da44b0897
|
Add more useful trace back info when got invalid arguments by calling functions
|
2014-12-01 15:53:41 +08:00 |
samuele3hu
|
9fbf87c6db
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_strip
|
2014-11-26 21:59:57 +08:00 |
samuele3hu
|
222f2cbd51
|
Decrease the package size of lua_empty_test
|
2014-11-26 21:54:18 +08:00 |
minggo
|
51b4736740
|
Merge pull request #9149 from samuele3hu/v3_compile_binary
Resolve the bugs that XmlHttpRequest would truncate binary data
|
2014-11-26 20:05:21 +08:00 |
Shrimpz
|
ac666d1e6d
|
fixed typo
|
2014-11-25 15:51:25 +08:00 |
samuele3hu
|
78ef234e8f
|
Resolve the bugs that XmlHttpRequest would truncate binary data
|
2014-11-18 16:02:38 +08:00 |
samuele3hu
|
02f46b46e3
|
Merge branch 'v3' of https://github.com/dantezhu/cocos2d-x into v3_compile_binary
|
2014-11-18 13:58:14 +08:00 |
samuele3hu
|
a3dbd010db
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_new_spine
|
2014-11-13 13:42:46 +08:00 |
dantezhu
|
e8d234a32a
|
fix lua http download binary data's bug
|
2014-11-10 17:11:30 +08:00 |
峰 正博
|
29779a4604
|
modiry document->Parse((char*)pByte); to document->Parse((const char*)pByte);
|
2014-11-04 11:51:00 +09:00 |
samuele3hu
|
08d6b0dcff
|
Fix the type judgment of lua value would parse string —> int or int —> string
|
2014-10-31 17:50:59 +08:00 |
James Chen
|
dd6bb0b3eb
|
Uses reference in for loop inside ccvector_std_string_to_luaval
|
2014-10-23 10:18:09 +08:00 |
minggo
|
65f007f5ff
|
Merge pull request #8857 from zhongfq/patch-2
fix memory leak when add listener to ui object
|
2014-10-21 13:57:07 +08:00 |
samuele3hu
|
20bcafa143
|
Fix the bug that callbacks aren’t triggered when response failed
|
2014-10-20 17:43:04 +08:00 |
samuele3hu
|
38b462100b
|
Update LuaMinXmlHttpRequest.h/.cpp
|
2014-10-20 16:05:13 +08:00 |
Eric Zhong
|
2206e4edb8
|
fix memory leak when add listener to ui object
|
2014-10-20 11:20:53 +08:00 |
samuele3hu
|
1195960ea7
|
Fix the bug in the tolua_cocos2dx_GLProgram_setUniformLocationF32
|
2014-10-20 10:22:44 +08:00 |
samuele3hu
|
634d42775e
|
Update CocoStudioUIEditorTest,adjust Xcode project configure and fix some compile warning
|
2014-10-19 17:00:05 +08:00 |
Dhilan007
|
c9bc80f831
|
Fix compile error
|
2014-10-18 13:03:28 +08:00 |
Dhilan007
|
81a8e80496
|
[LUA]Add New AudioEngine on window
|
2014-10-17 17:53:33 +08:00 |
minggo
|
7138933344
|
Merge pull request #8760 from samuele3hu/v3_new_spine
Update lua bindings for Spine and related test case
|
2014-10-17 13:43:26 +08:00 |
samuele3hu
|
71f7520732
|
Fix win32 compile error
|
2014-10-17 10:19:41 +08:00 |
minggo
|
b4867bf6e5
|
Merge pull request #8715 from iSevenDays/v3
CMakes support for Mac Os X & iOS
|
2014-10-16 21:16:02 +08:00 |
samuele3hu
|
4d75c977ca
|
Remove useless binding code for SkeletonAnimation
|
2014-10-16 20:53:40 +08:00 |
samuele3hu
|
7198ae509c
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_new_spine
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
|
2014-10-16 20:35:43 +08:00 |
samuele3hu
|
079df20541
|
Update lua bindings for Spine and related test case
|
2014-10-16 20:23:58 +08:00 |
Huabing.Xu
|
644aa19b2d
|
Merge branch 'v3' into v3_updateSpine
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
|
2014-10-16 16:48:16 +08:00 |