Commit Graph

5581 Commits

Author SHA1 Message Date
minggo 8b650794e6 Merge pull request #1445 from minggo/gles20
make TestJavascript work on iOS
2012-10-12 02:47:55 -07:00
James Chen f928fb3dcb Merge pull request #1446 from dumganhar/win32-js-tests
Updated TestJavascript project configuration for VS2008 & VS2010.
2012-10-12 00:46:51 -07:00
James Chen 6fd24c469b Updated *.user for vs2010 & vs2008. 2012-10-12 15:45:57 +08:00
James Chen e876b997e7 Updated TestJavascript.vcproj 2012-10-12 15:42:00 +08:00
James Chen 21491317c0 Fix compilation errors. 2012-10-12 15:41:45 +08:00
James Chen a4e41c924d Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into surith-js-tests 2012-10-12 15:15:12 +08:00
James Chen 3b0a989200 Updated TestJavascript project configuration for VS2008 & VS2010. 2012-10-12 15:14:47 +08:00
minggo 572460e60a make TestJavascript work on iOS 2012-10-12 12:00:36 +08:00
minggo e2c734f7b3 Merge pull request #1444 from rohankuruvilla/gles20
Adding JS bindings for additional Classes and functions
2012-10-11 20:59:04 -07:00
Rohan Kuruvilla eafd6ebf08 Fixing restart of context to not leak memory 2012-10-11 18:48:37 -07:00
Rohan Kuruvilla e7ac758b9f Updating bindings to match cocos2d-html5 2012-10-11 18:45:22 -07:00
Rohan Kuruvilla 0c1c5a432d Adding support to pass array of CCPoints from JS 2012-10-11 18:44:46 -07:00
Rohan Kuruvilla 540b41c091 Fixing LabelAtlas to read texture relative to path of plist file 2012-10-11 18:44:46 -07:00
minggo 77f4469a1a Merge pull request #1443 from folecr/tests
Run cocos2d-html5-tests on cocos2d-x
2012-10-11 18:41:29 -07:00
folecr 36f8b31efc Define some helper functions and comment out references to chipmunk 2012-10-11 17:56:44 -07:00
folecr fc59b2c962 Updated build script
* merges js files from the cocos2d-html5-tests submodule into Android's assets folder
 * copies js helper files into Android's assets folder
 * copies the res from cocos2d-html5-tests into Android's assets folder
2012-10-11 16:58:44 -07:00
folecr 336af23428 Helper files copied from cocos2d-iphone 2012-10-11 16:58:44 -07:00
folecr c63cf54256 Submodule for cocos2d-html5-tests 2012-10-11 16:37:22 -07:00
folecr 2e8aad611d Run tests-boot-jsb.js from the root directory 2012-10-11 16:35:17 -07:00
folecr a763e4242f Remove samples/TestJavascript/Resources 2012-10-11 14:25:48 -07:00
folecr 2cf579de6b NDK debugger script 2012-10-11 14:25:47 -07:00
James Chen 5efadbb4ff Merge pull request #1441 from folecr/updatesubmodulereference
Update submodule reference to point to latest auto-generated changes
2012-10-10 20:12:25 -07:00
folecr 4af5abbc56 Update submodule reference to point to latest auto-generated changes 2012-10-10 20:07:46 -07:00
James Chen 1d4a2cc13c Merge pull request #1439 from folecr/updatescript
Updated script behaviour.
2012-10-10 17:32:30 -07:00
folecr 57e8c4b304 Updated script behaviour
* Auto generated bindings are always pushed to remote repo.
 * If a remote repository is not given, exit with failure.
 * Updating the submodule reference is not done unless
 * ... remote cocos2dx repo is set.
2012-10-10 08:37:54 -07:00
James Chen fbfc7c0123 Merge pull request #1438 from dumganhar/iss1469-moonwarriors
issue #1469: Adding MoonWarriors sample game.
2012-10-10 07:22:05 -07:00
James Chen 918045e6ac issue #1469: Deleted two unused files. 2012-10-10 22:18:27 +08:00
James Chen 122a748029 issue #1469: Removed some unused resources. 2012-10-10 22:15:47 +08:00
James Chen 36d8e86879 issue #1469: Made MoonWarriors works on iOS. 2012-10-10 22:06:44 +08:00
James Chen 26a5f31f0e Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1469-moonwarriors 2012-10-10 15:25:49 +08:00
James Chen 700b83f3b9 issue #1469: Added 'setBlendFunc' support for CCSprite, CCParticleSystem...etc. 2012-10-10 15:25:27 +08:00
James Chen 9f93b609e8 issue #1469: Added cc.config for js-bindings. 2012-10-10 15:24:20 +08:00
James Chen b3e0f3e96e issue #1469: Updated solutions for vs2008 and vs2010. 2012-10-10 15:23:46 +08:00
James Chen bb135e49d1 issue #1469: Ignored 'getBlendFunc' and 'setBlendFunc' for CCSpriteBatchNode,CCMotionStreak,CCAtlasNode,CCParticleBatchNode,CCLayerColor,CCParticleSystem. 2012-10-10 15:23:13 +08:00
James Chen abd1d7e3bf issue #1469: VS2010 compilation works. 2012-10-10 15:14:19 +08:00
James Chen 48b146a098 issue #1469: Exported 'cocos2dVersion'. 2012-10-10 15:08:11 +08:00
James Chen 5054684e00 issue #1469: Made MoonWarriors works on android. 2012-10-10 15:06:11 +08:00
James Chen d03ff0616a issue #1469: Added MoonWarriors sources and made it works on windows. 2012-10-10 14:50:04 +08:00
minggo f75547e9d4 Merge pull request #1436 from folecr/latestjsbindings
Update to latest generated JS bindings
2012-10-09 21:55:06 -07:00
minggo 3f619d624d Merge pull request #1437 from folecr/updatescript
Allow partial run of JS bindings script when cocos2dx remote repository is not set.
2012-10-09 21:54:43 -07:00
folecr e6622eebd0 Allow partial run of script when cocos2dx remote repository is not set.
* Also fix some comments.
2012-10-09 21:36:32 -07:00
folecr 12d711a13e Update to latest generated JS bindings 2012-10-09 21:18:58 -07:00
minggo 36f3b12ebc Merge pull request #1435 from minggo/iss1500_rendertexture
Iss1500 rendertexture
2012-10-09 21:06:41 -07:00
minggo d8b0c75675 fixed #1500:fix a memory leak 2012-10-10 12:02:56 +08:00
minggo 96b3232910 fixed #1500:make rendertexture work ok on certain Qualcomm Andreno gpu 2012-10-10 11:36:02 +08:00
minggo e7fea0449f Merge pull request #1433 from rohankuruvilla/gles20
Adding CCSchedule bindings. Also adding CCOrbitCamera bindings and modif...
2012-10-09 18:34:36 -07:00
James Chen 14a56ddc8f Merge branch 'gles20' of https://github.com/rohankuruvilla/cocos2d-x into rohan-schedule 2012-10-10 09:33:54 +08:00
minggo b7cfb6cbe9 Merge pull request #1434 from folecr/autogenscript
Jenkins script for auto-generating and committing JS bindings.
2012-10-09 18:29:17 -07:00
folecr 66d843ce38 Jenkins script for auto-generating and committing JS bindings. 2012-10-09 15:12:15 -07:00
Rohan Kuruvilla 12292afee6 Adding CCSchedule bindings. Also adding CCOrbitCamera bindings and modifying cocos2dx.ini 2012-10-09 15:03:14 -07:00