axmol/cocos
James Chen 85ded40a98 fixed #17497: Win32 performance is bad. (#17556)
* fixed #17497: Win32 performance is bad.
The 'Sleep(1)' in FPS controlling code isn't precise enough. Windows sets timer precision from 1ms to 15ms, we need to set the precision to the highest one (1ms). Although it's still not enough, we need to make some tricks in the FPS controlling code, that is, don't sleep if the interval is equal or less than 1 millisecond.

* Untabify code.
2017-03-22 15:03:00 +08:00
..
2d revert #17437 (#17545) 2017-03-20 09:28:12 +08:00
3d Fixes memory issues catched by Xcode Analyze Tool. (#17489) 2017-03-14 11:09:31 +08:00
audio Updates templates for switching AudioEngine in AppDelegate.cpp. (#17555) 2017-03-22 11:19:25 +08:00
base VS and XCode project files have non-existent file references (#17512) 2017-03-16 13:54:50 +08:00
deprecated Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
editor-support Fixes memory issues catched by Xcode Analyze Tool. (#17489) 2017-03-14 11:09:31 +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 Support notify progression in XMLHTTPRequest (#17509) 2017-03-16 14:09:51 +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 fixed #17497: Win32 performance is bad. (#17556) 2017-03-22 15:03:00 +08:00
renderer Updates license year. (#17363) 2017-02-14 14:59:12 +08:00
scripting [ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (#17549) 2017-03-20 09:39:41 +08:00
storage Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
ui VS and XCode project files have non-existent file references (#17512) 2017-03-16 13:54:50 +08:00
vr Fixes cocos2d build for tvOS. (#17498) 2017-03-15 10:01:38 +08:00
Android.mk Add utils::getMD5Hash (#17520) 2017-03-16 13:47:45 +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