axmol/cocos/network
pandamicro 0eec73ba43 Bindings fix and assets manger ex fix (#17115)
* Fix custom event being discard during event emission

* Fix tilemap black line issue

* Fix auto bindings config

* Adapt websocket to new memory model

* Improve cocos2d_specifics code stability

* Fix issue with get_or_create_js_object function

* Improve memory usage in function wrapper invocation

* Use JS Function bind to avoid memory tracking issues

* Support size parameter to collect total byte size before update process

* Fix download resuming issue on Android

* Remove temporary assets when temporary manifest is invalid or out of date

* Use version compare handle to compare manifests versions

* Support max concurrent tasks setting & download verify callback

* Add Manifest::Asset conversion

* Avoid crash caused by wrappers

* Sync implementation of tested and published AssetsManagerEx from Cocos Creator

* Fix linux compilation issues
2017-03-15 16:09:02 +08:00
..
Android.mk fixed #17427: lws_parse_url has wrong behavior, it parses ’ws://domain.com/abc/d’ to ‘path: abc/d’ rather than ‘path: /adb/d’. (#17455) 2017-03-07 13:35:59 +08:00
CCDownloader-android.cpp *Fix: GLThread and other threads access sDownloaderMap in a thread-unsafe way, which will result in crash in some occasion on Android. (#16326) 2017-03-07 17:00:52 +08:00
CCDownloader-android.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader-apple.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader-apple.mm Fixes memory issues catched by Xcode Analyze Tool. (#17489) 2017-03-14 11:09:31 +08:00
CCDownloader-curl.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader-curl.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDownloader.cpp use correct downloader implementation on mac (#16955) 2016-12-05 09:36:35 +08:00
CCDownloader.h Bindings fix and assets manger ex fix (#17115) 2017-03-15 16:09:02 +08:00
CCIDownloaderImpl.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CMakeLists.txt fixed #17427: lws_parse_url has wrong behavior, it parses ’ws://domain.com/abc/d’ to ‘path: abc/d’ rather than ‘path: /adb/d’. (#17455) 2017-03-07 13:35:59 +08:00
HttpAsynConnection-apple.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpAsynConnection-apple.m Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient-android.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient-apple.mm Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient-winrt.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpClient.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpConnection-winrt.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpConnection-winrt.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpCookie.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpCookie.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpRequest.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
HttpResponse.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
SocketIO.cpp More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
SocketIO.h More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
Uri.cpp More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
Uri.h More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
WebSocket.cpp More powerful Uri class, adds unit test for Uri class. Refactors some code in SocketIO & Websocket. (#17472) 2017-03-09 10:14:39 +08:00
WebSocket.h fixed #17427: lws_parse_url has wrong behavior, it parses ’ws://domain.com/abc/d’ to ‘path: abc/d’ rather than ‘path: /adb/d’. (#17455) 2017-03-07 13:35:59 +08:00