James Gregory
|
c45e5797cf
|
Add Makefiles for Emscripten + Emscripten external
|
2013-05-06 20:58:02 -07:00 |
James Chen
|
9a7c849ce4
|
fixed #2106: Fixing a bug on android when only jsc files exist.
|
2013-05-07 10:50:09 +08:00 |
James Chen
|
bf6bbba6ee
|
Merge branch 'master' of https://github.com/sunzhuoshi/cocos2d-x into iss2106-js-bytecode
|
2013-05-07 09:43:24 +08:00 |
sunzhuoshi
|
fa39c41136
|
Fixed bad commit
|
2013-05-06 19:06:16 +08:00 |
James Chen
|
9a63b39974
|
Merge branch 'master' of https://github.com/sunzhuoshi/cocos2d-x into iss2106-js-bytecode
|
2013-05-06 18:13:26 +08:00 |
sunzhuoshi
|
3da5a7d5cd
|
Removed redundant code
|
2013-05-06 18:06:18 +08:00 |
sunzhuoshi
|
6e70884853
|
Removed redundant code
|
2013-05-06 15:43:33 +08:00 |
James Chen
|
f86a843c8b
|
Merge branch 'master' of https://github.com/sunzhuoshi/cocos2d-x into iss2106-js-bytecode
|
2013-05-06 12:55:44 +08:00 |
sunzhuoshi
|
d4c4170368
|
Removed bad comment
|
2013-05-06 12:02:17 +08:00 |
James Chen
|
4657ef716c
|
Merge branch 'master' of https://github.com/sunzhuoshi/cocos2d-x into iss2106-js-bytecode
|
2013-05-06 11:43:40 +08:00 |
sunzhuoshi
|
de27f1137a
|
Changed byte code file ext to ".jsc"
Modified loading logic to load js file first
|
2013-05-06 11:32:23 +08:00 |
James Chen
|
0718e6cf70
|
Merge branch 'master' of https://github.com/sunzhuoshi/cocos2d-x into iss2106-js-bytecode
|
2013-05-06 11:15:19 +08:00 |
minggo
|
0c721096ec
|
fixed #2099:fixed a bug in ScriptingCore::evalString not setting the outval
|
2013-05-02 09:03:24 +08:00 |
sunzhuoshi
|
077214c419
|
Modified to ensure no popup notify when no byte code file
|
2013-04-30 20:39:06 +08:00 |
sunzhuoshi
|
d4832e3f46
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into cocos2d-master
Conflicts:
scripting/javascript/bindings/ScriptingCore.cpp
|
2013-04-30 03:51:07 +08:00 |
sunzhuoshi
|
163c19fac2
|
Added support for javascript byte code
|
2013-04-30 03:29:56 +08:00 |
James Chen
|
2d27353dd3
|
Using the same native stack size for DEBUG and RELEASE target.
#define JSB_MAX_STACK_QUOTA 500000
|
2013-04-27 23:49:04 +08:00 |
James Chen
|
c70d9f203a
|
Don't export classes in scripting/lua/cocos2dx_support.
|
2013-04-27 18:24:08 +08:00 |
James Chen
|
8f6a271b54
|
Merge branch 'cocosplayer' of https://github.com/rohankuruvilla/cocos2d-x into rohankuruvilla-cocosplayer
|
2013-04-27 16:55:29 +08:00 |
James Chen
|
91036225c3
|
[Lua] Fixing "memset" and "memcpy" can't be found on BB port.
|
2013-04-27 14:45:00 +08:00 |
James Chen
|
eb0358fda6
|
[Lua] Passing full path to luaL_dofile in CCLuaEngine::executeScriptFile.
|
2013-04-27 14:44:20 +08:00 |
James Chen
|
edc8444ca4
|
Updating blackberry project configurations.
|
2013-04-27 14:07:54 +08:00 |
James Chen
|
8c779ff98f
|
Fixing compilation errors for linux port.
|
2013-04-27 09:32:46 +08:00 |
minggo
|
89591fdccc
|
fixed #2084:add lua loader for all platforms
|
2013-04-26 12:12:19 +08:00 |
Rohan Kuruvilla
|
2636bafd0c
|
Fixing network logging for Android and iOS
|
2013-04-25 18:41:29 -07:00 |
James Chen
|
1ff07223de
|
Merge pull request #2456 from dumganhar/lua-bytecode-test
fixed #2083: Bytecode of LuaJIT can't work on android.
|
2013-04-25 06:48:01 -07:00 |
CocosRobot
|
c501a73a54
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2013-04-25 21:30:20 +08:00 |
James Chen
|
862ce85c7a
|
fixed #2083: Bytecode of LuaJIT can't work on android.
|
2013-04-25 21:29:31 +08:00 |
James Chen
|
5572990e5d
|
Synchronizing some JSB changes in cocos2d-iphone. Fix a bug of "Too much recursion" in loop.
|
2013-04-25 20:56:27 +08:00 |
CocosRobot
|
1e4370f43b
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2013-04-25 14:35:16 +08:00 |
CocosRobot
|
ca30ce7462
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2013-04-23 12:11:31 +08:00 |
James Chen
|
e84cf9ef83
|
Correct log output in js_cocos2dx_CCTMXLayer_getTiles
|
2013-04-23 10:57:55 +08:00 |
James Chen
|
30c6915449
|
fix a typo.
|
2013-04-23 10:52:51 +08:00 |
CocosRobot
|
8d8a2293a1
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2013-04-19 17:27:38 +08:00 |
James Chen
|
20b0e41b78
|
fixed #2017: Binding cc.TMXLayer.getTiles manually.
|
2013-04-19 17:25:24 +08:00 |
James Chen
|
556d95d922
|
Removing an unused comment in ccaffinetransform_to_jsval.
|
2013-04-18 14:13:26 +08:00 |
CocosRobot
|
5ead6d7322
|
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
|
2013-04-18 13:58:01 +08:00 |
James Chen
|
4db3c9c692
|
Refactoring js_cocos2dx_CCFileUtils_getByteArrayFromFile.
|
2013-04-18 13:53:16 +08:00 |
James Chen
|
642d1746f9
|
issue #2064: Adding conversation for "jsval ~> CCAffineTransform" and "CCAffineTransform ~> jsval".
|
2013-04-18 13:50:58 +08:00 |
James Chen
|
4bd012dfbf
|
fixed #2060: Implementing support for cc.FileUtils.getInstance().getByteArrayFromFile(filename)
|
2013-04-17 18:43:57 +08:00 |
James Chen
|
63ce8adfad
|
fixed #2059: Fix complication errors on Android.
|
2013-04-17 17:05:39 +08:00 |
James Chen
|
ddd6d9d155
|
fixed #2059: cc.FileUtils.getInstance().getStringFromFile(filename) doesn't return a whole string.
|
2013-04-17 16:08:48 +08:00 |
James Chen
|
694c47f5d6
|
Merge pull request #2382 from wedteam/keypad-support
fixed #2057: [JSB] Adding response for back and menu keypad event for Android.
|
2013-04-16 21:56:37 -07:00 |
James Chen
|
a005852fa5
|
issue #1847: Using luajit for win32.
|
2013-04-17 10:46:38 +08:00 |
akira_cn
|
e1f9e1a300
|
update keypad support
|
2013-04-17 10:40:46 +08:00 |
James Chen
|
2384d97ce8
|
issue #1847: Adding luajit library for win32.
|
2013-04-17 10:09:17 +08:00 |
James Chen
|
4a7bacf0b5
|
Updating Android.mk.
|
2013-04-16 18:19:46 +08:00 |
James Chen
|
bbbf139c8d
|
Adding luajit iOS prebuilt library.
|
2013-04-16 18:19:25 +08:00 |
James Chen
|
79d58bcdb9
|
issue #1847: Adding sources of Luajit2.0.1-hotfix, and adding android support.
|
2013-04-16 17:34:58 +08:00 |
akira_cn
|
54f18be09a
|
add back key support
|
2013-04-16 10:19:36 +08:00 |