axmol/cocos
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
..
2d Merge pull request #8919 from ahlwong/v3 2014-10-27 11:48:50 +08:00
3d add getMeshCount method 2014-10-24 15:57:47 +08:00
audio Fixed incorrect file path of audio resource in AudioEngine on Android. 2014-10-21 18:34:05 +08:00
base Fixed winrt DLL link errors when using extern consts 2014-10-29 10:47:02 +00:00
deprecated Multi platform cmake support 2014-10-03 23:21:45 +01:00
editor-support bugfix: setting forget the contentSize. 2014-10-29 19:38:12 +09:00
math Add greater than operator to Vec2 2014-10-24 20:27:06 +01:00
network Improve Android.mk 2014-10-17 10:13:33 +08:00
physics try to fix ubuntu 12.04 compile error 2014-10-10 17:27:15 +08:00
platform Uncomment eaglview release CCEAGLViewImpl-ios 2014-10-30 11:18:10 +00:00
renderer Merge pull request #8921 from TimothyZhang/fix-program-cache-add 2014-10-27 11:22:00 +08:00
scripting/lua-bindings Merge pull request #8918 from dumganhar/iss8843-drawpoint 2014-10-27 11:38:11 +08:00
storage fix typo of file name 2014-10-17 16:29:37 +08:00
ui udpate for ui button state change event 2014-10-27 11:16:25 +08:00
Android.mk Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00
CMakeLists.txt add needed link library for linux 2014-10-18 15:40:47 +08:00
cocos2d.cpp [ci skip]update version 2014-10-16 15:41:43 +08:00
cocos2d.h Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00