axmol/cocos/physics3d
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
..
CCPhysics3D.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCPhysics3D.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCPhysics3DComponent.cpp Fix warnings about signed/unsigned mismatch 2016-04-22 12:20:05 +09:00
CCPhysics3DComponent.h rename syncToNode and syncToPhysics 2015-06-04 12:04:41 +08:00
CCPhysics3DConstraint.cpp Fix some minor typos in local variable names 2016-06-29 11:04:11 +09:00
CCPhysics3DConstraint.h Fix some minor typos in local variable names 2016-06-29 11:04:11 +09:00
CCPhysics3DDebugDrawer.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCPhysics3DDebugDrawer.h Remove duplicate header includes 2016-05-26 23:25:44 +09:00
CCPhysics3DObject.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCPhysics3DObject.h Fix typos and other mistakes in docs 2016-07-04 00:42:10 +09:00
CCPhysics3DShape.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCPhysics3DShape.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCPhysics3DWorld.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCPhysics3DWorld.h add Physics3DCollider 2015-06-29 10:26:09 +08:00
CCPhysicsSprite3D.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCPhysicsSprite3D.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CMakeLists.txt add physics3d support 2015-05-08 15:49:33 +08:00