axmol/cocos
Vladimir Perminov 52b35acf95 [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813)
* [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode.

1. Incorrect convertation to unicode
if (length != fullpath.size()) correct only ASCII char.
2. For convert unicode exist api, to avoid errors.
3. Equal first char on '.' - error
Need check full name file on "." and "..", otherwise exclude file and
folder begin '.'

Now not use macro UNICODE, for easy use unicode convert api(Otherwise,
you need to connect different versions WinRT and Win32).

* Fix minggo remark.

* Move to specific platform section.
2017-05-18 09:18:18 +08:00
..
2d Refactoring editbox and system label on win32 platform (#17828) 2017-05-17 16:20:21 +08:00
3d Fixes memory issues catched by Xcode Analyze Tool. (#17489) 2017-03-14 11:09:31 +08:00
audio [Win32] Fix AudioDecoder fopen unicode. (#17815) 2017-05-16 09:45:33 +08:00
base Changing AsyncTaskPool/Scheduler to better leverage move semantics (#17727) 2017-05-08 13:39:17 +08:00
deprecated Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
editor-support Support ETC1 Alpha Channel in the Spine Library (#17692) 2017-04-27 10:04:59 +08:00
math Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
navmesh Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
network Avoid crash on large file download. (#17735) 2017-04-28 13:38:23 +08:00
physics Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
physics3d Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
platform [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813) 2017-05-18 09:18:18 +08:00
renderer match the logic to unbind vao (#17628) 2017-04-01 15:37:22 +08:00
scripting webview supports https in jsb (#17805) 2017-05-11 10:25:43 +08:00
storage Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
ui Refactoring editbox and system label on win32 platform (#17828) 2017-05-17 16:20:21 +08:00
vr Fixes cocos2d build for tvOS. (#17498) 2017-03-15 10:01:38 +08:00
Android.mk Adds libmd5-rfc third-party library for calculating MD5 since the functions in <openssl/md5.h> aren’t exported in win10, plus <openssl/md5.h> seems to be private header. (#17625) 2017-04-01 11:43:17 +08:00
CMakeLists.txt Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
cc_dummy.c Squashed commit of the following: 2016-03-02 16:51:54 -08:00
cocos2d.cpp Improve the AndroidStudio configurations of tests & templates (#17495) 2017-03-14 13:41:28 +08:00
cocos2d.h [ci skip]Update version (#17525) 2017-03-16 14:14:43 +08:00