Ricardo Quesada
|
028deae846
|
Adds const in FileUtils
`const` was missing in some getters
Signed-off-by: Ricardo Quesada <ricardoquesada@gmail.com>
|
2013-09-06 22:52:55 -07:00 |
James Chen
|
0db8b2bbf3
|
closed #2469:LabelTest and TileMapTest crash on windows.
|
2013-08-02 17:31:19 +08:00 |
James Chen
|
2566f74cd7
|
closed #2440: Files with Non-ascii path can't be found on Windows.
|
2013-07-29 18:27:26 +08:00 |
Éloi Rivard
|
3ffc026c6c
|
Added some guards in file utils.
|
2013-07-26 14:19:20 +02:00 |
James Chen
|
d1527f39f5
|
issue #2397: FileUtils::sharedFileUtils() is not needed to be defined in CCFileUtilsXXX.cpp
|
2013-07-12 15:00:10 +08:00 |
James Chen
|
a678d12615
|
issue #2397: FileUtils::sharedFileUtils --> FileUtils::getInstance() for all platforms
|
2013-07-12 12:03:39 +08:00 |
James Chen
|
93b6328303
|
issue #2129: Removing CC prefix for cocos2dx module.
|
2013-06-20 14:13:12 +08:00 |
James Chen
|
c0d44cb2e4
|
fixed #2129: Rename m_iVar to _var, remove CC prefixes.
|
2013-06-15 14:03:30 +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 |
minggo
|
0c5bcb3f7b
|
issue #1702:fix a typo error
|
2013-02-06 18:04:40 +08:00 |
James Chen
|
e25c79f1ec
|
issue #1687: CCFileUtils::isFileExist now support relative path.
|
2013-02-01 22:19:58 +08:00 |
James Chen
|
3a9346e6ff
|
issue #1687: Refactoring CCFileUtils, abstracting the same implementations for all platforms.
|
2013-02-01 11:20:46 +08:00 |