axmol/cocos2dx/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
..
data_support Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
image_support Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
zip_support ZipFile - speedup initialization for zip archive by 30-50% 2012-11-11 15:04:41 +02:00
CCNotificationCenter.cpp fixed #1493: Added doxygen comments in CCNotificationCenter.h 2012-10-22 13:48:11 +08:00
CCNotificationCenter.h fixed #1493: Updated one comment. 2012-10-22 15:52:11 +08:00
CCPointExtension.cpp update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
CCPointExtension.h update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
CCProfiling.cpp update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
CCProfiling.h update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
CCUserDefault.cpp update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
CCUserDefault.h update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
CCVertex.cpp issue #1310: First commit since sync to rc2. 2012-06-08 14:11:48 +08:00
CCVertex.h Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
TransformUtils.cpp update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
TransformUtils.h update copyright to 2012, update cocos2d version to 2.0.3 2012-09-24 21:22:20 +08:00
base64.cpp issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
base64.h issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
ccUtils.cpp issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
ccUtils.h issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00