axmol/cocos2dx/tilemap_parallax_nodes
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
..
CCParallaxNode.cpp issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros. 2013-07-23 18:26:26 +08:00
CCParallaxNode.h Removes CC_PROPERTY / CC_SYNTHESIZE from some parts of the code 2013-07-19 13:16:38 -07:00
CCTMXLayer.cpp issue #2378: inline function are in header files now. 2013-07-23 20:36:41 +08:00
CCTMXLayer.h issue #2378: inline function are in header files now. 2013-07-23 20:36:41 +08:00
CCTMXObjectGroup.cpp issue #2378: Compilation error fixes. 2013-07-23 21:37:30 +08:00
CCTMXObjectGroup.h issue #2378: inline function are in header files now. 2013-07-23 20:36:41 +08:00
CCTMXTiledMap.cpp More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCTMXTiledMap.h More best practices fixes and other bug fixes 2013-07-23 15:20:22 -07:00
CCTMXXMLParser.cpp issue #2378: inline function are in header files now. 2013-07-23 20:36:41 +08:00
CCTMXXMLParser.h issue #2378: Mark getStoringCharacters as deprecated function. 2013-07-23 21:56:01 +08:00
CCTileMapAtlas.cpp issue #2378: inline function are in header files now. 2013-07-23 20:36:41 +08:00
CCTileMapAtlas.h issue #2378: inline function are in header files now. 2013-07-23 20:36:41 +08:00