axmol/cocos/physics
pyrosphere 663bb4d7ed No CC_UNUSED_PARAM (#16812)
* Added -Wno-unused-parameter and removed all uses of the CC_UNUSED_PARAM macro

* Commented unused parameter names in .cpp files which previously used CC_UNUSED_PARAM

* Reverted -Wno-unused-param flag.
Moved deprecated touch methods definitions to .cpp file.
Commented more unused parameter names.

* Fixed some errors and warnings caused by the previous commit.

* Commented remaining unused parameter names in .cpp files.

* Fixed unused parameter warnings in headers.

* Fixed some more unused parameter warnings.

* Fixed some more unused parameters warnings.

* Fixed mistake in previous commit, missing ComAudioReader:: in method. Other warnings.

* Fixed build errors.

* Added missing file to CMakeLists
2016-11-16 09:48:37 +08:00
..
CCPhysicsBody.cpp Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. (#16716) 2016-10-27 15:10:24 +08:00
CCPhysicsBody.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsContact.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCPhysicsContact.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsHelper.h Squashed commit of the following: 2016-02-29 13:53:00 -08:00
CCPhysicsJoint.cpp Fix typo: destoryMark -> destroyMark 2016-06-29 10:04:31 +09:00
CCPhysicsJoint.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsShape.cpp Merge pull request #16151 from mogemimi/fix-function-spelling 2016-07-20 09:56:51 +08:00
CCPhysicsShape.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CCPhysicsWorld.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCPhysicsWorld.h Remove unnecessary inline keywords (#16562) 2016-09-12 09:44:21 +08:00
CMakeLists.txt Refine components to improve performance 2015-09-18 14:34:02 +08:00
cpCompat62.h fix: use chipmunk v6.2 API whenever possible 2016-04-07 16:22:49 -07:00