Commit Graph

1179 Commits

Author SHA1 Message Date
James Chen c914017c16 Small fix in ScriptingCore.cpp. 2013-10-11 21:52:55 +08:00
James Chen edcf9fecb4 [Win32] Fixing compilation errors after renaming CocosDenshion to 'audio'. 2013-10-11 21:52:28 +08:00
James Chen f93c696004 Merge pull request #3549 from jimmystar/patch-1
Fix wrong assignment for repeatforever argument.
2013-10-11 03:19:20 -07:00
CocosRobot b6f439a4f9 [AUTO] : updating submodule reference to latest autogenerated bindings 2013-10-11 07:15:06 +00:00
James Chen 4451816c82 Best C++ practice for ScriptingCore class. '_' should be prefix rather than suffix. 2013-10-11 09:52:35 +08:00
minggo e90e975e3d Merge pull request #3911 from minggo/iss2905-adjust_folder
[ci skip]SimpleAudioEngine -> audio
2013-10-10 18:27:25 -07:00
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
minggo 16d0fe313b issue #2905: modify makefile to refer to correct path 2013-10-10 18:22:51 +08:00
James Chen 0d60432d95 issue #2823: Removing unused codes of debugger. 2013-10-10 17:17:48 +08:00
James Chen 02f724cd23 issue #2823: Enabling JSB debugger in debug mode. Removing the definition of JSB_ENABLE_DEBUGGER. 2013-10-10 16:18:12 +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 cff1c46f20 issue #2823: Reverting ScriptingCore.cpp for Spidermonkey v23. 2013-10-10 16:18:12 +08:00
James Chen 3f967e5e8d issue #2823: Removing some codes for debugging in ScriptingCore.h/.cpp. 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 2e9644446a issue #2823: Renaming '_lockVM' to '_enterNestedEventLoop', '_unlockVM' to '_exitNestedEventLoop'. 2013-10-10 16:18:10 +08:00
James Chen adbb3585ac issue #2823: _lockVM take no arguments now. 2013-10-10 16:18:10 +08:00
James Chen a919fd5de1 issue #2823: Fix socket errors on WINDOWS. 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
James Chen d033411bbe issue #2823: comment some test codes. 2013-10-10 16:18:08 +08:00
James Chen c381e4ce50 issue #2823: firefox remote connection ok. 2013-10-10 16:18:08 +08:00
CocosRobot 56c945efe6 [AUTO] : updating submodule reference to latest autogenerated bindings 2013-10-10 06:43:01 +00:00
samuele3hu 531e454eae Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into Armature
Conflicts:
	samples/samples.xcodeproj/project.pbxproj
2013-10-10 11:47:36 +08:00
samuele3hu b5ee16399c issue #2768:Modify the linux make files of the liblua 、the testlua and hellolua projects 2013-10-10 11:09:09 +08:00
James Chen 16fec3386b Merge pull request #3902 from rablwupei/xmlhttprequest_leak
fix XMLHTTPRequest.cpp memory leak
2013-10-09 02:05:10 -07:00
rablwupei a4053c805f fix XMLHTTPRequest.cpp memory leak 2013-10-09 16:51:37 +08:00
rablwupei d51a04585c fix bug: sys.localStorage.getItem() do not support utf8 in jsb. 2013-10-09 16:48:05 +08:00
CocosRobot ac16283d8a [AUTO] : updating submodule reference to latest autogenerated bindings 2013-10-09 06:28:04 +00:00
James Chen b54a75d47e Merge pull request #3891 from rablwupei/ccaction_array
fixed #2733: add feature: cc.Sequence.create() and cc.Spawn.create() can pass Array actions
2013-10-08 23:20:40 -07:00
minggo 901c427b8d Merge pull request #3897 from CocosRobot/updategeneratedsubmodule_1381284839
[ci skip][AUTO] : updating submodule reference to latest autogenerated bindings
2013-10-08 19:17:38 -07:00
CocosRobot 938db14bc3 [AUTO] : updating submodule reference to latest autogenerated bindings 2013-10-09 02:14:04 +00:00
minggo 55bbbf7ed4 Merge pull request #3892 from rablwupei/script_leak
[ci skip]fix memory leak
2013-10-08 19:13:44 -07:00
rablwupei dee3065dbe fix memory leak 2013-10-08 19:56:03 +08:00
rablwupei 98fc2e61d2 add feature: cc.Sequence.create() and cc.Spawn.create() can pass Array actions.
eg: cc.Sequence.create([cc.Show.create(), cc.Delay.create(1),
cc.Hide.create()]);
2013-10-08 19:50:24 +08:00
Dhilan007 20971b0ad2 issues #2895:Synchronize JSB from master to developer 2013-10-08 15:57:34 +08:00
samuele3hu 4c1bd825af Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into Armature 2013-10-08 10:17:58 +08:00
CocosRobot fd735f66b6 [AUTO] : updating submodule reference to latest autogenerated bindings 2013-09-22 02:28:21 +00:00