axmol/cocos/scripting/js-bindings/manual
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
..
3d Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
chipmunk merge v3.13 back to v3 2016-08-29 11:57:13 +08:00
cocosbuilder Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
cocostudio merge v3.13 back to v3 2016-08-29 11:57:13 +08:00
component Merge part of Cocos2d-x-lite (#16380) 2016-08-19 16:28:47 +08:00
experimental Fix -Wreturn-type warnings when compiling JSB with Clang 2016-06-24 08:48:21 +09:00
extension Adding performance.now() to cocos2d-js. (#16766) 2016-11-04 11:58:48 +08:00
localstorage merge v3.13 back to v3 2016-08-29 11:57:13 +08:00
navmesh Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
network No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
physics3d Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
platform Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
spine Merge part of Cocos2d-x-lite (#16380) 2016-08-19 16:28:47 +08:00
ui Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
ScriptingCore.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
ScriptingCore.h Adding performance.now() to cocos2d-js. (#16766) 2016-11-04 11:58:48 +08:00
cocos2d_specifics.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
cocos2d_specifics.hpp Fix implicit conversion warning (#16598) 2016-09-26 14:49:47 +08:00
js-BindingsExport.h update code as comment 2015-11-26 17:39:57 +08:00
js_bindings_config.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
js_bindings_core.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
js_bindings_core.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
js_bindings_opengl.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
js_bindings_opengl.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
js_manual_conversions.cpp Fixes jsval_to_std_string could not convert number to string. (#16504) 2016-09-05 10:02:05 +08:00
js_manual_conversions.h merge v3.13 back to v3 2016-08-29 11:57:13 +08:00
js_module_register.cpp Fix typos in comments and strings 2016-03-29 10:52:17 +09:00
js_module_register.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
jsb_event_dispatcher_manual.cpp Merge part of Cocos2d-x-lite (#16380) 2016-08-19 16:28:47 +08:00
jsb_event_dispatcher_manual.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_helper.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
jsb_opengl_functions.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
jsb_opengl_functions.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
jsb_opengl_manual.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
jsb_opengl_manual.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
jsb_opengl_registration.cpp Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
jsb_opengl_registration.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
spidermonkey_specifics.h merge v3.13 back to v3 2016-08-29 11:57:13 +08:00