.. |
CCAffineTransform.cpp
|
Migrated code to Matrix4
|
2013-12-10 11:07:15 -08:00 |
CCAffineTransform.h
|
Migrated code to Matrix4
|
2013-12-10 11:07:15 -08:00 |
CCArray.cpp
|
change some const char* to const std::string&
|
2013-12-24 10:51:47 +08:00 |
CCArray.h
|
change some const char* to const std::string&
|
2013-12-24 10:51:47 +08:00 |
CCAutoreleasePool.cpp
|
replaces std::for_each with for()
|
2013-12-19 13:34:41 -08:00 |
CCAutoreleasePool.h
|
issue #2790: Autorelease pool is using Vector<T> now.
|
2013-12-07 14:23:29 +08:00 |
CCBool.h
|
issue #2790: Deprecates Dictionary, Array, String, Integer, Bool, Float, Double classes.
|
2013-12-11 18:08:06 +08:00 |
CCConsole.cpp
|
getDescription() works as expected
|
2013-12-12 14:30:22 -08:00 |
CCConsole.h
|
Merge commit 'refs/pull/4433/head' of git://github.com/cocos2d/cocos2d-x into ccconsole
|
2013-12-05 16:26:04 +08:00 |
CCData.cpp
|
CCData bugfix
|
2013-12-27 16:34:00 +09:00 |
CCData.h
|
fix compiling error in vs project on win7.
|
2013-12-27 14:38:22 +08:00 |
CCDataVisitor.cpp
|
Refactors Data class, adds FileUtils::getStringFromFile, FileUtils::getDataFromFile and deprecates FileUtils::getFileData.
|
2013-12-18 14:58:17 +08:00 |
CCDataVisitor.h
|
Refactors Data class, adds FileUtils::getStringFromFile, FileUtils::getDataFromFile and deprecates FileUtils::getFileData.
|
2013-12-18 14:58:17 +08:00 |
CCDictionary.cpp
|
closed #3580: FileUtilsTest->TextWritePlist crashes
|
2014-01-04 15:03:46 +08:00 |
CCDictionary.h
|
issue #2790: Reverts comments in CCDictionary.h
|
2013-12-12 09:53:50 +08:00 |
CCDouble.h
|
issue #2790: Deprecates Dictionary, Array, String, Integer, Bool, Float, Double classes.
|
2013-12-11 18:08:06 +08:00 |
CCFloat.h
|
issue #2790: Deprecates Dictionary, Array, String, Integer, Bool, Float, Double classes.
|
2013-12-11 18:08:06 +08:00 |
CCGeometry.cpp
|
use float instead for create point object
|
2013-11-08 14:13:39 +08:00 |
CCGeometry.h
|
Merge pull request #4111 from boyu0/iss2771_physical
|
2013-11-07 18:51:15 -08:00 |
CCInteger.h
|
issue #2790: Deprecates Dictionary, Array, String, Integer, Bool, Float, Double classes.
|
2013-12-11 18:08:06 +08:00 |
CCMap.h
|
issue #3577: iterator —> const_iterator since Map::getRandomObject is a const function.
|
2014-01-04 11:41:05 +08:00 |
CCNS.cpp
|
Some warning fixes on linux.
|
2013-12-26 23:06:16 -08:00 |
CCNS.h
|
issue #2790: const char* —> const std::string& for CCNS.h/.cpp.
|
2013-12-04 16:02:53 +08:00 |
CCObject.cpp
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |
CCObject.h
|
issue #2771: enhance Listener use EventListener mechanism
|
2013-11-01 14:50:06 +08:00 |
CCPlatformConfig.h
|
added support for msys2 mingwtoolchains and fix x64 cocos/audio on windows platform for MSVC and Mingw. Also fixed a few very bad type casts very important for future Arm64 bit processors
|
2013-12-05 03:37:27 +00:00 |
CCPlatformMacros.h
|
Don’t use ‘String::createWithFormat’ in our codes, use StringUtils::format() instead.
|
2013-12-25 11:00:51 +08:00 |
CCSet.cpp
|
issue #2790: Deprecates CCSet.
|
2013-12-06 18:16:58 +08:00 |
CCSet.h
|
issue #2790: Deprecates CCSet.
|
2013-12-06 18:16:58 +08:00 |
CCString.cpp
|
fixed self assignment error and provide move semantics to pushBack of Vector<T>
|
2014-01-02 17:54:52 +08:00 |
CCString.h
|
Don’t use ‘String::createWithFormat’ in our codes, use StringUtils::format() instead.
|
2013-12-25 11:00:51 +08:00 |
CCValue.cpp
|
Fixing ‘ActionTest->AnimationTest’ crashes. It should return empty ValueMap/ValueVector when Value::asValueVector/Map is invoked in empty Value.
|
2014-01-06 19:55:59 +08:00 |
CCValue.h
|
Fixing ‘ActionTest->AnimationTest’ crashes. It should return empty ValueMap/ValueVector when Value::asValueVector/Map is invoked in empty Value.
|
2014-01-06 19:55:59 +08:00 |
CCVector.h
|
issue #3577: const_iterator —> iterator for Vector::erase(first, last). Makes android build happy.
|
2014-01-04 11:41:06 +08:00 |
CMakeLists.txt
|
Merge branch 'develop' into console
|
2013-12-04 21:58:11 -08:00 |
atitc.cpp
|
issue #2770: fix some warning
|
2013-11-11 12:49:38 +08:00 |
atitc.h
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |
etc1.cpp
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |
etc1.h
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |
s3tc.cpp
|
issue #2770: fix some warning
|
2013-11-11 12:49:38 +08:00 |
s3tc.h
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |