axmol/cocos/platform
Unai Orbe a2eb8977e0 Uncomment eaglview release CCEAGLViewImpl-ios
This is leaking the eaglview when the Director is purged.

In our case, we are leaving the cocos environment on some views which
are implemented with cocoa, and because this eaglview is not being
released, it is getting notifications for keyboard events, and trying to
access stuff on the NULL eaglview, crashing our app.

Uncommnenting this line seems to fix the problem for us, and we haven't
been able to find any nasty side effects.
2014-10-30 11:18:10 +00:00
..
android Merge pull request #8768 from Dhilan007/v3-33rc 2014-10-17 14:09:49 +08:00
apple Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
desktop Platform fixed 2014-09-09 16:50:02 -07:00
ios Uncomment eaglview release CCEAGLViewImpl-ios 2014-10-30 11:18:10 +00:00
linux Rolling back text color of system font on Linux 2014-10-21 14:14:08 +08:00
mac Fixed line wrap error for system font on MAC 2014-10-21 16:46:00 +08:00
win8.1-universal updated project files with new pch files 2014-10-23 19:40:57 -07:00
win32 Fix wrong text color for system font on Linux/Window 2014-10-20 14:33:33 +08:00
winrt disabled xaml functions for WP8 2014-10-24 05:59:59 -07:00
wp8 updated precompiled shaders for WP8 2014-10-24 07:20:16 -07:00
wp8-xaml remove PhoneDirect3DXamlAppComponent namesapce refactor 2014-10-23 07:12:51 -07:00
CCApplication.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCApplicationProtocol.h openUrl function for all platform but on windows RT empty function 2014-09-22 17:47:38 +04:00
CCCommon.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCDevice.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCFileUtils.cpp Update the related AssetsManagerEx files and related project configure 2014-10-16 10:28:52 +08:00
CCFileUtils.h Update the CCFileUtils.h 2014-10-16 11:07:15 +08:00
CCGL.h fix Cocos2dShaderCompile's compile error --use chipmunk static library 2014-09-12 15:29:10 +08:00
CCGLView.cpp getAllTouches() in GLView 2014-09-03 23:25:30 +04:00
CCGLView.h fix Class TextFieldTTF's keyboard input bug on WP8 platform 2014-09-25 07:41:51 +08:00
CCImage.cpp optimize decompress jpg data and fix warnings 2014-09-16 21:55:05 +08:00
CCImage.h use macro to control whether to use jpeg, tiff, webp or not 2014-08-21 15:19:26 +08:00
CCPlatformConfig.h CMake fix for template projects 2014-10-15 16:33:58 +03:00
CCPlatformDefine.h updated winrt include files 2014-10-14 14:20:02 -07:00
CCPlatformMacros.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCSAXParser.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCSAXParser.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCStdC.h fix Cocos2dShaderCompile's compile error --use chipmunk static library 2014-09-12 15:29:10 +08:00
CCThread.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCThread.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CMakeLists.txt CMake fix for Mac Os X. 2014-10-15 00:19:29 +03:00