James Chen
|
494806167b
|
Temporary commit.
|
2012-11-29 15:26:24 +08:00 |
James Chen
|
208132895e
|
issue #1583: Moved the common js codes to scripting/javascript/bindings/js folder. Deleted the old js sample resources.
|
2012-11-29 11:27:39 +08:00 |
CocosRobot
|
9e929019c3
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-28 11:53:56 +08:00 |
James Chen
|
0ce47db8f1
|
Merge pull request #1648 from CocosRobot/updategeneratedsubmodule_1353897594
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-26 19:13:05 -08:00 |
James Chen
|
e0948a4817
|
fixed #1576: Sync CCBReader to latest version, CCString* --> std::string, CocosBuilderTest crash fixes.
|
2012-11-26 21:51:05 +08:00 |
CocosRobot
|
0ec7f873fe
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-26 10:40:03 +08:00 |
James Chen
|
7c1e860d78
|
issue #1573: Added CocosDragonJS. Made it compiled ok on iOS,android and win32.
|
2012-11-23 15:09:03 +08:00 |
Rohan Kuruvilla
|
36bbd80b68
|
Adding changes to CCBreader
|
2012-11-23 15:08:55 +08:00 |
James Chen
|
c32ea4486b
|
issue #1572: WatermelonWithMe works on Android now.
|
2012-11-22 18:46:30 +08:00 |
James Chen
|
ee97633a4f
|
Merge pull request #1637 from dumganhar/gles20
Minor fix in ScriptingCore::log;Avoiding pointer point to a destroyed variable.
|
2012-11-22 01:53:57 -08:00 |
James Chen
|
c0097db48c
|
Avoiding pointer point to a destroyed variable.
|
2012-11-22 17:36:49 +08:00 |
James Chen
|
692d16f296
|
Minor fix in ScriptingCore::log.
|
2012-11-22 17:34:58 +08:00 |
CocosRobot
|
10ceef62dc
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-22 17:22:19 +08:00 |
CocosRobot
|
ce19b26771
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-22 15:38:09 +08:00 |
James Chen
|
b66bc98a46
|
issue #1564: Made ChipmunkTest of TestJavascript works
|
2012-11-22 15:19:16 +08:00 |
James Chen
|
51d61ba214
|
issue #1564: fix the wrong order of parameters in CCScheduler::scheduleSelector.
Made MoonWarriors works.
|
2012-11-22 12:05:38 +08:00 |
James Chen
|
1ce1b4b471
|
issue #1564: Closed verbose log of TestJavascript for android. And Made it compiled ok.
|
2012-11-22 10:47:57 +08:00 |
James Chen
|
89a51433b8
|
issue #1564: Make TestJavascript works on windows.
|
2012-11-22 10:24:26 +08:00 |
CocosRobot
|
c991b0b6b0
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-21 21:46:28 +08:00 |
James Chen
|
9abb63b670
|
Merge pull request #1589 from funkaster/gles20
fixed #1570: Improves the debugger for JSBindings.
|
2012-11-21 05:32:24 -08:00 |
James Chen
|
b73b30d1b0
|
issue #1564: Deleted duplicated declare in ScriptingCore.h
|
2012-11-20 16:26:06 +08:00 |
James Chen
|
28b692279e
|
issue #1564: Deleted CCPhysicsSprite in jsbindings since it's supported at Extension.
|
2012-11-20 16:20:16 +08:00 |
Rolando Abarca
|
d9baa8a24d
|
fixes merge conflict
|
2012-11-19 11:23:08 -08:00 |
Rolando Abarca
|
ac539667f4
|
Merge remote-tracking branch 'origin/gles20' into gles20
Conflicts:
scripting/javascript/bindings/ScriptingCore.cpp
scripting/javascript/bindings/js_bindings_chipmunk_manual.cpp
|
2012-11-16 09:44:34 -08:00 |
James Chen
|
0223c0d70a
|
issue #1555: Minor fixes.
|
2012-11-16 19:38:25 +08:00 |
James Chen
|
34f359384c
|
issue #1530: Minor fixes in ScriptingCore.cpp, js_bindings_chipmunk_auto_classes.cpp and js_bindings_chipmunk_funcitons.cpp.
|
2012-11-16 15:58:20 +08:00 |
Rohan Kuruvilla
|
f7848eb171
|
Adding Object Oriented Chipmunk JS bindings
|
2012-11-16 15:56:29 +08:00 |
Rohan Kuruvilla
|
6d59009953
|
Adding executeAccelerometerEvent for to CCScriptSupport and ScriptingCore
|
2012-11-16 15:56:29 +08:00 |
Rohan Kuruvilla
|
39a4e6a19e
|
Fixing bindings bug for CCScheduler. Also adding custom bindings for TMXLayer. Also updating ini
|
2012-11-16 15:56:27 +08:00 |
Rohan Kuruvilla
|
66f85468e5
|
Adding JS conversion of CCDictionary objects, also modified CCArray conversion
|
2012-11-16 15:56:27 +08:00 |
Rohan Kuruvilla
|
672bed3ed0
|
Updating bindings for ONE_BY_ONE touch handling
|
2012-11-16 15:56:27 +08:00 |
Rohan Kuruvilla
|
f9aea7befe
|
Changing parameter ordering for callbacks (making thisObj optional). Also adding custom bindigns for CCScheduler
|
2012-11-16 15:56:26 +08:00 |
Rolando Abarca
|
6e9d2e808c
|
improved debugger
|
2012-11-15 11:14:57 -08:00 |
Rolando Abarca
|
c9df076378
|
new JSStringWrapper
|
2012-11-15 11:14:37 -08:00 |
Rolando Abarca
|
2ea2cb616c
|
adds compartment code to chipmunk
|
2012-11-15 11:13:32 -08:00 |
Rolando Abarca
|
b894524ed0
|
removing some warnings
|
2012-11-15 11:13:21 -08:00 |
CocosRobot
|
cfd84b3fe6
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-08 22:53:19 +08:00 |
CocosRobot
|
b72c48f4c5
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-06 17:01:34 +08:00 |
James Chen
|
449c719d96
|
issue #1549: Added "ccdictionary_to_jsval" function, now TMXOrthoObjectsTest and TMXIsoObjectsTest don't crash.
|
2012-11-06 16:11:45 +08:00 |
James Chen
|
21e4f80fbd
|
Added "executeAccelerometerEvent" for CCScriptEngineProtocol class. Exported Accelerometer event to JS.
|
2012-11-06 14:18:13 +08:00 |
CocosRobot
|
5efdb93ef7
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-06 10:12:52 +08:00 |
James Chen
|
ceb4371f12
|
issue #1549: Using new JS API for MoonWarriors.
Updated the logics of js_cocos2dx_CCMenuItemSprite_create and js_cocos2dx_CCMenuItemImage_create.
|
2012-11-05 23:22:59 +08:00 |
CocosRobot
|
7de31acd38
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-05 18:50:00 +08:00 |
James Chen
|
10ba589ed5
|
issue #1549: * Arguments in callbacks:
instead of: callback(this, func), it is now:callback( func, [this] )
|
2012-11-05 18:44:28 +08:00 |
CocosRobot
|
da457732b9
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-02 18:56:53 +08:00 |
James Chen
|
f88aa5058d
|
Merge branch 'gles20' of https://github.com/rohankuruvilla/cocos2d-x into rohan-ccb
Conflicts:
scripting/javascript/bindings/cocos2d_specifics.cpp
scripting/javascript/bindings/cocos2d_specifics.hpp
tools/tojs/cocos2dx.ini
|
2012-11-02 18:15:25 +08:00 |
CocosRobot
|
2bba105453
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2012-11-02 15:38:46 +08:00 |
James Chen
|
f031a09e77
|
Added cc.TMXLayer.getTileFlagsAt to jsbindings.
|
2012-11-02 15:21:44 +08:00 |
James Chen
|
d2a9acd227
|
issue #1530: Two memory leaks fixes.
|
2012-11-01 16:06:05 +08:00 |
James Chen
|
026662ee5f
|
issue #1530: Assigned JSVAL_VOID to member variables for JSCallbackWrapper class.
|
2012-11-01 15:45:22 +08:00 |