Commit Graph

14 Commits

Author SHA1 Message Date
James Chen eb082897f2 Renamed namespace 'cocos' to 'cc' in javascript bindings. 2012-06-29 15:47:47 +08:00
James Chen 934a50c673 fixed #1366: testjs will crash on win32. Resolved by updating spiderMonkey to v1.8.5. 2012-06-26 23:26:16 +08:00
James Chen 9fa74721a7 fixed #1334: Add ScrollViewTest to CocosBuilderTest. 2012-06-19 10:34:15 +08:00
James Chen c17091ac70 fixed #1310: Updated vs2010 project configuration after synchronizing to rc2. 2012-06-15 15:24:22 +08:00
James Chen 4c1ca36aa8 fixed #1326: The compilation of Hellolua and testjs project was broken after synchronizing to rc2. 2012-06-15 10:51:53 +08:00
minggo 94235d3602 issue #1310: make tests and HelloWorld work ok 2012-06-11 10:41:52 +08:00
James Chen 19c96632b5 fixed #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' with four spaces. 2012-05-29 16:21:23 +08:00
James Chen a0228ce690 fixed #1268: use delete[] to destroy array. 2012-05-29 15:28:33 +08:00
James Chen 94701d9315 fixed #1268: Testjs will crash after clicking the close button on win32.
Also, fixed a bug in CCTextureCache::~CCTextureCache().
2012-05-29 15:23:16 +08:00
minggo 0fdd9f3fd7 move js files into Resources 2012-05-28 17:21:42 +08:00
James Chen a7a0fba91f issue #1263: Removed jsbinding for CCApplication::setOrientation, because this function is deprecated. 2012-05-28 15:09:42 +08:00
James Chen 99dcb4de86 issue #1263: Removed CCFileUtils::ccLoadFileIntoMemory in CCFileUtils.mm. Removed some comments. 2012-05-28 14:14:19 +08:00
James Chen 330b019361 Added jstest project for vs2008. 2012-05-27 22:53:48 +08:00
Walzer 1e732930b7 fixed #1258, testjs and spidermonkey-ios is merged. But only test_actions.js works. 2012-05-24 17:48:05 +08:00