axmol/cocos/physics
Martin Konopka 350b81501d Get rid of warnings: field '_xxx' will be initialized after field '_yyy' [-Wreorder]
Initialization follows the order of declaration, not the order of the initialization list.
2015-03-12 23:47:58 +01:00
..
CCPhysicsBody.cpp Fix "field 'XXX' will be initialized after 'YYY'" warning in Xcode by reorder initialization sentences. 2015-01-21 12:59:53 +03:00
CCPhysicsBody.h Fixed can't get correct position of PhysicsBody after add PhysicsBody to PhysicsWorld in the current frame. 2015-01-14 17:01:04 +08:00
CCPhysicsContact.cpp Remove XXXXInfo_chipmunk class in 'chipmunk' folder to simplify implementation of physics 2015-01-06 14:40:14 +08:00
CCPhysicsContact.h Remove XXXXInfo_chipmunk class in 'chipmunk' folder to simplify implementation of physics 2015-01-06 14:40:14 +08:00
CCPhysicsHelper.h Update project 2015-01-06 14:40:15 +08:00
CCPhysicsJoint.cpp Fix "field 'XXX' will be initialized after 'YYY'" warning in Xcode by reorder initialization sentences. 2015-01-21 12:59:53 +03:00
CCPhysicsJoint.h Improve performance of physics 2015-01-07 17:08:04 +08:00
CCPhysicsShape.cpp Improve performance of physics 2015-01-07 17:08:04 +08:00
CCPhysicsShape.h Improve performance of physics 2015-01-07 17:08:04 +08:00
CCPhysicsWorld.cpp Get rid of warnings: field '_xxx' will be initialized after field '_yyy' [-Wreorder] 2015-03-12 23:47:58 +01:00
CCPhysicsWorld.h Fixed Scale9Sprite can't run move/scale/rotation action in physics scene 2015-01-27 16:13:45 +08:00
CMakeLists.txt Update project 2015-01-06 14:40:15 +08:00