Commit Graph

1477 Commits

Author SHA1 Message Date
walzer db4fb7cc9c issue #427, refactor ios port ok. 2011-03-24 17:51:29 +08:00
walzer b9c56f1728 issue #427, try to add CCSAXParser.h 2011-03-24 16:16:49 +08:00
walzer 4e1138fa7b Merge branch 'issue_421' of https://github.com/minggo/cocos2d-x into minggo-issue_421 2011-03-24 15:22:05 +08:00
minggo 7bdd5ed535 [android]fixed #421: list targets before inputting target id 2011-03-24 13:48:05 +08:00
walzer ef7fe5afd1 [airplay] issue #379, fix search header paths with cause compilation error on release build 2011-03-24 10:19:52 +08:00
minggo 0cdc85ccd5 [android] fixed #421: create project ok on linux 2011-03-24 09:37:56 +08:00
walzer ed492bbd1e [airplay] first commit of airplay port. Thanks for Аксёнов Максим's contribution! 2011-03-23 22:16:20 +08:00
minggo 15b5acab3b [android]: add some commet and check the running path 2011-03-23 15:01:00 +08:00
minggo 07736e507f [android]issue #421:copy c++ files into Classes, copy pictures into Resources 2011-03-23 14:30:14 +08:00
unknown 7fa4e43ee5 fixed #424 CCamera.cpp rename to CCCamera.cpp, re-add the file to vc2010 project. 2011-03-23 10:01:37 +08:00
minggo 538c5725b0 [android] issue #421: create project ok on windows 2011-03-23 09:42:23 +08:00
walzer 8b780aaac9 0.8.1 changlog, text alignment 2011-03-21 18:19:36 +08:00
walzer 95c1e98ff3 0.8.1 changelog, add bug 419 2011-03-21 17:35:25 +08:00
walzer 594dab24fc Merge branch 'iss419' of https://github.com/natural-law/cocos2d-x into natural-law-iss419 2011-03-21 17:29:09 +08:00
natural-law 09be3e8fe5 [ios]fix #419,Enable the depth test when EAGLView is created. 2011-03-21 17:15:20 +08:00
walzer d6594e7548 0.8.1 changelog 2011-03-21 15:59:37 +08:00
walzer 9854370db3 fixed #410, recheck the search header paths & libraries paths in xcode3 templates 2011-03-21 12:00:48 +08:00
walzer 2b7a324c47 fix compilation error when COCOS2D_DEBUG = 2 2011-03-21 10:50:24 +08:00
walzer 81fa070125 fixed #418, add copyright of original authors, merge Bin's commit 2011-03-19 14:45:51 +08:00
walzer adfad22b2e Merge branch 'issue_418' of https://github.com/minggo/cocos2d-x into minggo-issue_418 2011-03-19 14:20:30 +08:00
minggo 22b55eaf78 issue #418: add copyright of original author to each file 2011-03-19 10:59:01 +08:00
walzer abd2725ed4 issue #148, add copyright 2011-03-19 10:34:26 +08:00
walzer 08a5f8029e issue #418 add copyright of original authors to particle module 2011-03-19 10:07:16 +08:00
minggo c4756779f1 [ios] modify the template 2011-03-18 20:47:45 +08:00
walzer ffeb116542 Merge branch 'issue_400' of https://github.com/minggo/cocos2d-x into minggo-issue_400 2011-03-18 16:32:20 +08:00
minggo 7b71a565ed fixed #400: change project.pbxproj of HelloWorld and test to include CCCamera.cpp 2011-03-18 16:09:21 +08:00
walzer d8c28d3754 Merge branch 'issue_409' of https://github.com/minggo/cocos2d-x into minggo-issue_409 2011-03-18 15:59:01 +08:00
walzer b56014c70f issue #376, ios version compilation error when when COCOS2D_DEBUG = 1, fix CCLOG(@"...") to CCLOG("") 2011-03-18 15:17:15 +08:00
minggo aba427d384 fixed #400: change ios template to include CCCamera.cpp 2011-03-18 15:12:24 +08:00
minggo 6524d037db issue #400: change vs2010 vcproj to include CCCamera.cpp 2011-03-18 15:06:26 +08:00
minggo 1ce64f1ecf issue #400: rename CCamera.cpp to CCCamera.cpp 2011-03-18 14:54:24 +08:00
minggo 7d39629c8c issue #400: rename CCamera.cpp to CCCamera.cpp 2011-03-18 14:54:03 +08:00
minggo 47173778cc fixed #409: rename NSArray UIAlignment 2011-03-18 14:31:29 +08:00
walzer e62ff6c815 Merge branch 'issue_405' of https://github.com/minggo/cocos2d-x into minggo-issue_405 2011-03-18 14:08:52 +08:00
walzer c15c1719ba fixed #410, recheck the header search path & library search path in HelloWorld, Tests, and all xcode3 templates 2011-03-18 14:06:04 +08:00
minggo 617d484257 [android] fixed #405: pause BMG music when tap HOME and resume it when it is active 2011-03-18 11:12:06 +08:00
minggo 4893de18f3 [android] HelloWorld supports cocosdenshion 2011-03-18 11:01:27 +08:00
walzer 724ac1d0a9 Merge branch 'issue_403' of https://github.com/minggo/cocos2d-x into minggo-issue_403 2011-03-18 10:08:43 +08:00
minggo 7c52a521fa fixed #403: change UIEvent to CCEvent 2011-03-18 09:39:34 +08:00
walzer b4d757ce9e fixed #408 @5m , fix memory leak in CCImage::_initWithPngData 2011-03-17 14:26:36 +08:00
walzer 55987c9118 Merge branch 'issue_399' of https://github.com/minggo/cocos2d-x into minggo-issue_399 2011-03-17 12:01:49 +08:00
walzer fe6487b33a Merge branch 'master' of https://github.com/yangws/cocos2d-x into yangws-master 2011-03-17 11:58:38 +08:00
yangws 12254f95f0 fixed #395 Add initInstance code for all platform in msvc templates. 2011-03-17 11:27:51 +08:00
yangws dd7934a19e Merge branch 'master' of https://github.com/yangws/cocos2d-x 2011-03-17 11:11:56 +08:00
yangws fc2818cf21 fixed #404 enableRitinaDisplay return false on iphone3 2011-03-17 11:10:50 +08:00
yangws 2802d8efd3 fixed #401 replace ConfigurationName with Cofiguration 2011-03-17 10:03:32 +08:00
minggo 91094e7e28 [android] fixed #399: fix the bug that HelloWorld crashed when touching the screen. 2011-03-17 09:49:31 +08:00
walzer 0f760e89fa #include "ccGL.h" -> #include "CCGL.h" in CCamera.cpp, for case-sensitive systems 2011-03-17 09:48:28 +08:00
walzer 59b65373e7 [bug fix] CCConfiguration::checkForGLExtension(const string&) sometimes crashes. Define it! 2011-03-16 20:53:08 +08:00
walzer 15e8ab9782 CHANGELOG for 0.8.0 2011-03-15 16:48:25 +08:00