zhangbin
6adedee781
Update the reference of submodule cocos2d-console.
2014-12-31 14:55:14 +08:00
zhangbin
98e24b1cdc
Update the reference of submodule cocos2d-console.
2014-12-30 16:28:23 +08:00
minggo
3c1978fcc3
Merge pull request #9611 from super626/quaternion
...
Rotation With Quaternion
2014-12-30 10:09:08 +08:00
yangxiao
de7b70f63e
skip Node::set/getRotationQuat
2014-12-25 14:55:43 +08:00
minggo
6487cebead
[ci skip]Don't notify because we don't use travis now.
2014-12-25 14:28:27 +08:00
youyou
f678d1027c
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
...
Conflicts:
cocos/editor-support/cocostudio/ActionTimeline/CSLoader.cpp
2014-12-25 12:09:31 +08:00
andyque
78e3f92d5c
add generate_docs.sh to tools
2014-12-24 16:40:14 +08:00
kaile.yin
9ef5d8213e
update submodule
2014-12-22 14:07:00 +08:00
zhangbin
f7a6472748
Update the reference of submodule cocos2d-console.
2014-12-16 17:19:06 +08:00
kaile.yin
cb509aa69f
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-12-09 13:33:39 +08:00
zhangbin
72f88a9790
Update the reference of submodule cocos2d-console.
2014-12-08 16:43:44 +08:00
kaile.yin
17bd5bf31e
update submodule
2014-12-05 20:27:10 +08:00
kaile.yin
1db2bf89e0
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2014-12-05 14:42:25 +08:00
minggo
c217040f61
Merge pull request #9326 from samuele3hu/v3_fi_bindings
...
Add support to clang3.4 because of using the ndk-r10c and update bindings-generator submodule
2014-12-04 15:14:02 +08:00
zhangbin
79a7ca6516
Update the reference of submodule cocos2d-console.
2014-12-03 16:40:42 +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
zhangbin
16df08679c
Update the reference of submodule cocos2d-console.
2014-12-03 11:54:59 +08:00
samuele3hu
ef16a460e6
Update bindings-generator submodule
2014-12-01 11:16:40 +08:00
samuele3hu
9900ccba4d
Add support to clang3.4 because of using the ndk-r10c
2014-12-01 11:15:56 +08:00
Dhilan007
6603d7183a
Update the reference of submodule cocos2d-console
2014-11-28 13:41:52 +08:00
Ricardo Quesada
2362ea372c
new console version
2014-11-27 11:34:43 -08:00
Ricardo Quesada
ab8838f0c0
New cocos2d-console version
2014-11-27 10:48:19 -08:00
zhangbin
fade3dc61f
Update the reference of submodule cocos2d-console.
2014-11-27 20:37:18 +08:00
samuele3hu
6cf092b855
Add cocos2dx_csloader.ini to generate the related lua bindings
2014-11-27 10:22:39 +08:00
samuele3hu
222f2cbd51
Decrease the package size of lua_empty_test
2014-11-26 21:54:18 +08:00
samuele3hu
aa4277ed72
Update the bindings-generator submodule
2014-11-26 18:20:22 +08:00
youyou
07457a34b5
update lua ini files
2014-11-26 15:56:51 +08:00
andyque
b70ddc7a14
add exception guard to db operation
2014-11-26 09:52:27 +08:00
samuele3hu
a62fa8de58
Skip binding nodeWithFlatBuffers of CSLoader for lua
2014-11-24 23:36:44 +08:00
Ricardo Quesada
59461439ad
Updates console
2014-11-20 17:55:59 -08:00
James Chen
d6ee9525bd
Merge pull request #9139 from nilium/v3-plugin-libjars-unignore
...
Unignore libs dir and fix Travis script to descend into included directories. (follows #9108 )
2014-11-21 09:35:01 +08:00
Ricardo Quesada
04510c39fa
Uses new version of cocos2d-console
2014-11-19 12:25:50 -08:00
zhangbin
5aff5640b5
Solve the error when building android for sample projects of engine.
...
1. Update the project config.
2. Update the submodule cocos2d-console.
2014-11-18 18:39:53 +08:00
Noel Cower
41027463c9
Descend into included directories to check for file inclusion.
...
Only applies to directories that are marked as unignored, since the
travis script has the odd problem of not descending into those
directories and, as a result, not recording the files in them.
I'm assuming the failure to descend into included directories is
unintended.
2014-11-17 08:45:30 -08:00
Noel Cower
590975d08d
Also un-ignore libs dir under plugins.
...
The configure script isn't smart enough to check if there are
un-ignored files in a directory, so this fixes that.
2014-11-17 08:26:23 -08:00
zhangbin
365e09e5db
Merge branch 'v3' into support-wp8
2014-11-17 16:01:12 +08:00
zhangbin
534570075b
Update the reference of submodule cocos2d-console.
2014-11-17 15:57:49 +08:00
Noel Cower
fbdf0201c6
Permit plugin-x plugins to ship third-party libraries.
...
Ignoring the libs directory's .jar files is strange. I'm not sure
whoever put the total block over libs/ knew that this is the standard
Android library directory and not just for NDK-compiled assets.
More granular ignores over libs/ contents would be better in the
future, but this fixes the odd sdk/ directory hack plugins currently
use and lets the Android build system auto-link libraries that're
shipped with plugins instead of forcing Cocos developers to manually
sift through a plugin's Android dependencies and include them by hand.
2014-11-13 09:20:09 -08:00
yangxiao
4d74e7f19f
skip getMeshArrayByName
2014-10-29 10:38:13 +08:00
samuele3hu
042969ce35
Remove some useless rename functions in the cocos2dx.ini and cocos2dx_studio.ini
2014-10-20 16:14:24 +08: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
samuele3hu
3348f8300e
Add lua-bindings for AmbientLight,BaseLight,DirectionLight,PointLight,SpotLight and related test case
2014-10-18 00:13:22 +08:00
Dhilan007
81a8e80496
[LUA]Add New AudioEngine on window
2014-10-17 17:53:33 +08:00
samuele3hu
936510411b
Rename addSpriteFramesWithFile->addSpriteFrames for SpriteFrameCache
2014-10-17 15:04:16 +08:00
samuele3hu
4593b55e1a
Update bindings-generator submodule
2014-10-17 14:32:24 +08:00
samuele3hu
dd2ad66e41
Update bindings-generator submodule
2014-10-17 14:23:58 +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
samuele3hu
8b5f6ae52a
Merge branch 'v3_updateSpine' of https://github.com/dabingnn/cocos2d-x into v3_new_spine
...
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
2014-10-16 16:04:09 +08:00