axmol/cocos/scripting/js-bindings/script
pandamicro a715e3169f Sync issue fixes from creator (#17041)
* Add EventDispatcher#hasEventListener (sync from creator)

* Fix function wrapper using js object during its gc

* Support more system languages

* Direct log/error for better understanding problems & add sys.now

* Synchronize Editbox APIs

* Synchronize Scheduler.PRIORITY_NON_SYSTEM const

* Upgrade web engine

* Upgrade test cases

* Manually bind EventDispatcher::addCustomEventListener to avoid memory issue

* Manual bind EventListeners’ create to avoid memory issue

* Fix compilation issue when COCOS_DEBUG = 2

* Unify function name of Texture2D::releaseTexture

* Fix compilation issues and update web & bindings-generator

* Fix lua compilation issue

* Use %ld instead of %zd

* Separate FinalizeHook for ref objects and non ref objects

* Fix spine TrackEntry recursive conversion issue by using getter

* Fix crash during Wrappers deallocation (possible to have leak)

* Increase default JS heap to 32 mb

* Update engine version

* Add change log of web engine

* Improve cc.formatStr

* Fix chipmunk crash issues when using setDefaultCollisionHandler

* Add change log for JSB and update web engine ref
2016-12-21 13:39:34 +08:00
..
3d Add JS and Lua bindings for CCCameraBackgroundBrush 2015-08-21 12:42:36 +08:00
ccui Sync issue fixes from creator (#17041) 2016-12-21 13:39:34 +08:00
chipmunk fix: use chipmunk v6.2 API whenever possible 2016-04-11 11:12:34 +08:00
debugger misspelling check on cocos directory (#16522) 2016-09-06 10:14:14 +08:00
extension fix script samples error with controlButton 2015-12-19 22:22:41 +08:00
navmesh Move NavMesh to jsb namespace 2015-06-18 22:57:41 +08:00
physics3d Change physics3d api to jsb namespace 2015-06-18 20:39:40 +08:00
physicsSprite Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
studio fix actionNode studio 1.6 parser error 2016-05-26 17:20:51 +08:00
jsb.js Fix some typos in comments and strings (#16290) 2016-08-02 15:29:23 +08:00
jsb_audioengine.js Add js wrapper for audio engine 2015-07-29 20:47:28 +08:00
jsb_boot.js Sync issue fixes from creator (#17041) 2016-12-21 13:39:34 +08:00
jsb_cocos2d.js Sync issue fixes from creator (#17041) 2016-12-21 13:39:34 +08:00
jsb_cocos2d_constants.js Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_cocosbuilder.js Issue fixes for new memory model 2015-12-21 00:16:17 +08:00
jsb_common.js misspelling check on cocos directory (#16522) 2016-09-06 10:14:14 +08:00
jsb_create_apis.js Fix some typos in comments and strings (#16290) 2016-08-02 15:29:23 +08:00
jsb_debugger.js Merge pull request #15215 from minggo/firefox-remote-debug 2016-03-09 16:59:03 +08:00
jsb_deprecated.js Don't warn user about API deprecation 2016-06-28 12:11:21 +08:00
jsb_loaders.js Permit webp image loading 2015-08-17 18:55:53 +08:00
jsb_opengl.js fix some typos (#16269) 2016-07-29 17:20:42 +08:00
jsb_opengl_constants.js update for jsb_opengl_constants 2015-08-28 08:42:55 +08:00
jsb_pool.js Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_prepare.js Fix callfunc released with retained data (callback, target, extradata) issue 2016-07-01 10:56:17 +08:00
jsb_property_apis.js [ci skip] Remove LayerRGBA in scripts to avoid issues and update web ref (#16412) 2016-08-22 10:55:21 +08:00
jsb_property_impls.js Update js bindings & js tests. 2015-05-05 10:50:19 +08:00
jsb_spine.js add custom spine skeletonAnimation test 2015-09-25 13:36:48 +08:00