Commit Graph

35284 Commits

Author SHA1 Message Date
minggo e1e522bd53 Merge pull request #15921 from pandamicro/v3.12
Update html5 engine to v3.12
2016-06-22 17:43:27 +08:00
minggo 465da95c01 return true for preload though it is not implemented 2016-06-22 17:41:04 +08:00
pandamicro 2a659b932a Update html5 engine to v3.12 2016-06-22 17:39:47 +08:00
pandamicro 683a4bfec6 Fix tests for v3.12 web 2016-06-22 17:39:38 +08:00
minggo 5c665e7ddb Merge pull request #15918 from dumganhar/fix/scripting-core
JSScript* may be garbage collected before the next time executing the same JS file.
2016-06-22 17:25:25 +08:00
zilongshanren 8366983a01 fix js ui test missing UITest.json 2016-06-22 17:01:53 +08:00
James Chen 09d5fd3f90 Fix ParticleSystem::_paused varible isn't initialized. Particle will show or hide after being created randomly. 2016-06-22 16:54:57 +08:00
zilongshanren 783dfb3f14 fix system font name on Android ttf creation 2016-06-22 16:54:01 +08:00
James Chen 67dd4b0684 JSScript* may be garbage collected before the next time execute the same JS file.
It will crash in JS_ExecuteScript.
2016-06-22 16:18:20 +08:00
minggo 9fd190d283 Merge pull request #15916 from dumganhar/fix/AssetsManager
fix AssetsManager could not work after Pull Request #13893 was merged.
2016-06-22 15:25:18 +08:00
James Chen 8e19db7d26 fix AssetsManager could not work after Pull Request #13893 was merged. 2016-06-22 14:31:26 +08:00
minggo b2c5e092e4 Merge pull request #15915 from minggo/lua-remove-studio-test
[ci skip]remove studio related test cases
2016-06-22 14:11:46 +08:00
minggo 131ed58552 Merge pull request #15913 from CocosRobot/update_lua_bindings_1466574582
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-06-22 14:07:59 +08:00
minggo 359fdb92f2 remove studio related test cases 2016-06-22 14:05:58 +08:00
CocosRobot 4a5bedc6e6 [ci skip][AUTO]: updating luabinding & jsbinding automatically 2016-06-22 05:52:51 +00:00
minggo 9d0801834e Merge pull request #15893 from halx99/patch-1
Optimize, avoid unnecessary memory alloc & copy
2016-06-22 13:44:40 +08:00
minggo 98706e2350 Merge pull request #15905 from mogemimi/fix-doc-typos
Fix typos in documentation and comments
2016-06-22 13:40:47 +08:00
minggo cdc3b2b9f1 Merge pull request #15903 from minggo/fileutil-directory-exists
should use full path to check directory
2016-06-22 13:40:07 +08:00
minggo dd07f8684c Merge pull request #15910 from dumganhar/xcode-proj-fix
Adds missing ccs-res folder to XCode project.
2016-06-22 13:38:27 +08:00
minggo 6207d0cd3d Merge pull request #15911 from dumganhar/fix/socket-io-test
SocketIOTest: url fix
2016-06-22 13:37:45 +08:00
minggo 99ea0299c8 Merge pull request #15908 from dumganhar/deprecated-method
cc.Node.ignoreAnchorPointForPostion was deprecated, lua/js script should handle this.
2016-06-22 13:37:11 +08:00
James Chen beee9a664e SocketIOTest: url fix 2016-06-22 12:10:19 +08:00
minggo 458b43f193 Merge pull request #15906 from geemedia/fix-simulator-build
Fixed simulator project files to add tinyxml2 to the include paths
2016-06-22 11:41:25 +08:00
James Chen e1d39343d3 Adds missing ccs-res folder to XCode project. 2016-06-22 11:31:07 +08:00
James Chen cffc9cecd7 cc.Node.ignoreAnchorPointForPostion was deprecated, lua/js script should handle this. 2016-06-22 11:05:04 +08:00
Adrien de Sentenac b84f935886 Fixed simulator project files to add tinyxml2 to the include paths 2016-06-21 22:30:58 -04:00
mogemimi a3bc979452 Fix typos in documentation and comments 2016-06-22 11:22:05 +09:00
minggo 6b9c76fd93 should use full path to check directory 2016-06-22 10:19:35 +08:00
子龙山人 7eb1ffba3f Merge pull request #15899 from zilongshanren/fix-tizen-compile-error
fix tizen compile error
2016-06-22 09:51:57 +08:00
Ricardo Quesada 63e72ecf70 Merge pull request #15902 from ricardoquesada/little_menu_fixes
fix: little menu fixes
2016-06-21 17:19:27 -07:00
Ricardo Quesada 414f1d4252 fix: little menu fixes
does not execute `dynamic_cast<>` in release mode
uses for(:) instead of the old way
2016-06-21 16:46:27 -07:00
Ricardo Quesada 5d11deca84 Merge pull request #15900 from geemedia/fix-simulator-build
Fixed simulator project files by adding tinyxml2 to the include paths
2016-06-21 12:34:59 -07:00
Adrien de Sentenac eafceb38b7 Fixed simulator project files to add tinyxml2 to the include paths 2016-06-21 11:13:10 -04:00
zilongshanren 2d3785c03d fix tizen compile error 2016-06-21 19:50:00 +08:00
halx99 f41130bafe luabindings: Add script with utf-8 bom support. 2016-06-21 14:31:25 +08:00
Ricardo Quesada dd75d37b9d Merge pull request #15892 from ricardoquesada/issue14730
fix: not crash if CC_SPRITE_DEBUG_DRAW is enabled in SpriteBatchNode
2016-06-20 20:47:22 -07:00
halx99 654d17d27c Update CCFontFNT.cpp 2016-06-21 11:25:11 +08:00
子龙山人 ed1496674e Update .travis.yml 2016-06-21 11:21:22 +08:00
halx99 51ba45ae26 Optimize, avoid unnecessary memory alloc & copy 2016-06-21 10:52:25 +08:00
Ricardo Quesada ca677f2be1 fix: not crash if CC_SPRITE_DEBUG_DRAW is enabled in SpriteBatchNode
`SpriteBatchNode` was trying to render `DrawNode` when
`CC_SPRITE_DEBUG_DRAW` was enabled.

Github issue #14730
2016-06-20 19:13:53 -07:00
Julien Jorge 6fb3946c51 Add a config option to enable or disable the premultiplied alpha code. 2016-06-20 18:05:11 +02:00
minggo c25550e1a4 Merge pull request #15886 from CocosRobot/update_cocosfiles_1466401280
[AUTO][ci skip]: updating cocos2dx_files.json
2016-06-20 18:02:08 +08:00
CocosRobot 1c8ab4f504 [AUTO][ci skip]: updating cocos2dx_files.json 2016-06-20 05:41:22 +00:00
minggo ad28d44d2f Merge pull request #15878 from cezheng/build_for_android6/downloader
fix downloader build issue for Android API 23
2016-06-20 13:38:22 +08:00
mogemimi f0028e5459 Fix unused variable warnings when compiling release mode 2016-06-20 09:23:42 +09:00
sum 4700bbce43 fix restart game crash in FT_Get_Char_Index 2016-06-19 03:22:57 +08:00
Ricardo Quesada 49e24eb0ba Merge pull request #15882 from ricardoquesada/issue15214
fix: underline will have the same solor as text in TTF
2016-06-17 18:09:02 -07:00
Ricardo Quesada 35008702bf fix: underline will have the same solor as text in TTF
underline will have the same solor as text in TTF when calling
`setColor`. There is another method called `setTextColor` which is
confusing. What does each function?

github issue #15214
2016-06-17 17:23:59 -07:00
Ricardo Quesada d9b3ef55ae Merge pull request #15880 from ricardoquesada/issue-15776
fix: TextureCache ASSERTS if image is invalid
2016-06-17 16:48:19 -07:00
Ricardo Quesada c387f953fa fix: TextureCache ASSERTS if image is invalid
Github issue #15776
2016-06-17 16:07:33 -07:00