axmol/cocos2dx/support
Ricardo Quesada 1f37d4d00a More best practices fixes and other bug fixes
- Adds `CC_REQUIRES_NULL_TERMINATION` to methods that require a NULL at the end
- Removes more Hungarian notations in samples
- s/sprite/scene: fix from previous commit
- `CCLog` -> `log`
- `getLayerNamed` -> `getLayer`
- `getPropertyNamed` -> `getProperty`
- and other small fixes
2013-07-23 15:20:22 -07:00
..
component CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
data_support CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
image_support getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
tinyxml2 1.upload CCArmature 2013-06-06 12:02:54 +08:00
user_default issue #2397: Updating CCUserDefaultAndroid.cpp. 2013-07-12 15:32:37 +08:00
zip_support CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCNotificationCenter.cpp issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
CCNotificationCenter.h issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
CCProfiling.cpp More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCProfiling.h issue #2412:remove platform.cpp/.h 2013-07-19 13:42:45 +08:00
CCVertex.cpp closed #2393:fix a bug caused by marking functions as deprecated 2013-07-23 14:13:44 +08:00
CCVertex.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
TransformUtils.cpp issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
TransformUtils.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
base64.cpp Ability to save/retrieve CCData into/from CCUserDefault 2013-05-29 01:06:41 +01:00
base64.h Ability to save/retrieve CCData into/from CCUserDefault 2013-05-29 01:06:41 +01:00
ccUTF8.cpp fixed #2059: Fix complication errors on Android. 2013-04-17 17:05:39 +08:00
ccUTF8.h fixed #2059: Fix complication errors on Android. 2013-04-17 17:05:39 +08:00
ccUtils.cpp issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
ccUtils.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00