axmol/extensions/CCArmature
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
..
animation CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
datas issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
display More unsinged int -> int in some places where it could be difficult to find underflow bugs. And some warnings fix. 2013-07-22 14:28:19 +08:00
external_tool More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
physics CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
utils More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCArmature.cpp CCAssert -> CCASSERT 2013-07-19 22:01:27 -07:00
CCArmature.h Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CCBone.cpp More unsinged int -> int in some places where it could be difficult to find underflow bugs. And some warnings fix. 2013-07-22 14:28:19 +08:00
CCBone.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00