Vladimir Timofeev
|
a562c70c73
|
Merge remote-tracking branch 'origin/v3' into cmake-linux-mac-fixes
* origin/v3:
Update CHANGELOG
Update AUTHORS
fixed typo
Updates definition of Complete.
[AUTO][ci skip]: updating cocos2dx_files.json
Revert "Merge pull request #9193 from pipu/v3_flatbuffers"
Skip binding nodeWithFlatBuffers of CSLoader for lua
|
2014-11-25 15:24:07 +03:00 |
Shrimpz
|
ac666d1e6d
|
fixed typo
|
2014-11-25 15:51:25 +08:00 |
Vladimir Timofeev
|
782e3bcd01
|
cmake: Add correct _POSIX_C_SOURCE and _BSD_SOURCE (linux) defines when build luasocket, so all types and func properly defined
|
2014-11-24 17:24:45 +03:00 |
Vladimir Timofeev
|
3dadcf4aea
|
As we have --std=c99 in CMAKE_C_FLAGS, to expose some macros and functions we should declare feature-check-marco...
Define _DARWIN_C_SOURCE should enable all mac os non standard extensions.
|
2014-11-24 17:24:11 +03:00 |
CocosRobot
|
7dc623fcab
|
[AUTO]: updating luabinding automatically
|
2014-11-24 07:24:39 +00:00 |
Vladimir Timofeev
|
9dfa26e0ec
|
Quick and dirty fix after my error. This defines fix build on linux with fresh gcc, but broke on mac
|
2014-11-20 23:20:02 +03:00 |
Vladimir Timofeev
|
012a152406
|
Fix build of luasocket on linux
|
2014-11-20 13:49:59 +03:00 |
Vladimir Timofeev
|
a689fc4c7e
|
sync with upstream
Conflicts:
CMakeLists.txt
|
2014-11-20 12:19:00 +03:00 |
CocosRobot
|
e52ee603ac
|
[AUTO]: updating luabinding automatically
|
2014-11-20 03:41:28 +00:00 |
Vladimir Timofeev
|
2bf77c10e8
|
Fix build on mingw again, disable USE_PREBUILT_LIBS with mingw (mingw can not link this libs). Eliminate some Find* modules, we can tune prebuilts without modify their code.
|
2014-11-19 03:28:41 +03:00 |
Vladimir Timofeev
|
b5266e95bf
|
mingw fixes, now project builds with mingw64 and -DUSE_PREBUILT_LIBS=NO (some additional libs hardcoded still)
|
2014-11-17 01:42:04 +03:00 |
minggo
|
906316df62
|
Merge pull request #8985 from samuele3hu/v3_new_spine
Fix error that the type judgment of lua value would parse string —> int or int —> string
|
2014-11-13 18:59:19 +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 |
samuele3hu
|
1d1d004c3a
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_fix
|
2014-11-12 17:46:13 +08:00 |
CocosRobot
|
a908c391b0
|
[AUTO]: updating luabinding automatically
|
2014-11-09 15:33:08 +00:00 |
minggo
|
e7d5e79e88
|
Merge pull request #8998 from aeonmine/v3
fix memory leak cocos studiov2.0 engine v3.3
|
2014-11-09 23:24:16 +08:00 |
CocosRobot
|
aae2fd9e2a
|
[AUTO]: updating luabinding automatically
|
2014-11-07 02:38:01 +00:00 |
samuele3hu
|
76ab86674e
|
Fix’ the error that Cocos2dxLuaJavaBridge' was optimized because of usage of LOCAL_STATIC_LIBRARIES on the android
|
2014-11-06 14:32:03 +08:00 |
CocosRobot
|
13f9073e22
|
[AUTO]: updating luabinding automatically
|
2014-11-05 05:44:02 +00: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 |
CocosRobot
|
9592b1f661
|
[AUTO]: updating luabinding automatically
|
2014-10-31 02:44:25 +00:00 |
minggo
|
baff367c94
|
Merge pull request #8918 from dumganhar/iss8843-drawpoint
closed #8843: Fixes DrawNode::drawPoint crash and uses VAO if it's available when draw points.
|
2014-10-27 11:38:11 +08:00 |
CocosRobot
|
0ef3887497
|
[AUTO]: updating luabinding automatically
|
2014-10-24 13:55:25 +00:00 |
James Chen
|
dd6bb0b3eb
|
Uses reference in for loop inside ccvector_std_string_to_luaval
|
2014-10-23 10:18:09 +08:00 |
samuele3hu
|
2f9dbb7142
|
Update cocos2d basic lua files and LabelTestNew.lua
|
2014-10-21 15:56:38 +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 |
minggo
|
6313f9a622
|
Merge pull request #8868 from samuele3hu/v3_new_spine
Update LuaMinXmlHttpRequest and remove some useless rename functions in the cocos2dx.ini and cocos2dx_studio.ini
|
2014-10-21 09:33:40 +08:00 |
CocosRobot
|
e02558e391
|
[AUTO]: updating luabinding automatically
|
2014-10-20 10:17:27 +00: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 |
CocosRobot
|
5e09b1e3b1
|
[AUTO]: updating luabinding automatically
|
2014-10-20 06:06:43 +00: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 |
minggo
|
c1128a227d
|
Merge pull request #8847 from samuele3hu/v3_new_spine
Update CocoStudioUIEditorTest,adjust Xcode project configure and fix some compile warning
|
2014-10-19 20:10:12 +08:00 |
samuele3hu
|
634d42775e
|
Update CocoStudioUIEditorTest,adjust Xcode project configure and fix some compile warning
|
2014-10-19 17:00:05 +08:00 |
CocosRobot
|
96d709aff3
|
[AUTO]: updating luabinding automatically
|
2014-10-18 07:36:54 +00:00 |
minggo
|
8218804c52
|
Merge pull request #8820 from Dhilan007/v3-audioengine-lua
[LUA]Add New AudioEngine on window
|
2014-10-18 15:11:29 +08:00 |
Dhilan007
|
5ca3483dd8
|
fixed compile error
|
2014-10-18 13:44:19 +08:00 |
Dhilan007
|
c9bc80f831
|
Fix compile error
|
2014-10-18 13:03:28 +08:00 |
samuele3hu
|
6502beaf95
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_new_spine
|
2014-10-18 00:14:53 +08:00 |
samuele3hu
|
3348f8300e
|
Add lua-bindings for AmbientLight,BaseLight,DirectionLight,PointLight,SpotLight and related test case
|
2014-10-18 00:13:22 +08:00 |
CocosRobot
|
20781825f2
|
[AUTO]: updating luabinding automatically
|
2014-10-17 14:56:22 +00:00 |
Dhilan007
|
81a8e80496
|
[LUA]Add New AudioEngine on window
|
2014-10-17 17:53:33 +08:00 |
minggo
|
d241e568b0
|
Merge pull request #8788 from samuele3hu/v3_new_spine
Update the deprecated Func and update bindings-generator
|
2014-10-17 16:35:51 +08:00 |
samuele3hu
|
936510411b
|
Rename addSpriteFramesWithFile->addSpriteFrames for SpriteFrameCache
|
2014-10-17 15:04:16 +08:00 |
samuele3hu
|
14f91ea9f6
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_new_spine
|
2014-10-17 14:38:07 +08:00 |
CocosRobot
|
e8373e9b41
|
[AUTO]: updating luabinding automatically
|
2014-10-17 06:28:36 +00:00 |
samuele3hu
|
066d94530c
|
Update the Deprecated Func
|
2014-10-17 14:15:30 +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 |