axmol/samples/Cpp/TestCpp/Classes/ExtensionsTest
Ricardo Quesada 5d499d351d Some more changes to make the code more c++ friendly:
- nodeToParentTransform -> getNodeToParentTransform() (the same for its friends)
   - Deprecates the old methods
   - adds 'consts' to those methods
- boundingBox() -> getBoundingBox()
   - the new one is const
   - Deprecates the old method.
- Adds overrides keywords in CCNodeRGBA and CCArmature
- AffineMatrix are mutables
2013-07-16 18:16:04 -07:00
..
ArmatureTest Some more changes to make the code more c++ friendly: 2013-07-16 18:16:04 -07:00
CocosBuilderTest getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
ComponentsTest Adds more readability to the class internals. 2013-07-15 12:43:22 -07:00
ControlExtensionTest closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
EditBoxTest closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
NetworkTest issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
NotificationCenterTest closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
Scale9SpriteTest add S9CascadeOpacityAndColor test 2013-07-15 20:13:30 +08:00
TableViewTest closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
ExtensionsTest.cpp Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into socketio 2013-07-13 19:24:41 +08:00
ExtensionsTest.h iss3102: make extension test submenu in TestCpp scrollable to access all entries 2013-07-08 16:20:24 -04:00