minggo
597fb61a78
Merge pull request #15922 from dumganhar/fix/lua-binding
...
Some lua bindings fixes:
2016-06-23 10:00:45 +08:00
minggo
ac67f8eeb1
Merge pull request #15931 from ricardoquesada/issue15909_v312
...
fix: reverse iterator on events + doesn't use additionalTransform
2016-06-23 10:00:09 +08:00
Ricardo Quesada
a31279f8cb
fix: reverse iterator on events + doesn't use additionalTransform
...
use reverse Camera iterator when traversing events (of course).
but somehow setAdditionalTransform() breaks
setNodeToParentTransform(). And since setAdditionalTransform is not
needed, we just don't use it.
Github issue #15909
2016-06-22 11:28:58 -07:00
minggo
7828b505fe
Merge pull request #15925 from minggo/andriod-preload
...
[ci skip]return true for preload though it is not implemented
2016-06-22 18:19:09 +08:00
minggo
82597d4305
Merge pull request #15920 from dumganhar/fix/particle
...
Fix ParticleSystem::_paused varible isn't initialized. Particle will show or hide after being created randomly.
2016-06-22 18:10:55 +08:00
minggo
324931a242
Merge pull request #15919 from zilongshanren/fix-android-system-fontname
...
fix system font creation on Android platform
2016-06-22 18:10:13 +08:00
James Chen
710ab777dd
Some lua bindings fixes:
...
1) Reverts changes in #15443 , the behavor of LuaEngine::handleCommonEvent should not be changed. empty eventName should be supported, otherwise it will break compatiblity.
2) Null pointer check in CommonScriptData initialization
3) No error callback in lua (fixed #15904 )
2016-06-22 17:48:17 +08:00
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
359fdb92f2
remove studio related test cases
2016-06-22 14:05:58 +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
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
zilongshanren
2d3785c03d
fix tizen compile error
2016-06-21 19:50:00 +08:00
子龙山人
ed1496674e
Update .travis.yml
2016-06-21 11:21:22 +08:00
minggo
e3f496e815
Merge pull request #15876 from minggo/update-versoin-changelog
...
[ci skip]Update versoin changelog
2016-06-17 18:11:47 +08:00
minggo
ed955cbe1d
update version
2016-06-17 18:09:27 +08:00
minggo
3c12cce352
update changelog
2016-06-17 18:09:20 +08:00
minggo
f9988cad8e
Merge pull request #15873 from CocosRobot/update_lua_bindings_1466129959
...
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-06-17 11:54:31 +08:00
minggo
3ab6f78965
Merge pull request #15872 from CocosRobot/update_cocosfiles_1466129842
...
[AUTO][ci skip]: updating cocos2dx_files.json
2016-06-17 11:54:23 +08:00
CocosRobot
4c233b8df7
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-06-17 02:22:58 +00:00
CocosRobot
eee0d14e8f
[AUTO][ci skip]: updating cocos2dx_files.json
2016-06-17 02:17:23 +00:00
minggo
6778ebf451
Merge pull request #15853 from ricardoquesada/vr_squashed
...
Squashed commit of the following:
2016-06-17 10:15:20 +08:00
minggo
e9cf762304
Merge pull request #15866 from minggo/remove-compiling-flag
...
remove gcc comipling flag
2016-06-17 09:39:18 +08:00
minggo
34f8fcbef0
Merge pull request #15867 from Microsoft/v3-win10-fix
...
V3: removed incorrect AppBundle info for Win10 cpp-test project
2016-06-17 09:39:09 +08:00
minggo
6280b8a376
Merge pull request #15870 from mogemimi/fix-unused-function
...
Remove unused debug function in RenderCommand
2016-06-17 09:38:32 +08:00
minggo
44ced37785
Merge pull request #15825 from dumganhar/iss15652-perf-fix
...
issue #15652 : fix low FPS on some android devices while auto batch is disabled.
2016-06-17 09:37:42 +08:00
minggo
3a0b2aff1e
Merge pull request #15865 from CocosRobot/update_cocosfiles_1466063494
...
[AUTO][ci skip]: updating cocos2dx_files.json
2016-06-17 09:37:01 +08:00
mogemimi
0872a50f60
Remove unused debug function in RenderCommand
2016-06-17 03:19:19 +09:00
Ricardo Quesada
08ed2eccd2
fix: using `enum class` instead of `typedef enum`
2016-06-16 07:02:04 -07:00
Dale Stammen
b80a81fc7c
removed incorrect AppBundle info
2016-06-16 06:09:59 -07:00
minggo
832ec5eab4
remove gcc comipling flag
2016-06-16 16:14:50 +08:00