fnz
|
c4b995fe59
|
updates to JniHelper, refactoring of existing JNI calls
|
2015-11-27 12:00:33 +03:00 |
Vincent Yang
|
1711a70869
|
Merge v3 branch.
|
2015-07-10 16:39:36 +08:00 |
Vincent Yang
|
52293ad451
|
Fixed #9586 : FileUtils::isDirectoryExist not correct on Android when using relative path in 'assets'.
|
2015-07-10 14:37:42 +08:00 |
jianglong0156
|
abee4a376a
|
add write api in FileUtils
bool writeStringToFile(std::string dataStr, const std::string& fullPath);
bool writeDataToFile(Data retData, const std::string& fullPath);
bool writeValueMapToFile(ValueMap& dict, const std::string& fullPath);
bool writeValueVectorToFile(ValueVector vecData, const std::string& fullPath);
and
formate the FileUtils code
|
2015-07-07 14:06:59 +08:00 |
WenhaiLin
|
553cf58312
|
Remove FileUtilsAndroid::purgeCachedEntries
|
2015-01-14 16:05:33 +08:00 |
Wenhai Lin
|
58c45ca144
|
Integrate CocosPlayClient
|
2015-01-13 17:30:07 +08:00 |
Mircea Rila
|
0678601f61
|
decrease logging verbosity - CCFileUtils-android
|
2014-10-16 13:03:39 +03:00 |
lite3
|
21081b9e1a
|
use reference
|
2014-09-30 01:07:19 +08:00 |
lite3
|
240b922271
|
remove '../' at path on android.
because AAssetManager_open do not support '../' in path.
|
2014-09-29 19:31:05 +08:00 |
Ricardo Quesada
|
0972506bf5
|
compiles and runs on linux
|
2014-09-09 17:41:49 -07:00 |
Ricardo Quesada
|
9082ca18c3
|
Platform fixed
|
2014-09-09 16:50:02 -07:00 |