android
|
Updates nativeactivity.cpp.
|
2013-12-31 10:55:59 +08:00 |
apple
|
More std::for_each —> for(const auto& …)
|
2013-12-20 09:54:50 +08:00 |
ios
|
change some const char* to const std::string&
|
2013-12-24 15:49:58 +08:00 |
linux
|
replace long with int or ssize_t
|
2013-12-05 17:22:22 +08:00 |
mac
|
change some const char* to const std::string&
|
2013-12-24 10:51:47 +08:00 |
win32
|
support mingw
|
2014-01-04 14:40:22 +08:00 |
CCCommon.h
|
Change NULL to nullptr, edit hungarian notation.
|
2013-12-18 17:47:20 +08:00 |
CCImage.h
|
change some const char* to const std::string&
|
2013-12-24 15:49:58 +08:00 |
CCImageCommon_cpp.h
|
Some warning fixes on linux.
|
2013-12-26 23:06:16 -08:00 |
CCThread.cpp
|
use Schedule::performFunctionInCocosThread
|
2013-12-06 14:15:01 +08:00 |
CCThread.h
|
use Schedule::performFunctionInCocosThread
|
2013-12-06 14:15:01 +08:00 |