minggo
|
ea5d7bc5ad
|
Merge pull request #2361 from tiantian20007/dictStuff
Implement CCDictionary::writeToFile();
|
2013-05-06 23:17:11 -07:00 |
tiantian
|
2ba5035e5a
|
Make sure XMLDocument is deleted; Code clean up; Add test;
|
2013-04-28 00:36:37 +08:00 |
James Chen
|
d1afe6cfa6
|
Fixing a bug in CCFileUtilsIOS::isFileExist().
|
2013-04-25 22:02:20 +08:00 |
James Chen
|
93a8b60111
|
If file path is an empty string, return false directly in CCFileUtils::isFileExist.
|
2013-04-25 21:51:13 +08:00 |
tianTian
|
9a04eee8d1
|
do it atomically;
|
2013-04-16 12:38:53 +08:00 |
tianTian
|
b7f0b2a8e0
|
Use CCLOG instead of CCLog;
|
2013-04-13 18:20:17 +08:00 |
tianTian
|
96359950cf
|
Implement CCDictionary::writeToFile();
Use NSDictionay to do the job for iOS and Mac, and using tinyxml2 for other platform;
|
2013-04-13 16:55:24 +08:00 |
minggo
|
404cdf1122
|
issue #1702:return documents for iOS
|
2013-02-06 18:11:27 +08:00 |
minggo
|
0c5bcb3f7b
|
issue #1702:fix a typo error
|
2013-02-06 18:04:40 +08:00 |
James Chen
|
a0bf0d8655
|
issue #1687: Moving the implementation of NS2CC.mm to CCFileUtilsIOS(MAC).mm.
|
2013-02-03 10:56:59 +08:00 |
James Chen
|
e25c79f1ec
|
issue #1687: CCFileUtils::isFileExist now support relative path.
|
2013-02-01 22:19:58 +08:00 |
James Chen
|
ae0b973cf1
|
issue #1687: Moving the global function( ccFileUtils_dictionaryWithContentsOfFileThreadSafe, ccFileUtils_arrayWithContentsOfFileThreadSafe) to the CCFileUtils class.
)
|
2013-02-01 18:48:44 +08:00 |
James Chen
|
3a9346e6ff
|
issue #1687: Refactoring CCFileUtils, abstracting the same implementations for all platforms.
|
2013-02-01 11:20:46 +08:00 |