axmol/cocos2dx/platform
Andre Rudlaff 89f08bb441 [Linux] fixed font rendering crash for certain fonts
face->size->metrics->ascender seems to be unreliable for some fonts,
additionally the freetype documentation says that it may be used
differently for different fonts.
Therefore it may happen that the ascender of a font face is less then
the glyphs bounding box resulting in accessing invalid memory.

The fix is to use the bbox attribute instead of the ascender
2013-03-28 00:54:11 +01:00
..
android issue #1529:CCUserDefault work ok on Android 2013-03-11 16:45:20 +08:00
blackberry Removed some unused codes. 2013-02-22 11:58:52 +08:00
ios Merge pull request #2247 from hailongiPhone/master 2013-03-22 04:09:47 -07:00
linux [Linux] fixed font rendering crash for certain fonts 2013-03-28 00:54:11 +01:00
mac - changed cocos2d mac project to support universal build and x86 2013-03-23 16:04:51 +00:00
marmalade fixed #1712: Adding default dpi for marmalade and mac since i don't know how to get DPI for these platforms. 2013-02-17 17:13:06 +08:00
nacl Fix all gcc warnings in NaCl build. 2013-03-05 17:01:40 -08:00
third_party - changed cocos2d mac project to support universal build and x86 2013-03-23 16:04:51 +00:00
win32 Fixing memoryleaks. 2013-03-21 09:00:55 +08:00
CCAccelerometerDelegate.h Added "executeAccelerometerEvent" for CCScriptEngineProtocol class. Exported Accelerometer event to JS. 2012-11-06 14:18:13 +08:00
CCApplicationProtocol.h Add new port: Native Client 2013-03-02 12:15:24 -08:00
CCCommon.h Adding Portuguese and Arabic language support 2013-02-11 15:29:56 +00:00
CCDevice.h fixed #1712: Adding default dpi for marmalade and mac since i don't know how to get DPI for these platforms. 2013-02-17 17:13:06 +08:00
CCEGLViewProtocol.cpp Fix all compiler warnings produced by gcc. 2013-03-05 17:01:00 -08:00
CCEGLViewProtocol.h fixed #1520: Updated some comments. 2012-10-23 14:01:48 +08:00
CCFileUtils.cpp Fix all compiler warnings produced by gcc. 2013-03-05 17:01:00 -08:00
CCFileUtils.h issue #1702:fix a typo error 2013-02-06 18:04:40 +08:00
CCImage.h fix some issues 2012-12-29 13:58:02 +08:00
CCImageCommonWebp.cpp Add new port: Native Client 2013-03-02 12:15:24 -08:00
CCImageCommon_cpp.h Fix all compiler warnings produced by gcc. 2013-03-05 17:01:00 -08:00
CCPlatformConfig.h issue #1848:use CCConfiguration::supportsPVRTC() to determine if the device support powertc format 2013-03-21 15:50:41 +08:00
CCPlatformMacros.h Fix all compiler warnings produced by gcc. 2013-03-05 17:01:00 -08:00
CCSAXParser.cpp issue #1703:include tinyxml2 files in android/iOS project 2013-02-06 11:15:54 +08:00
CCSAXParser.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
CCThread.cpp Fixes CCThread.cpp so it is not included for Mac builds. 2012-09-15 00:37:12 -07:00
CCThread.h add groups to all classes for doxygen 2012-06-20 18:09:11 +08:00
platform.cpp issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
platform.h Add new port: Native Client 2013-03-02 12:15:24 -08:00