CocosRobot
|
d07794052f
|
Update license to 2017 (#17362)
* Typo: CopyRight -> Copyright
* Copyright update: chukong-inc.com -> Chukong Technologies Inc.
* [js files] Copyright update: 2014 -> 2014-2017
* [cpp files] Copyright update: 2014 -> 2014-2017
* Copyright update: 2015 -> 2015-2017
* [js files] Copyright update: 2014 -> 2014-2017
* Copyright update: 2016 -> 2016-2017
* Copyright update: 2013 -> 2013-2017
* Copyright update: 201?-201? -> 201?-2017
* License year fixes.
* Liscene year fix in CCRay.cpp
* Updates license years in CCGLProgramState.h & CCGLProgramStateCache.h
|
2017-02-14 14:36:57 +08:00 |
James Chen
|
b135d512d2
|
Update copyright to 2016. (#16311)
|
2016-08-05 09:42:15 +08:00 |
mogemimi
|
cbc0612306
|
Use nullptr instead of 0 or NULL
|
2016-06-23 12:39:23 +09:00 |
mogemimi
|
a348cbda8b
|
Move StringUtils functions from deprecated header file to ccUTF8.h (#15835)
* Move StringUtils functions outside of deprecated header
* Replace deprecated headers with 'base/ccUTF8.h'
|
2016-06-15 15:01:26 +08:00 |
mogemimi
|
fc6c612c4c
|
Remove duplicate header includes
|
2016-05-26 23:25:44 +09:00 |
Xpol Wan
|
90456d29ba
|
Fixes 1605 include path in 541 files
using the tools/coding-style/include-linter.py with -f options.
|
2016-03-20 21:53:44 +08:00 |
Vincent Yang
|
e65b01bdc0
|
Merge pr11866: FileUtilsWin32 correct use all unicode version winapi.
|
2015-07-13 17:06:01 +08: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 |
Jialong Zhai
|
6e35e91642
|
Update CCFileUtils-linux.cpp
|
2014-11-04 18:23:12 +08:00 |
Ricardo Quesada
|
0972506bf5
|
compiles and runs on linux
|
2014-09-09 17:41:49 -07:00 |
Ricardo Quesada
|
73450be715
|
compiles and runs in Linux
|
2014-09-09 17:11:06 -07:00 |
Ricardo Quesada
|
9082ca18c3
|
Platform fixed
|
2014-09-09 16:50:02 -07:00 |