minggo
|
311f453ea0
|
Merge pull request #11973 from dabingnn/v3_fixCameraVisitError
Fix visiting scene error with multiple camera
|
2015-05-22 17:16:30 +08:00 |
CocosRobot
|
f18b8bfd95
|
[AUTO]: updating luabinding & jsbinding automatically
|
2015-05-22 06:55:54 +00:00 |
minggo
|
1eb8d59666
|
Merge pull request #11966 from samuele3hu/v3_httpclient
fix the memory leak of s_requestSentinel for httpclient and adjust the global static var into the object to avoid some unexpected result.
|
2015-05-22 14:47:44 +08:00 |
minggo
|
698428e0a1
|
Merge pull request #11971 from joshuastray/physics
Physics3d js binding
|
2015-05-22 14:42:34 +08:00 |
minggo
|
11f8f0fc21
|
Merge pull request #11963 from CocosRobot/update_lua_bindings_1432259998
[AUTO]: updating luabinding & jsbinding automatically
|
2015-05-22 14:41:28 +08:00 |
minggo
|
27b7f2dd19
|
Merge pull request #11969 from WenhaiLin/v3-TMXTiledMap-crash
TileMap:Fixed crash if referring a non-existent layer in TMX.
|
2015-05-22 14:37:23 +08:00 |
Huabing.Xu
|
0644efc55e
|
isVisitableByVisitingCamera should not affect the calculation of transform
|
2015-05-22 13:59:45 +08:00 |
joshuastray
|
b1169c7d56
|
win32 and universal compile
|
2015-05-22 11:58:28 +08:00 |
WenhaiLin
|
fdde58386f
|
experimental::TileMap:Fixed crash if referring a non-existent layer in TMX.
|
2015-05-22 11:14:34 +08:00 |
minggo
|
bf25a0429d
|
Merge pull request #11964 from WenhaiLin/v3-console-crash
[ci skip]Add comment.
|
2015-05-22 11:05:54 +08:00 |
WenhaiLin
|
2f558b5793
|
Merge branch 'tmx-crash-fix' of https://github.com/dumganhar/cocos2d-x into v3-support-android-studio
|
2015-05-22 11:01:13 +08:00 |
samuele3hu
|
27e7101322
|
fix the memory leak of s_requestSentinel for httpclient and adjust the global static var into the object to avoid some unexpected result.
|
2015-05-22 10:47:52 +08:00 |
joshuastray
|
1366f615dd
|
mac && ios works
|
2015-05-22 10:43:37 +08:00 |
WenhaiLin
|
a94a6baf87
|
[ci skip]Add comment.
|
2015-05-22 10:35:34 +08:00 |
CocosRobot
|
59807629d9
|
[AUTO]: updating luabinding & jsbinding automatically
|
2015-05-22 02:04:38 +00:00 |
minggo
|
d5d329b74f
|
Merge pull request #11946 from andyque/v3-final-android-9-patch-feature
add Android 9-patch image format support
|
2015-05-22 09:52:12 +08:00 |
minggo
|
678b279754
|
Merge pull request #11953 from MSOpenTech/v3-winrt-settings
V3: Windows 8.1 Universal App CCUserDefault implementation
|
2015-05-22 09:44:41 +08:00 |
minggo
|
36089b9bc3
|
Merge pull request #11950 from WenhaiLin/v3-console-crash
Console:Fixed crash
|
2015-05-22 09:42:41 +08:00 |
Dale Stammen
|
6c02e46865
|
fix deprecated method
|
2015-05-21 13:30:51 -07:00 |
Dale Stammen
|
382d681250
|
added winrt version of CCUserDefault
|
2015-05-21 11:23:36 -07:00 |
Dale Stammen
|
2e5b604d2f
|
added CC_PLATFORM_WINRT to comments
|
2015-05-21 11:23:20 -07:00 |
Dale Stammen
|
992e292338
|
added winrt version of CCUserDefault
|
2015-05-21 11:21:46 -07:00 |
joshuastray
|
342734e3b5
|
Merge remote-tracking branch 'upstream/v3' into physics
|
2015-05-21 21:15:42 +08:00 |
WenhaiLin
|
158181d4eb
|
Console:Fixed crash
|
2015-05-21 18:14:21 +08:00 |
joshuastray
|
83237b8dbd
|
add physics3d js manual binding and tests
|
2015-05-21 18:05:49 +08:00 |
andyque
|
0352a7a3ea
|
add Android 9-patch image format support
commit c214c4a7a457275785d6377031b5a267d543ffbb
Author: andyque <guanghui8827@126.com>
Date: Mon May 18 17:16:09 2015 +0800
Add Android 9-patch format support.
Squashed commit of the following:
commit a5a5a7a8f25b5bddae0ba21c56676a3f8d84102a
Author: andyque <guanghui8827@126.com>
Date: Mon May 18 17:08:05 2015 +0800
finish refactoring
commit 730bf817f833de56999c616779fc0279890e14bf
Author: andyque <guanghui8827@126.com>
Date: Mon May 18 11:47:08 2015 +0800
refactoring 9-patch
commit b45be6d54ac6e70a3fb9aa3eb700b252e4e72a54
Author: andyque <guanghui8827@126.com>
Date: Mon May 18 09:42:06 2015 +0800
refactor
commit 384110193f1d581c4a0fb7a2c771c55f1db63cbf
Author: andyque <guanghui8827@126.com>
Date: Fri May 15 17:59:21 2015 +0800
fix lua and Android compile error
commit 2877538fb3a436f95400b2ad637ea147b9df81d7
Author: andyque <guanghui8827@126.com>
Date: Fri May 15 11:32:43 2015 +0800
Add Android 9-patch image format support.
The 9-patch format is used for creating Scale9Sprite.
|
2015-05-21 16:04:37 +08:00 |
andyque
|
03e8f16a8a
|
add vs2015 support
|
2015-05-21 13:55:01 +08:00 |
CocosRobot
|
ad301891f0
|
[AUTO]: updating luabinding & jsbinding automatically
|
2015-05-21 02:46:49 +00:00 |
minggo
|
22f0e2fbbf
|
Merge pull request #11918 from WenhaiLin/v3-37
AudioEngine: Fixed play with a large audio file may fail on Win32
|
2015-05-21 10:36:08 +08:00 |
minggo
|
69b6c9a3e5
|
Merge pull request #11906 from samuele3hu/v3_check
Give more detailed tips by adding function name for luaval_to_object and update the bindings-generator submodule
|
2015-05-21 10:35:38 +08:00 |
CocosRobot
|
cb6abaa14c
|
[AUTO]: updating luabinding & jsbinding automatically
|
2015-05-21 01:52:51 +00:00 |
minggo
|
f1eae8f724
|
Merge pull request #11929 from namezero111111/patch-1
Fixed missing const-correctness
|
2015-05-21 09:38:24 +08:00 |
子龙山人
|
9ac23a5436
|
Merge pull request #11933 from kobake/fix-typo-angel
Fix typo: "angel" to "angle"
|
2015-05-21 09:37:53 +08:00 |
minggo
|
bfbc8d28f2
|
Merge pull request #11928 from MSOpenTech/v3-winrt-bullet3d
V3: Windows 8.1 Universal App version of Bullet 3D physics lib
|
2015-05-21 09:36:42 +08:00 |
kobake
|
d6f7a0a8a1
|
Fix typo. angel -> angle
|
2015-05-21 09:22:59 +09:00 |
Ricardo Quesada
|
f2d3ecad48
|
Removes state from MeshCommand.
MeshCommand can be reused from other objects either by passing a
`Material` or a `RenderState::StateBlock`
|
2015-05-20 15:57:26 -07:00 |
Dale Stammen
|
d70a9bf369
|
resolve full path for audio file
|
2015-05-20 11:18:54 -07:00 |
Namezero
|
89152ef514
|
Fixed missing const-correctness
|
2015-05-20 17:19:42 +02:00 |
Dale Stammen
|
209e7c62f4
|
added libbullet to Windows 8.1 Universal App projects
|
2015-05-20 08:01:01 -07:00 |
Dale Stammen
|
46a69cf00b
|
ignore warning 4996
|
2015-05-20 07:59:17 -07:00 |
Dale Stammen
|
3523173594
|
removed CC_PLATFORM_WP8
|
2015-05-20 07:58:39 -07:00 |
Dale Stammen
|
aa7876aefc
|
remove deprecated methods
|
2015-05-20 07:55:10 -07:00 |
Dale Stammen
|
14e812c7d4
|
enable CC_USE_3D_PHYSICS for CC_PLATFORM_WINRT
|
2015-05-20 07:53:49 -07:00 |
Dale Stammen
|
1b9a36f041
|
removed CC_PLATFORM_WP8 code
|
2015-05-20 07:52:59 -07:00 |
Dale Stammen
|
cada493685
|
remove deprecated methods
|
2015-05-20 07:51:52 -07:00 |
WenhaiLin
|
a569d877ba
|
[ci skip]Remove unnecessary code.
|
2015-05-20 18:05:46 +08:00 |
WenhaiLin
|
02946a55a1
|
Fixed crash.
|
2015-05-20 17:13:04 +08:00 |
WenhaiLin
|
81dc551fe9
|
AudioEngine: Fixed play with a large audio file may fail on Win32.
|
2015-05-20 15:13:31 +08:00 |
minggo
|
7024d3129c
|
Merge pull request #11893 from MSOpenTech/v3-winrt-audio
New audio engine support in winrt win8.1-universal
|
2015-05-20 13:40:41 +08:00 |
minggo
|
79f70c49ce
|
Merge pull request #11905 from WenhaiLin/v3-37
Remove unnecessary files.
|
2015-05-20 13:39:36 +08:00 |