Dhilan007
|
7ebe4a5548
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3-audio-win32
Conflicts:
cocos/audio/AudioEngine.cpp
cocos/audio/apple/AudioPlayer.h
cocos/audio/include/AudioEngine.h
tests/cpp-tests/Classes/NewAudioEngineTest/NewAudioEngineTest.cpp
tests/cpp-tests/Classes/NewAudioEngineTest/NewAudioEngineTest.h
|
2014-09-30 09:45:47 +08:00 |
Ricardo Quesada
|
7a1dac5aa6
|
Fixes audio issues when using CMake on Mac
|
2014-09-29 14:07:11 -03:00 |
minggo
|
09ebebc6d2
|
Merge pull request #8203 from dabingnn/v3_changeTabtoSpace
change tab to space
|
2014-09-29 18:47:22 +08:00 |
Huabing.Xu
|
88679c2437
|
change tab to space
|
2014-09-29 18:44:01 +08:00 |
minggo
|
db9c5137a0
|
Merge pull request #8199 from CocosRobot/update_lua_bindings_1411985319
[AUTO]: updating luabinding automatically
|
2014-09-29 18:30:52 +08:00 |
minggo
|
0cd2f985e8
|
Merge pull request #8172 from dabingnn/v3_fixEGLConfigCrashBug
fix egl config chooser bug
|
2014-09-29 18:24:19 +08:00 |
CocosRobot
|
50a06a13ad
|
[AUTO]: updating luabinding automatically
|
2014-09-29 10:11:17 +00:00 |
minggo
|
8a5829631d
|
Merge pull request #8171 from huangshiwu/v3_Teivaz
Enable screen orientation change handling - by Teivaz
|
2014-09-29 18:02:03 +08:00 |
minggo
|
f4b080a03f
|
Merge pull request #8192 from samuele3hu/v3_3D
Add Camera3DTest ,BillBoradTest and more Sprite3DTest for Lua, and update the related lua bindings files
|
2014-09-29 17:56:42 +08:00 |
Frank.Xu
|
1c1d917620
|
Fix pull request #6894 merge conflicts
|
2014-09-29 16:22:55 +08:00 |
Dhilan007
|
65a14a6d3f
|
Improved thread safety
|
2014-09-29 14:17:51 +08:00 |
minggo
|
c4fac7b37d
|
Merge pull request #8193 from andyque/improveCocostudioReader
replace raw string literal with const external variables to keep consistence.
|
2014-09-29 13:49:28 +08:00 |
minggo
|
6583bf6b1f
|
Merge pull request #8179 from MSOpenTech/wp8-v3-fix
WP8 fixes for v3.3 app certification tests
|
2014-09-29 13:42:40 +08:00 |
andyque
|
c9b959ec82
|
replace raw string literal with const external variables to keep consistence.
|
2014-09-29 11:35:03 +08:00 |
samuele3hu
|
87fccd7881
|
Remove manaul lua-bindings for Armature::getOffsetPoints
|
2014-09-29 10:37:19 +08:00 |
samuele3hu
|
cb38f6bd5b
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_3D
|
2014-09-29 10:27:46 +08:00 |
Dhilan007
|
f2f1331026
|
New Audio Engine[Win32]
|
2014-09-29 10:15:41 +08:00 |
samuele3hu
|
f00187d3bb
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_3D
Conflicts:
tools/tolua/cocos2dx.ini
|
2014-09-29 09:48:35 +08:00 |
samuele3hu
|
99e1c6640e
|
Add BillBoardTest and update related bindings files
|
2014-09-29 09:43:22 +08:00 |
CocosRobot
|
fd9ed15d6d
|
[AUTO]: updating luabinding automatically
|
2014-09-29 01:25:31 +00:00 |
Dhilan007
|
d52144d1e0
|
fix linker errors on WIN32
|
2014-09-28 21:45:09 +08:00 |
minggo
|
9511f0deb5
|
Merge pull request #8130 from yestein/v3
Add Cocostudio Armature getOffsetPoints API for Lua
|
2014-09-28 16:48:37 +08:00 |
samuele3hu
|
6b2acf88fc
|
Modify CameraTest and update related lua-bindings files
|
2014-09-28 16:47:06 +08:00 |
minggo
|
8ed336c681
|
Merge pull request #8167 from hongliang-goudou/v3
bugfix for UI animation playing crash if GUI JSON file is loaded again.
|
2014-09-28 16:42:49 +08:00 |
minggo
|
289c1edfe7
|
Merge pull request #8174 from lite3/v3
fix compile error when CC_SPRITE_DEBUG_DRAW
|
2014-09-28 16:21:04 +08:00 |
samuele3hu
|
e50eaf684f
|
Add CameraTest and update related lua-bindings files
|
2014-09-28 14:31:58 +08:00 |
Dale Stammen
|
3c7a22f776
|
removed CMakeLists.txt
|
2014-09-26 12:42:20 -07:00 |
Dale Stammen
|
24e5df1644
|
updated wp8 precompiled shaders
|
2014-09-26 12:16:16 -07:00 |
Dale Stammen
|
67377b7d46
|
added check for WINRT_NO_WINSOCK
|
2014-09-26 12:05:19 -07:00 |
Dale Stammen
|
fd3177d350
|
removed WINRT
|
2014-09-26 11:41:12 -07:00 |
Dale Stammen
|
ef58fa7fd4
|
fixed winrt file functions to pass app certification tests.
|
2014-09-26 11:38:17 -07:00 |
Dale Stammen
|
209f67f222
|
fixed property sheet
|
2014-09-26 11:01:43 -07:00 |
Dale Stammen
|
f24312bc77
|
added UNICODE
|
2014-09-26 11:01:05 -07:00 |
CocosRobot
|
021d21a2a7
|
[AUTO]: updating luabinding automatically
|
2014-09-26 15:37:17 +00:00 |
minggo
|
99064b091f
|
Merge pull request #8164 from super626/v3
move logic about camera from Director to scene
|
2014-09-26 23:29:58 +08:00 |
lite3
|
da361810a3
|
fix compile error when CC_SPRITE_DEBUG_DRAW
|
2014-09-26 17:14:55 +08:00 |
samuele3hu
|
2ac96ed06e
|
Fix the lua-tests compile error and some bugs in the NewAudioEngineTest and update cocos2dx_audioengine.ini to support macro_judgement
|
2014-09-26 16:39:54 +08:00 |
Huabing.Xu
|
d7a5c464dd
|
remove test code
|
2014-09-26 16:37:05 +08:00 |
Huabing.Xu
|
7cfcdc1af8
|
fix egl config chooser bug
|
2014-09-26 16:23:54 +08:00 |
huanghsiwu
|
7a2a44ad88
|
Enable screen orientation change handling - by Teivaz
|
2014-09-26 16:16:34 +08:00 |
samuele3hu
|
691074eb7c
|
Add Camra3DTest and update sprite3DTest
|
2014-09-26 16:00:57 +08:00 |
CocosRobot
|
963c02eb3d
|
[AUTO]: updating luabinding automatically
|
2014-09-26 05:45:33 +00:00 |
minggo
|
7d33aef5cb
|
Merge pull request #8156 from samuele3hu/v3_check_lua
Fix the bug that passing the wrong stack index to luaval_to_ccvaluemap and luaval_to_ccvaluevector
|
2014-09-26 11:49:09 +08:00 |
Hong Liang
|
9448345de3
|
bugfix for UI animation playing crash if GUI JSON file is loaded again.
|
2014-09-26 11:29:48 +08:00 |
minggo
|
bd56a71b1b
|
CC_USE_MEM_LEAK_DETECTION -> CC_REF_LEAK_DETECTION
|
2014-09-26 10:44:29 +08:00 |
yangxiao
|
6626655308
|
move render logic from Director to scene
|
2014-09-26 09:36:43 +08:00 |
minggo
|
615b367277
|
Merge pull request #8158 from dabingnn/v3_neon
V3 neon
|
2014-09-25 18:02:46 +08:00 |
Huabing.Xu
|
af0c9ce2fa
|
reverse target=android-10 on android
|
2014-09-25 16:54:33 +08:00 |
Huabing.Xu
|
ed9848a782
|
neon works on android(only on armeabi-v7a)
|
2014-09-25 16:09:28 +08:00 |
samuele3hu
|
38530772ae
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_3D
|
2014-09-25 15:26:03 +08:00 |