xingsenma
|
4eecc7e56b
|
#3947 Simulate 'setTimeout' and 'setInterval' in JSB.
|
2014-02-13 13:54:05 +08:00 |
James Chen
|
5163f1f78d
|
issue #3900: Updates debugger codes to Firefox v27. 'step into' works now. congratulations! ;)
|
2014-02-08 10:35:03 +08:00 |
James Chen
|
6ecc8d37c5
|
Fix a typo, this._is_nativeObj -> this.__nativeObj.
|
2014-01-26 14:45:45 +08:00 |
James Chen
|
26125f4e26
|
closed #3858: Pure JS class which is inherited from cc.Class will trigger an irrelevant log.
Please refer to http://www.cocos2d-x.org/issues/3858.
|
2014-01-26 14:41:27 +08:00 |
James Chen
|
65b5a7c031
|
If this.ctor was not found, output a log.
|
2014-01-07 22:39:14 +08:00 |
Dhilan007
|
b4d392dc38
|
update js binding for studio change.
|
2014-01-03 21:33:48 +08:00 |
James Chen
|
dd54e906f0
|
ccs.XXX —> ccui.XXX for gui js bindings.
|
2014-01-02 14:21:24 +08:00 |
James Chen
|
8c1c9fef15
|
Bug fix in cc.VisibleRect
|
2013-12-31 18:17:20 +08:00 |
James Chen
|
74a7f68dc1
|
[JSB] Adds cc.VisibleRect.
|
2013-12-31 18:12:42 +08:00 |
James Chen
|
1edf748dc3
|
[JSB] Adds trigger bindings for CocoStudio.
|
2013-12-30 20:57:46 +08:00 |
Dhilan007
|
8b14575d7e
|
bind gui and studio.
|
2013-11-18 16:54:52 +08:00 |
James Chen
|
49289d7576
|
Adding cc.TextureCache.getInstance() to jsb_deprecated.js.
|
2013-11-11 16:45:44 +08:00 |
James Chen
|
074f688d95
|
Merge pull request #4030 from dumganhar/spv25
[sp v25] Updating SpiderMonkey library to FFv25.
|
2013-10-31 07:08:09 -07:00 |
dingpinglv
|
7e8faed7af
|
fixed #3048: rename some comments
|
2013-10-31 14:36:17 +08:00 |
dingpinglv
|
f172abbc14
|
fixed #3048: add some comments for cc.rect
|
2013-10-31 14:31:25 +08:00 |
dingpinglv
|
c116d070d3
|
Closed #3048: cc.rect can receiving different type parameters now
|
2013-10-31 14:16:42 +08:00 |
James Chen
|
541a0478ac
|
[sp v25] Removing unused comments in main.js
|
2013-10-31 11:15:18 +08:00 |
James Chen
|
d2fc29dbfa
|
[sp v25] Updating Debugger script.
|
2013-10-31 11:15:17 +08:00 |
James Chen
|
a81998ccf6
|
[sp v25] Debugger script, loading file is ok.
|
2013-10-31 11:15:17 +08:00 |
garfield_ho
|
55d45081f6
|
Fixed name
|
2013-10-22 15:41:43 +08:00 |
garfield_ho
|
54ac8f3537
|
Add cc.RESOLUTION_POLICY to jsb_cocos2d.js,so it can use setDesignResolutionSize in cc.EGLView
|
2013-10-19 16:44:14 +08:00 |
James Chen
|
7de6646213
|
Don't ignore (D|d)ebugXXX folders or files. And move scripting/javascript/bindings/js to 'scripting/javascript/script/' folder.
|
2013-10-12 14:56:40 +08:00 |