axmol/cocos/platform
Ce Zheng 9903d31031 fix CCImage premultipliedAlpha for ETC format
translucent part of ETC format textures are rendered too bright due to
the fact that v3.12 sets PremultipliedAlpha to true by default. This
commit sets default value of _hasPremultipliedAlpha = false, deletes
unnecessary `_hasPremultipliedAlpha = false` code in multiple places,
making ETC format's _hasPremultipliedAlpha false while keeping other
formats unchanged.
2016-07-26 19:17:10 +09:00
..
android Fix typos in variable names 2016-07-26 04:06:01 +09:00
apple fix AssetsManager could not work after Pull Request #13893 was merged. 2016-06-22 14:31:26 +08:00
desktop fix: FPS appears again 2016-07-21 15:12:57 -07:00
ios Fix typos in log messages 2016-07-25 02:53:22 +09:00
linux Use nullptr instead of 0 or NULL 2016-06-23 12:39:23 +09:00
mac fix: Text::create() does not crash on mac/ios 2016-07-08 16:59:44 -07:00
tizen Fix typos in variable names 2016-07-26 04:06:01 +09:00
win8.1-universal Josh/winrt inplace editbox (#15473) 2016-04-25 11:17:09 +08:00
win32 Merge branch 'v3.12' into merge-v312 2016-07-07 15:13:21 +08:00
winrt Fix typo in FileUtils::Status enum 2016-06-25 12:58:55 +09:00
CCApplication.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCApplicationProtocol.h Fix doxygen format mistakes in enum class Platform 2016-04-30 15:20:24 +08:00
CCCommon.h [ci skip]Update comments 2015-03-24 20:29:13 +08:00
CCDevice.h Merged changes from "Vibrate support in v4" into v3 branch. 2015-06-26 01:02:44 +02:00
CCFileUtils.cpp Add missing fclose() to fix a possible bug caused by PR #16114 2016-07-15 17:04:14 +09:00
CCFileUtils.h Fix documentation when compile with -Wdocumentation and Clang 2016-07-10 17:38:32 +09:00
CCGL.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCGLView.cpp fix: FPS appears again 2016-07-21 15:12:57 -07:00
CCGLView.h Fix typos in documentation and comments 2016-06-22 11:22:05 +09:00
CCImage.cpp fix CCImage premultipliedAlpha for ETC format 2016-07-26 19:17:10 +09:00
CCImage.h Merge pull request #15617 from pandamicro/v3 2016-05-17 13:43:41 +08:00
CCPlatformConfig.h Fix typos in documentation and comments 2016-05-05 08:05:20 +09:00
CCPlatformDefine.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCPlatformMacros.h Merge pull request #13950 from Almax27/patch-4 2016-04-21 14:56:01 +08:00
CCSAXParser.cpp Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCSAXParser.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CCStdC.h Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
CCThread.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCThread.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
CMakeLists.txt Various CMake improvements 2016-06-14 10:20:57 -04:00