axmol/cocos2dx/support/zip_support
Denis Mingulov 869168a884 ZipFile - speedup initialization for zip archive by 30-50%
unzip.h/.cpp - unzGoToFirstFile/unzGoToNextFile retrieves information
about the current file, so it is possible to remove redundant calls
to unzGetCurrentFileInfo and speed up general execution.

unzip.h/.cpp are modified accordingly by creation unzGoToFirstFile64
and unzGoToNextFile64 with file info (unz_file_info64) and name as
possible output parameters.

ZipFile::setFilter (it is used to create a file list at ZipFile
constructor) - redundant calls to unzGetCurrentFileInfo64 are removed,
so briefly the time required to generate a zip file list is something
like 1 average old unzLocateFile call.
2012-11-11 15:04:41 +02:00
..
ZipUtils.cpp ZipFile - speedup initialization for zip archive by 30-50% 2012-11-11 15:04:41 +02:00
ZipUtils.h Android: Access to files from APK is boosted 2012-11-08 13:46:53 +02:00
ioapi.cpp Cocos2dx for gles2. 2012-08-17 17:45:21 -04:00
ioapi.h Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
unzip.cpp ZipFile - speedup initialization for zip archive by 30-50% 2012-11-11 15:04:41 +02:00
unzip.h ZipFile - speedup initialization for zip archive by 30-50% 2012-11-11 15:04:41 +02:00