Commit Graph

148 Commits

Author SHA1 Message Date
minggo 0879cd7466 [android] copy files from Resources 2011-08-23 17:17:09 +08:00
Walzer 4532220ca8 fix xcode3 templates
1. remove setDeviceOrientation since we use RootViewController now
2. fix a typo in box2d template
3. modify _XXX_Prefix.pch to Prefix.pch in proj file
2011-08-17 16:02:56 +08:00
Walzer 4894f8c6ab update xcode3 templates 2011-08-17 14:08:47 +08:00
Walzer 3b97f4d73a fix all xcode4 templates before version release.
1. modify version description in install-teampltes-xcode.sh
2. replace the deprecated methods in box2d/HelloWorldScene.cpp
3. fix the error usage in hello.lua
4. add effect & BGM in HelloLua
5. update baisc cocos2dx library file list
2011-08-17 12:13:13 +08:00
Walzer 3afe6ebfb2 fixed #638, add support for pvr ccz format. I've tested it on both ios & android, also with instrument memleak detection. But haven't tested on win32 & marmalde, in thoery it will work. 2011-08-16 11:56:17 +08:00
Walzer 547905465b issue #540, add RootViewController into xcode3 templates; rename _XXX_Prefix.pch to Prefix.pch; remove MIT license in user code. 2011-08-10 14:45:13 +08:00
Walzer 46808db7fd issue #658, rename _PROJECTNAMEASIDENTIFIER__AppController.* to AppController.* in xcode3 template. Left cases: untested in xcode3; have no RootViewController in xcode3 templates. 2011-08-10 11:35:44 +08:00
minggo d386116255 [iOS]fixed #667: call AppDelegate::applicationDidEnterBackground() & AppDeleaget::applicationWillEnterForeground() when application enter background & enter foreground 2011-08-10 10:24:06 +08:00
minggo 0551e86d80 Merge https://github.com/clawoo/cocos2d-x 2011-08-05 10:05:20 +08:00
Walzer f7a3dc2150 fixed #658, rename _PROJECTNAMEASIDENTIFIER__AppDelegate.cpp/.h in xcode3 tempaltes to AppDelegate.cpp/.h, keep consistency to xcode4/android templates. 2011-08-04 21:57:48 +08:00
clawoo 7481d3ac4a Make build_native.sh executable when creating a new project 2011-08-04 14:23:12 +03:00
minggo 21737d2ce0 issue #347: update xcode3 template for ttf support 2011-07-29 10:27:49 +08:00
minggo 3b60111662 Merge pull request #428 from minggo/iss625
fixed #637: rename derectory name from Resource to Resources
2011-07-27 19:03:06 -07:00
minggo 65f3d53aae fixed #637: rename derectory name from Resource to Resources 2011-07-28 09:58:44 +08:00
natural-law 01841b67bb issue #632, Modify the template vcproj file. 2011-07-27 14:47:56 +08:00
natural-law d905e7d475 fixed #632. Update the visual studio template for lua supported. 2011-07-27 14:28:22 +08:00
natural-law 0a8c1cada4 fixed #632, [win32] Update the visual studio template for lua supported. 2011-07-26 11:15:12 +08:00
minggo dd42936bb3 [android] fixed #610: remove the support of ndk-r4 2011-07-14 10:37:40 +08:00
minggo 87adeb6f92 upgrade xcode3 template 2011-07-08 18:24:58 +08:00
natural-law 082726f107 Update the win32 template code as same as the HelloLua project. 2011-06-27 17:15:50 +08:00
natural-law 6649987955 Add Lua support for the win32 new project template. 2011-06-27 16:45:52 +08:00
Walzer 4b7513a46e [android] roll back to use dynamic link in tempalte. 2011-06-25 14:13:08 +08:00
Walzer 70b4d701d3 fixed #538, xcode template for cocos2d-x lua project 2011-06-24 21:25:51 +08:00
Walzer 8f4b20391e Merge pull request #322 from minggo/iss538
[Android] modify android template to work on new codes
2011-06-24 03:02:17 -07:00
minggo a02f7c75d9 [Android] modify android template to work on new codes 2011-06-24 17:24:01 +08:00
Walzer 49b98d2057 Merge remote branch 'origin/master' 2011-06-24 17:00:29 +08:00
minggo 5677e74813 [iOS] fixed #538: add template of lua for xcode3 2011-06-24 15:35:00 +08:00
Walzer e39195d996 issue #580 add RootViewController to xcode4 templates, issue #398 fix the duplicate names to cocos2d-x 2011-06-24 12:43:45 +08:00
Walzer 37e5c21aba issue #580 add RootViewController to xcode4 templates 2011-06-24 11:38:23 +08:00
Walzer a676e0d401 [ios] issue #538, add xcode4 template for lua project 2011-06-23 17:13:53 +08:00
Walzer 094b2e7ac0 [ios] add script_support into xcode3 templates 2011-06-23 10:11:09 +08:00
Walzer 3498a91710 [ios] issue #528, add script_support into xcode4 template 2011-06-23 10:01:57 +08:00
Walzer 362ab18c97 issue #398, xcode4 template for box2d & chipmunk 2011-06-13 20:35:39 +08:00
Walzer ac9c735cb5 issue #398, add template_generator.py & generator shell script, add box2d/chipmunk/cocosdenshion ctemplate 2011-06-13 18:20:57 +08:00
Walzer a308196868 issue #398, cocos2d-x only template for xcode is ok now. hura! 2011-06-13 14:31:25 +08:00
Walzer 9266be444b issue #398, add xcode4 templates, semi-finished. 2011-06-11 16:53:48 +08:00
Walzer e7a94c6c00 issue #503, add chipmunk 5.3.4 new files into xcode3 template 2011-05-21 21:31:45 +08:00
Walzer 57a14e90c9 Merge pull request #279 from yangws/489
fixed #489 For getting full path from relative path, GetCurrentDirectory instead GetModuleName in CCFileUtils_win32.cpp.
2011-05-20 19:24:11 -07:00
minggo 2bd72e1793 [android] fixed #501: remove unneedded 2011-05-20 17:43:29 +08:00
minggo bcfbccc556 [android] fixed #501: let user input package path 2011-05-20 16:59:19 +08:00
yangws aba77f4cae issue #489 modified for vs2008. 2011-05-13 14:13:30 +08:00
Walzer ec27d588a6 Merge pull request #260 from minggo/iss470
[android] fixed #470: use GAME_ROOT instead of HELLOWORLD_ROOT
2011-05-09 00:32:02 -07:00
minggo 687a49b66d [android] fixed #470: use GAME_ROOT instead of HELLOWORLD_ROOT 2011-05-09 15:21:08 +08:00
yangws c415bc98d2 fixed #454 Include Box2D.h use Box2D/Box2D.h in vs template. 2011-05-09 10:13:24 +08:00
minggo 6c69107f33 fixed #455: CCUserDefault works ok on iOS 2011-05-06 17:01:41 +08:00
natural-law 846b529e49 [wophone] fixed #482, Modify the resource data path for the new WoPhone-SDK. 2011-05-06 10:13:12 +08:00
Walzer ccf712a3e3 Merge pull request #247 from yangws/459.
fixed #459 template for vs use the Multi-ThreadDLL instead the error setting MT.
2011-05-02 23:39:28 -07:00
yangws f288516b89 fixed #459 template for vs use the Multi-ThreadDLL instead the error setting MT. 2011-05-03 14:28:31 +08:00
Walzer 8cec640c1a [airplay] fixed #480, add template for airplay 2011-05-03 14:06:57 +08:00
natural-law 07107477f4 [iOS] Modify the template files for XCode. 2011-04-29 16:45:48 +08:00