Commit Graph

32325 Commits

Author SHA1 Message Date
frranck 8e195723e6 Update CCImage.cpp
When you're creating a sprite (e.g. with Sprite* Sprite::create(filename))
There's no way to test the file before, without getting "a unsupport image format!" thrown.
2015-08-30 09:40:15 +02:00
yangxiao bc07d7954a fix render state 2015-08-28 23:00:45 +08:00
pandamicro 28fcc4bceb Merge pull request #13614 from perminovVS/update-authors-v3.8
Correct contribution in v3.8
2015-08-28 17:19:10 +08:00
Vladimir Perminov 8a1b74125b Correct contribution in v3.8 2015-08-28 11:35:29 +03:00
子龙山人 20d7abe6f3 Merge pull request #13612 from zilongshanren/improve-github-issue
[ci skip]rename contribute.md to contributing.md
2015-08-28 14:12:37 +08:00
pandamicro 9d72d6a924 Merge pull request #13496 from ZhangMenghe/v3-notification
[ci rebuild] Notification effect enhancement
2015-08-28 14:10:42 +08:00
andyque 6a7922caf1 rename contribute.md to contributing.md 2015-08-28 14:10:41 +08:00
pandamicro 3dcdf791c9 Merge pull request #13608 from super626/v3.8
Skybox: enable depth write
2015-08-28 13:33:19 +08:00
pandamicro 07a6557a07 Merge pull request #13607 from VisualSJ/v3.8-index
[ci skip][js-tests] Update Socket.io test
2015-08-28 11:52:29 +08:00
VisualSj 2d77609fb7 Update socket@1.3.6 and web index 2015-08-28 11:48:58 +08:00
yangxiao 6fa6f1f0da enable depth write 2015-08-28 11:46:11 +08:00
子龙山人 4fe9517ec7 Merge pull request #13592 from neokim/fix_13591
Fix #13591
2015-08-28 10:19:20 +08:00
pandamicro d23d9677a1 Merge pull request #13602 from perminovVS/v3.8-overwrite-wint-unused-code
commit v3.8 overwrite this unused code
2015-08-28 09:36:03 +08:00
pandamicro 1264863b2f Merge pull request #13598 from zilongshanren/fixSliderConstructor
fix Slider create missing res type.
2015-08-28 09:28:19 +08:00
pandamicro fd68669a15 Merge pull request #13596 from liamcindy/v3.8_reader
update for reader
2015-08-28 09:24:25 +08:00
Liam 69da65d7a4 update for jsb_opengl_constants 2015-08-28 08:42:55 +08:00
Vladimir Perminov b5688f504c Desktop and WinRT use correct keyboard codes
Desktop:
GLFW_KEY_ENTER equals KEY_ENTER ( GLFW_KEY_KP_ENTER = KEY_KP_ENTER)
WinRT:
VK_PRIOR equals KEY_PG_UP ( not KEY_KP_PG_UP )
2015-08-27 23:46:24 +03:00
Vladimir Perminov 104013aebe commit v3.8 overwrite this unused code
From commit #13397
2015-08-27 23:19:30 +03:00
andyque 40492e6169 fix Slider create missing res type.
fixed https://github.com/cocos2d/cocos2d-x/issues/13575
2015-08-27 23:34:39 +08:00
Liam ed49250b9b update for reader
1.update for sprite3d cullface
2.sync js code
2015-08-27 18:29:45 +08:00
pandamicro 18beea11ff Merge pull request #13594 from VisualSJ/v3.8-index
[ci skip] Update web index
2015-08-27 17:48:15 +08:00
pandamicro 032bc590b7 Merge pull request #13593 from jianglong0156/fixActionParamError
fix Action:Place, RotateTo param wrong number error
2015-08-27 17:44:46 +08:00
VisualSj b02e110529 Update web index 2015-08-27 17:39:41 +08:00
江龙 a060a82d88 fix Action:Place, RotateTo param wrong number error 2015-08-27 17:35:09 +08:00
Neo Kim 30d52d1394 Fix #13591 2015-08-27 17:12:07 +09:00
pandamicro fcdfd16a7f Merge pull request #13589 from pandamicro/v3
Sync v3.8 to v3
2015-08-27 13:33:16 +08:00
子龙山人 30d6c82da6 Merge pull request #13585 from WenhaiLin/v3.8-scheduleOnce-hotfix
[Node::scheduleOnce]Fixed the callback will be executed multiple times if the value of delay parameter equal zero.
2015-08-27 10:54:04 +08:00
pandamicro d6045fdbea Merge branch 'v3.8' of github.com:cocos2d/cocos2d-x into v3
Conflicts:
	cocos/audio/winrt/Audio.cpp
	cocos/platform/winrt/CCCommon.cpp
	cocos/platform/winrt/CCWinRTUtils.cpp
	cocos/platform/winrt/CCWinRTUtils.h
2015-08-27 10:40:04 +08:00
pandamicro b9de49dace Merge pull request #13586 from MSOpenTech/v3.8-win10
V3.8: Win10 UWP platform fixes
2015-08-27 09:28:59 +08:00
Ricardo Quesada d7eb7fd6b2 Merge pull request #13565 from ricardoquesada/primitive_command_test
Adds `PrimitiveCommand` test
2015-08-26 11:08:54 -07:00
Ricardo Quesada d5d1be93cc make it compile on win32 2015-08-26 10:16:50 -07:00
Dale Stammen 09a1211c96 use isWindowsPhone() to check for Windows Phone platform 2015-08-26 09:47:59 -07:00
Dale Stammen 161954da87 fixed pdb file output location 2015-08-26 09:41:23 -07:00
Dale Stammen 4cb3d88232 added isWindowsPhone() to correctly detect Windows 10 phone 2015-08-26 09:19:28 -07:00
Dale Stammen fcae139857 removed old WP8_SHADER_COMPILER defines 2015-08-26 08:50:11 -07:00
WenhaiLin 393af19237 [Node::scheduleOnce]Fixed the callback will be executed multiple times if the value of delay equal zero. 2015-08-26 23:41:48 +08:00
pandamicro 405e6c24c8 Merge pull request #13578 from geron-cn/v3.8
bone's color and opacity cannot cascade to bone
2015-08-26 22:33:31 +08:00
pandamicro 8459978dfa Merge pull request #13572 from zilongshanren/fixIssue13564
fix Scale9Sprite draw extra pixels in spritesheet
2015-08-26 21:35:00 +08:00
pandamicro d49edbb4f5 Merge pull request #13574 from super626/v3.8
Skybox brush set depth test function to always
2015-08-26 21:31:19 +08:00
pandamicro 9d1cf6eab3 Merge pull request #13579 from CocosRobot/update_lua_bindings_1440593794
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2015-08-26 21:29:56 +08:00
pandamicro ee5c541cd1 Merge pull request #13573 from songchengjiang/v3.8
add annotations
2015-08-26 21:12:43 +08:00
CocosRobot 3d6866279a [ci skip][AUTO]: updating luabinding & jsbinding automatically 2015-08-26 13:01:17 +00:00
pandamicro 37bfe85c7e Merge pull request #13567 from VisualSJ/v3.8-p-22354
Add BlendFuncFrame auto binding
2015-08-26 20:53:49 +08:00
pandamicro 8a5fb709ad Merge pull request #13566 from liamcindy/V3.8
update reader with skybox valid
2015-08-26 20:52:05 +08:00
geron-cn 7d01b16f62 bone's color and opacity cannot cascade to bone, also bone can not cascade from its parent. 2015-08-26 20:24:20 +08:00
songchengjiang f9e9871bcc supplement annotations 2015-08-26 17:24:36 +08:00
yangxiao 2f72a88a20 depth test always 2015-08-26 16:37:48 +08:00
songchengjiang 2239b624a8 add annotations 2015-08-26 16:19:30 +08:00
andyque 7f73415189 fix Scale9Sprite draw extra pixels in spritesheet
Fixed https://github.com/cocos2d/cocos2d-x/issues/13564
2015-08-26 16:15:00 +08:00
pandamicro 2a41367a02 Merge pull request #13569 from jianglong0156/addClearScriptManifest
add scriptTest project manifest
2015-08-26 14:58:57 +08:00