James Chen
|
6fbca287a2
|
Update Debugger README.md [ci skip]
|
2013-10-10 18:35:54 +08:00 |
James Chen
|
95cd356911
|
Update Debugger REAME.md[ci skip]
|
2013-10-10 18:31:36 +08:00 |
James Chen
|
0d60432d95
|
issue #2823: Removing unused codes of debugger.
|
2013-10-10 17:17:48 +08:00 |
James Chen
|
8afef57679
|
issue #2823: Adding README.md.
|
2013-10-10 16:18:12 +08:00 |
James Chen
|
5b190b62f6
|
issue #2823: Removing loading web console.js in jsb_debugger.js.
|
2013-10-10 16:18:12 +08:00 |
James Chen
|
154061319c
|
issue #2823: Removing unused js files in 'js/debugger' folder.
|
2013-10-10 16:18:12 +08:00 |
James Chen
|
d8a4a7a595
|
issue #2823: Updating webconsole.js and loading webconsole.js in jsb_debugger.js.[ Console can't work now, TO BE DONE ]
|
2013-10-10 16:18:11 +08:00 |
James Chen
|
d25cbcdbd9
|
issue #2823: Removing unused conversion.
|
2013-10-10 16:18:11 +08:00 |
James Chen
|
6b455463fa
|
issue #2823: Removing some log outputs in transport.js.
|
2013-10-10 16:18:11 +08:00 |
James Chen
|
7328ae89a5
|
issue #2823: Adding XPCInspector support in debugger/main.js.
|
2013-10-10 16:18:11 +08:00 |
James Chen
|
7a6861c800
|
issue #2823: Reverting script.js.
|
2013-10-10 16:18:11 +08:00 |
James Chen
|
adbb3585ac
|
issue #2823: _lockVM take no arguments now.
|
2013-10-10 16:18:10 +08:00 |
James Chen
|
0ad7a9fd4b
|
issue #2823: minor fix and logs.
|
2013-10-10 16:18:10 +08:00 |
James Chen
|
43b4269c11
|
issue #2823: Removing unused file 'main.debug.js'.
|
2013-10-10 16:18:09 +08:00 |
James Chen
|
6185f6fac2
|
issue #2823: Removing unused codes in jsb_debugger.js.
|
2013-10-10 16:18:09 +08:00 |
James Chen
|
e69aebc34f
|
issue #2823: Fixing mess code when modifying the value of variables which contains utf8 letters.
|
2013-10-10 16:18:09 +08:00 |
James Chen
|
ef4fcb5e56
|
issue #2823: Moving 'utf16to8' to DevToolsUtils.js and adding 'utf8to16' function.
|
2013-10-10 16:18:09 +08:00 |
James Chen
|
7e82ab14a0
|
issue #2823: debugger loading js source with utf8 is ok.
|
2013-10-10 16:18:09 +08:00 |
James Chen
|
b5d02d8cca
|
issue #2823: firefox debugger step ok.
|
2013-10-10 16:18:09 +08:00 |
James Chen
|
b5679cbc3a
|
issue #2823: load js file in firefox.
|
2013-10-10 16:18:08 +08:00 |
Dhilan007
|
20971b0ad2
|
issues #2895:Synchronize JSB from master to developer
|
2013-10-08 15:57:34 +08:00 |
James Chen
|
a460f44a1a
|
Making cc.registerTargetDelegate and cc.registerStandardDelegate compatible with Cocos2d-html5.
|
2013-09-19 23:43:41 +08:00 |
James Chen
|
e563c27994
|
Keypad event fix for js and lua bindings.
|
2013-09-17 23:21:45 +08:00 |
James Chen
|
b3dfa0f886
|
[jsb] Marks cc.Menu.setHanlderPriority as deprecated method. Bug fix in JSTouchDelegate class.
|
2013-09-17 20:33:25 +08:00 |
James Chen
|
05534e87f4
|
closed #2521: Updating jsb_cocosbuilder.js, it supports CCControl now.
|
2013-08-12 11:27:09 +08:00 |
James Chen
|
f0e0b7600b
|
issue #2521: Adding 'cc.convertColor3BtoHexString' in jsb_cocos2d.js.
|
2013-08-12 11:22:15 +08:00 |
James Chen
|
8626455d69
|
Adding CCControl js binding.
|
2013-08-05 09:51:46 +08:00 |
James Chen
|
b9e29cd07e
|
[JSB] Mark cc.TMXTiledMap.propertiesForGID to deprecated method.
|
2013-07-29 10:06:39 +08:00 |
minggo
|
a7c1904eb8
|
issue #2430:move EditBox enum into class
|
2013-07-26 17:45:01 +08:00 |
James Chen
|
6ffac07a81
|
More getter functions: e.g. MenuItemFont::fontSize --> MenuItemFont::getFontSize
|
2013-07-19 11:08:47 +08:00 |
James Chen
|
a9eea0a887
|
issue #2407: Updating jsb_deprecated.js and cocos2dx.ini.
|
2013-07-17 17:38:03 +08:00 |
James Chen
|
b71e9d83e1
|
Merge pull request #3165 from sunzhuoshi/master
Fixed bad js constant names and added config macro for "spine" extension
|
2013-07-16 02:36:49 -07:00 |
James Chen
|
63bd5cf10b
|
closed #2307: Adding cc.PhysicsSprite.prototype.getBody in jsb_cocos2d_extension.
The issue was fixed at https://github.com/cocos2d/cocos2d-x/pull/2869 .
Reported at http://www.cocos2d-x.org/boards/20/topics/25430?r=31702
|
2013-07-16 15:06:36 +08:00 |
sunzhuoshi
|
8cad37a8d8
|
Fixed javascript constant names auto-generated
|
2013-07-16 14:47:47 +08:00 |
James Chen
|
c813ff4b02
|
issue #2404: Mark cc.Action.copy and cc.Animation.copy as deprecated methods.
|
2013-07-16 14:43:20 +08:00 |
James Chen
|
62b12cbe82
|
Updating jsb_deprecated.js.
|
2013-07-16 10:14:52 +08:00 |
James Chen
|
a36a4bf19b
|
issue2405: Adding jsb_deprecated.js for the compatibility of deprecated variables and methods.
|
2013-07-16 10:02:02 +08:00 |
folecr
|
e0708f496a
|
New debugger interface
|
2013-05-20 14:30:40 -07:00 |
Rohan Kuruvilla
|
2636bafd0c
|
Fixing network logging for Android and iOS
|
2013-04-25 18:41:29 -07:00 |
James Chen
|
a2c71f8e89
|
Exposing CCApplication to js.
|
2013-04-09 14:42:12 +08:00 |
James Chen
|
ad555e70fb
|
issue #1944: Removing commented codes in cc.associateWithNative.
|
2013-04-03 10:39:15 +08:00 |
James Chen
|
ec7a2f4c5c
|
fixed #1944: The subclass of cc.Sprite,cc.Layer... doesn't need cc.associateWithNative anymore.
|
2013-04-02 11:35:55 +08:00 |
James Chen
|
54edf8cafd
|
Don't require 'jsb_opengl_constants.js' in 'jsb_opengl.js'. It will break js obscure
|
2013-03-28 16:58:02 +08:00 |
Rohan Kuruvilla
|
57fd3cdb9c
|
Modifying JS files to load OpenGL bindings. Also modify AppDelegate and Project files and generator template
|
2013-03-27 23:59:29 -07:00 |
walzer
|
67cda2bfd4
|
issue #1841, TestJavascript is obfuscated successfully
|
2013-03-21 16:55:55 +08:00 |
James Chen
|
6a98553633
|
Synchronizing the submodule reference of cocos2d-js-test to the latest one.
|
2013-03-18 18:24:37 +08:00 |
James Chen
|
3e33868a63
|
fixed #1824: Exposed cc.EditBox to js.
|
2013-03-14 18:14:16 +08:00 |
minggo
|
85f39cee24
|
Merge pull request #2114 from linshun/master
Added compatible function for multi secene resouces preloading.
|
2013-03-12 19:38:09 -07:00 |
James Chen
|
69b2b13325
|
fixed #1748: Generating jsb_cocos2dx_extension_auto.hpp/.cpp. It was separated from original `cocos2dx.hpp/cpp`.
Developer could remove redundant jsbinding codes now.
|
2013-03-11 16:39:28 +08:00 |
linshun
|
d60ba89b36
|
Added compatible functions for HTML5 multi resources preloading.
|
2013-03-07 15:49:05 +08:00 |