axmol/cocos/navmesh
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
..
CCNavMesh.cpp Android pixel fixes (#16694) 2016-10-17 15:44:41 +08:00
CCNavMesh.h rename CCNavMeshTool to CCNavMeshUtils 2015-06-15 12:52:55 +08:00
CCNavMeshAgent.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCNavMeshAgent.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCNavMeshDebugDraw.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCNavMeshDebugDraw.h cocos2dInternal cleaned of some warnings (#16818) 2016-11-09 10:34:50 +08:00
CCNavMeshObstacle.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCNavMeshObstacle.h add 3d navigation 2015-05-29 16:45:33 +08:00
CCNavMeshUtils.cpp Use nullptr instead of 0 or NULL 2016-06-23 12:39:23 +09:00
CCNavMeshUtils.h Use nullptr instead of 0 or NULL 2016-05-25 03:09:11 +09:00
CMakeLists.txt rename CCNavMeshTool to CCNavMeshUtils 2015-06-15 12:52:55 +08:00