Xpol Wan
bd263d6be4
Fixes deprecated warnings
...
* remove all internal use of FileUtils::getFileData().
2016-04-18 16:45:46 +08:00
minggo
7749ba6de8
Merge pull request #15444 from xpol/fixes-warings-unused-static-consts-in-cpp
...
Fixes warning about unused static constants.
2016-04-18 16:37:10 +08:00
xpol
24db45e925
Fixes some warnings in Lua manual bindings. ( #15443 )
...
1. Use __Type for deprecated classes.
2. Refactored LuaStack::luaLoadChunksFromZIP() and use FileUtils:getDataFromFile().
3. Fixes wrongly compare NULL with char array.
2016-04-18 16:35:50 +08:00
minggo
a667b4bf00
Merge pull request #15445 from CocosRobot/update_cocosfiles_1460965737
...
[AUTO][ci skip]: updating cocos2dx_files.json
2016-04-18 16:09:23 +08:00
Xpol Wan
9ea3bc4aa8
Use decltype and std::remove_pointer to avoid side effect warnings.
2016-04-18 16:07:48 +08:00
Xpol Wan
810e855f44
Fixes some integer cast warnings.
2016-04-18 16:01:19 +08:00
CocosRobot
121e784484
[AUTO][ci skip]: updating cocos2dx_files.json
2016-04-18 07:48:59 +00:00
minggo
3e183f7206
Merge pull request #15442 from minggo/cmake-refactor
...
refactor cmake
2016-04-18 15:45:54 +08:00
zilongshanren
001a0ee812
remove useless warning log of stencil buffer. ( #15396 )
...
1. disable GC for Native object
2. improve js tests of label
2016-04-18 15:43:54 +08:00
Xpol Wan
8c3137b07f
Fixes warning about unused static constants.
2016-04-18 15:38:51 +08:00
minggo
b88dc87b0a
Merge pull request #15428 from mogemimi/fix-indent
...
Fix indentation for readability
2016-04-18 15:20:54 +08:00
Dale Stammen
69bd994760
added missing _USRJSSTATIC preprocessor define ( #15438 )
2016-04-18 15:10:35 +08:00
xpol
1e70fb5eb5
Remove include of cocos2d.h ( #15435 )
2016-04-18 15:09:21 +08:00
minggo
c26eb228b2
refactor cmake
2016-04-18 15:03:06 +08:00
zilongshanren
7029df89cc
Merge pull request #15434 from scphillips/layout-clipping-fix
...
Fixed typo in UILayout using clipping rect x instead of y coordinate.
2016-04-17 22:43:03 -05:00
zilongshanren
5730f024d1
Merge pull request #15440 from CocosRobot/update_cocosfiles_1460943818
...
[AUTO][ci skip]: updating cocos2dx_files.json
2016-04-17 22:12:24 -05:00
CocosRobot
f136e9d94e
[AUTO][ci skip]: updating cocos2dx_files.json
2016-04-18 01:43:40 +00:00
zilongshanren
b0b2d8a5e8
Merge pull request #15344 from xpol/withespaces-does-matter
...
Withespaces does matter
2016-04-17 20:41:26 -05:00
Stephen Phillips
7b35f31016
Fixed typo in UILayout using clipping rect x instead of y coordinate.
2016-04-15 13:45:21 +01:00
minggo
14c57c524f
Merge pull request #15429 from minggo/sync-v3
...
fix: compile in Windows
2016-04-15 10:06:47 +08:00
minggo
80e532658c
Merge pull request #15430 from minggo/release-note-v311
...
[ci skip]Release note v311
2016-04-15 09:48:36 +08:00
minggo
2f86809804
update release note
2016-04-15 09:46:56 +08:00
Ricardo Quesada
3eb7d62e6e
fix: compile in Windows
...
Github issue #15372
2016-04-15 09:33:19 +08:00
minggo
8c7ae26f62
Merge pull request #15427 from MSOpenTech/v3.11-winrt-curl
...
V3.11 winrt curl 7.48 update
2016-04-15 09:28:56 +08:00
mogemimi
0825b1cc96
Fix indentation for readability
2016-04-15 04:31:19 +09:00
Dale Stammen
a48752011c
Merge branch 'v3.11' of https://github.com/cocos2d/cocos2d-x into v3.11-winrt-curl
2016-04-14 07:32:46 -07:00
minggo
f07b6a6804
Merge pull request #15425 from xpol/fixes-warning-reorder
...
Fixes warning: field 'isVertsOwner' will be initialized after field 'rect'
2016-04-14 18:08:28 +08:00
Xpol Wan
cb0e768f32
Fixes warning: field 'isVertsOwner' will be initialized after field 'rect'.
2016-04-14 17:09:37 +08:00
minggo
009c7926f6
update changelog ( #15424 )
2016-04-14 15:09:58 +08:00
xpol
3780064a82
Allow inherit form platform fileutils ( #15304 )
...
* Allow inherit form FileUtilsLinux, FileUtilsWin32 and FileUtilsWinRT.
* Removed objc from CCFileUtils-apple.h
define FILEUTILS_APPLE_ENABLE_OBJC to enable FileUtilsApple:setBundle() for compatibility.
* Smart pointers heal us all.
* Add config macro in ccConfig.h and prefix with CC_.
* enabled by default.
* use #if rather than #ifndef.
* Do not deprecate setBundle.
2016-04-14 11:59:24 +08:00
minggo
6e7ab0fb46
Merge pull request #15395 from Sai628/v3
...
Bug fix: CCValue operator overloading of Comparison "==" in case Type::VECTOR
2016-04-14 11:58:19 +08:00
minggo
81fa98272f
Merge pull request #15412 from mogemimi/fix-deprecation-warnings
...
Fix deprecation warnings in tests
2016-04-14 11:38:30 +08:00
zilongshanren
e987f13d56
Merge pull request #15422 from CocosRobot/update_cocosfiles_1460599040
...
[AUTO][ci skip]: updating cocos2dx_files.json
2016-04-13 21:02:18 -05:00
CocosRobot
d1ced49baa
[AUTO][ci skip]: updating cocos2dx_files.json
2016-04-14 01:57:22 +00:00
zilongshanren
637d5f5362
Merge pull request #15421 from zilongshanren/update-3rd-party-libs-311
...
upgrade deps to 90
2016-04-13 20:53:20 -05:00
zilongshanren
2b4f3cf898
upgrade deps to 90
2016-04-14 09:16:51 +08:00
Dale Stammen
fe84af5dbd
added zlib.dll
2016-04-12 17:18:47 -07:00
Dale Stammen
acb38c9f16
ignore VS 2015 .VC.db files
2016-04-12 16:19:03 -07:00
mogemimi
f51f9003bf
Fix deprecation warnings in tests
2016-04-11 19:35:44 +09:00
zilongshanren
c149da7a6c
Merge pull request #15411 from CocosRobot/update_lua_bindings_1460368433
...
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-04-11 04:58:03 -05:00
CocosRobot
7d9946a9cc
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-04-11 09:56:18 +00:00
zilongshanren
abfce2617e
Merge pull request #15399 from geemedia/pageview-turning-time-configurable
...
Make PageView page turning event time tweak configurable.
2016-04-11 04:50:46 -05:00
minggo
61a83aca2e
Merge pull request #15407 from minggo/sync-to-v3.11
...
Sync to v3.11
2016-04-11 12:53:52 +08:00
minggo
3b5c1eb0f2
update web submodule
2016-04-11 11:55:45 +08:00
James Chen
f3e6e8331a
Fixes wrong usage of std::vector's constructor in EventDispatcher::removeAllEventListener.
2016-04-11 11:54:15 +08:00
Juan Luis Boya García
9c4f3ffa8d
Make selectedSprite optional in JSB too
2016-04-11 11:53:53 +08:00
minggo
d2519b9342
Merge pull request #15406 from pandamicro/v3.11
...
Sync necessary changes to v3.11 and update web engine
2016-04-11 11:36:34 +08:00
Бесшапошников Никита
54e457f1be
Fixed ccui scroll widgets constants for JS bindings
2016-04-11 11:29:00 +08:00
Бесшапошников Никита
32b64831da
Fixed ccui.ListView Test
2016-04-11 11:28:46 +08:00
Бесшапошников Никита
cf32f8a2f0
Add PageView js tests
2016-04-11 11:27:50 +08:00