axmol/cocos/editor-support/cocostudio
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
..
ActionTimeline No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
WidgetReader No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
fbs-files add fbs files needed to update flatbuffer (#16808) 2016-11-04 10:13:06 +08:00
Android.mk fix compiling and linking error with ndk r12b 2016-07-08 15:29:35 +08:00
CCActionFrame.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCActionFrame.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCActionFrameEasing.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCActionFrameEasing.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCActionManagerEx.cpp Performance tweak: use range-based for-loops instead of iterator-based for-loops. (#16642) 2016-10-11 10:59:44 -07:00
CCActionManagerEx.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCActionNode.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCActionNode.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCActionObject.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCActionObject.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmature.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmature.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmatureAnimation.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmatureAnimation.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmatureDataManager.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmatureDataManager.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmatureDefine.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCArmatureDefine.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCBatchNode.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCBatchNode.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCBone.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCBone.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCColliderDetector.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCColliderDetector.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComAttribute.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComAttribute.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComAudio.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComAudio.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComBase.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComController.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCComController.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComExtensionData.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCComExtensionData.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCComRender.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCComRender.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDataReaderHelper.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCDataReaderHelper.h fixed #16492: RapidJSON Crashes in Release mode on Android. (#16792) 2016-11-04 09:36:59 +08:00
CCDatas.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDatas.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDecorativeDisplay.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDecorativeDisplay.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDisplayFactory.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCDisplayFactory.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDisplayManager.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCDisplayManager.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCInputDelegate.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCInputDelegate.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCProcessBase.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCProcessBase.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCSGUIReader.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCSGUIReader.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCSSceneReader.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCSSceneReader.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCSkin.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCSkin.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCSpriteFrameCacheHelper.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCSpriteFrameCacheHelper.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTransformHelp.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTransformHelp.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTween.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCTween.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCUtilMath.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CCUtilMath.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CMakeLists.txt No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CSLanguageDataBinary_generated.h Add FlatBuffers serialize function for language data used in Cocos Studio. 2016-02-24 14:59:37 +08:00
CSParse3DBinary_generated.h update for light3D 2015-09-29 18:33:28 +08:00
CSParseBinary_generated.h misspelling check on cocos directory (#16522) 2016-09-06 10:14:14 +08:00
CocoLoader.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CocoLoader.h fixed #16492: RapidJSON Crashes in Release mode on Android. (#16792) 2016-11-04 09:36:59 +08:00
CocoStudio.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CocoStudio.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
CocosStudioExport.h Update 3d reader for compatible with cocosstudio 3.1.2 version csd file 2015-06-23 11:31:16 +08:00
CocosStudioExtension.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CocosStudioExtension.h Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
DictionaryHelper.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
DictionaryHelper.h fixed #16492: RapidJSON Crashes in Release mode on Android. (#16792) 2016-11-04 09:36:59 +08:00
FlatBuffersSerialize.cpp Reduce unnecessary c_str() calls 2016-05-04 04:18:25 +09:00
FlatBuffersSerialize.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
LocalizationManager.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
LocalizationManager.h fixed #16492: RapidJSON Crashes in Release mode on Android. (#16792) 2016-11-04 09:36:59 +08:00
TriggerBase.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
TriggerBase.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
TriggerMng.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
TriggerMng.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
TriggerObj.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
TriggerObj.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
WidgetCallBackHandlerProtocol.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
WidgetCallBackHandlerProtocol.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00