axmol/cocos/scripting/js-bindings/manual
Xpol Wan 1cc0130bdd Fixes signed/unsigned mismatch warnings.
```
2d\CCFontFNT.cpp(328): warning C4018: '<' : signed/unsigned mismatch
2d\CCLabel.cpp(782): warning C4018: '>' : signed/unsigned mismatch
2d\CCLabel.cpp(784): warning C4018: '<' : signed/unsigned mismatch
scripting\js-bindings\manual\cocos2d_specifics.cpp(2741): warning C4018: '<' : signed/unsigned mismatch
tests\cpp-tests\Classes\Sprite3DTest\Sprite3DTest.cpp(1969): warning C4018: '>=' : signed/unsigned mismatch
tests\cpp-tests\Classes\TextInputTest\TextInputTest.cpp(264): warning C4018: '>=' : signed/unsigned mismatch
ui\UIEditBox\UIEditBoxImpl-common.cpp(113): warning C4018: '<' : signed/unsigned mismatch
ui\UIRichText.cpp(1573): warning C4018: '<=' : signed/unsigned mismatch
ui\UITextField.cpp(89): warning C4018: '>=' : signed/unsigned mismatch
```
2016-04-26 17:53:25 +08:00
..
3d Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
chipmunk Merge pull request #15335 from mogemimi/fix-typos 2016-04-06 11:32:46 +08:00
cocosbuilder Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
cocostudio Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
component Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
experimental Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
extension Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
localstorage Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
navmesh Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
network Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
physics3d Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
platform Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
spine Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
ui Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
ScriptingCore.cpp Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
ScriptingCore.h Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
cocos2d_specifics.cpp Fixes signed/unsigned mismatch warnings. 2016-04-26 17:53:25 +08:00
cocos2d_specifics.hpp Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
js-BindingsExport.h update code as comment 2015-11-26 17:39:57 +08:00
js_bindings_config.h Fix minor grammar and typo in documentation 2015-11-04 17:14:00 +09:00
js_bindings_core.cpp Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
js_bindings_core.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
js_bindings_opengl.cpp Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
js_bindings_opengl.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
js_manual_conversions.cpp Fix compilation error with Platform Toolset v120 for WinRT 2016-04-19 16:13:12 +09:00
js_manual_conversions.h Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +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 Remove include of cocos2d.h (#15435) 2016-04-18 15:09:21 +08:00
jsb_event_dispatcher_manual.h Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_helper.h Clean up manual bindings code, remove JS_THIS_OBJECT and JS_SET_RVAL 2015-11-25 14:33:43 +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 Fix typos in comments and strings 2016-03-29 10:52:17 +09:00
jsb_opengl_manual.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
jsb_opengl_registration.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
jsb_opengl_registration.h Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
spidermonkey_specifics.h Update spidermonkey_specifics.h 2015-12-16 20:03:09 -08:00