axmol/cocos
oleg-akatsuki 511ee30b6e Move constructor from private to public
In my project I want to add extra functionality to FileUtils. For security reasons I make FileUtils function that can extract encoded data directly to memory without storing it on disk. So I am trying to use FileUtilsAndroid as base class, but it is impossible as constructor is hidden as private member. I offer to move constructor to either public or protected to make it possible to use FileUtilsAndroid as base class.

Another way to solve the problem is to remove constructor as FileUtilsApple does not have a constructor.
2014-09-09 11:34:48 +09:00
..
2d fix wp8 compile error and modify default resource path 2014-09-05 11:21:08 +08:00
3d fix bug on custom mesh 2014-09-04 14:26:23 +08:00
audio Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
base fix 2014-09-02 10:51:17 +08:00
deprecated Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
editor-support Merge pull request #7942 from andyque/deleteRedundantCode 2014-09-04 13:45:12 +08:00
math Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme 2014-08-29 12:55:14 -07:00
network bugfix: condition variable sleep on unrelated mutex 2014-09-03 23:56:54 +08:00
physics introduce substeps for accurate physics 2014-09-08 00:14:40 +02:00
platform Move constructor from private to public 2014-09-09 11:34:48 +09:00
renderer roll back, VBO_SIZE to 65536, INDEX_VBO_SIZE to 65536 * 1.5 2014-09-05 16:01:17 +08:00
scripting/lua-bindings [AUTO]: updating luabinding automatically 2014-09-09 02:32:49 +00:00
storage/local-storage Adjust android.mk for cocos2d and related module 2014-08-27 22:54:28 +08:00
ui setPlaceholderFontSize fix 2014-09-03 23:38:44 +04:00
Android.mk android works for trianglesCommand 2014-09-01 13:57:33 +08:00
CMakeLists.txt fix linux and android compile error 2014-09-01 17:43:40 +08:00
cocos2d-prefix.pch add cocos2d.h into pre-compiled header 2014-08-26 16:45:24 +08:00
cocos2d.cpp update version 2014-08-22 11:48:14 +08:00
cocos2d.h add trianglesCommand head file to cocos2d 2014-09-04 11:20:43 +08:00