Commit Graph

7850 Commits

Author SHA1 Message Date
Leon 771e2349c5 fix some warnings under xcode 4.0 llvm compiler 2011-08-10 22:39:02 +08:00
minggo e912bd4304 Merge pull request from walzer/RootViewController4xcode3templates
issue , add RootViewController into xcode3 templates; rename _XXX_Pre
2011-08-10 00:14:14 -07:00
minggo 9a884ffda6 [iOS] fixed : CCLabelBMFont looks ok in retina mode 2011-08-10 15:07:34 +08:00
Walzer 547905465b issue , 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 1ed6a4422c Merge pull request from walzer/master
Bug , rename _XXX_AppController.* to AppController.*
2011-08-09 21:00:17 -07:00
Walzer 46808db7fd issue , 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
Walzer 709e93931a Merge from cocos2d/cocos2d-x commit '7fab63f9b63f275535f0a0b68cd29bc593e5218c' 2011-08-10 11:18:20 +08:00
minggo 7fab63f9b6 Merge pull request from minggo/iss667
[iOS]fixed 
2011-08-09 19:29:44 -07:00
minggo d386116255 [iOS]fixed : call AppDelegate::applicationDidEnterBackground() & AppDeleaget::applicationWillEnterForeground() when application enter background & enter foreground 2011-08-10 10:24:06 +08:00
minggo 5e5151b41e Merge pull request from minggo/iss643
[android] swap axes according to the orientation
2011-08-09 00:55:34 -07:00
minggo ada4c2af80 [android] fixed : swap axes according to the orientation 2011-08-09 15:50:42 +08:00
minggo 08797014e9 fix a bug that cause error when loading libtest.so on android 2011-08-09 13:56:09 +08:00
Walzer 6eba0b658f fixed , add CCFileUtils to doxygen api document 2011-08-08 23:05:47 +08:00
Walzer 945e5fde00 issue , add test case for play effect repeatly, force the volume of effect&bgm between 0.0~1.0 in SimpleAudioEngine.mm. 2011-08-08 21:40:33 +08:00
minggo bde465e902 Merge pull request from minggo/iss665
fixed : add test of RenderTextureSave
2011-08-07 23:13:38 -07:00
minggo 2b5635898a fixed : add test of RenderTextureSave 2011-08-08 14:06:03 +08:00
minggo 7a0e8b4a0a Merge pull request from minggo/iss642
fixed : CCRenderTexture::saveBuffer() works ok on iOS
2011-08-07 20:08:16 -07:00
minggo bca2efef50 Merge pull request from liswei/issue347
fixed  fixed 'AddFontResource' path error!
2011-08-07 20:07:02 -07:00
minggo 41ea2e98a1 fixed : CCRenderTexture::saveBuffer() works ok on iOS 2011-08-08 11:01:47 +08:00
liswei 70e19d7245 fixed fixed 'AddFontResource' path error! 2011-08-08 10:32:21 +08:00
Walzer 976d886263 Merge pull request from giom/master
Lua AddSearchPath issue 
2011-08-05 18:43:44 -07:00
minggo 2d5a04b9ca Merge pull request from flyingpacer/608
fixed  rendertexture disappears after going to background
2011-08-04 23:55:26 -07:00
minggo 08b25229ac Merge pull request from minggo/iss622
fixed : add comment of CCUserDefault
2011-08-04 20:08:16 -07:00
minggo dd43f16c8e fixed : add comment of CCUserDefault 2011-08-05 11:02:42 +08:00
RongHong 5f08bb24fe Merge branch 'master' into 608 2011-08-05 10:59:40 +08:00
minggo 679dda8ec3 use uname -s to invoid warning on mac os 2011-08-05 10:07:14 +08:00
minggo 0551e86d80 Merge https://github.com/clawoo/cocos2d-x 2011-08-05 10:05:20 +08:00
clawoo c4bac4c136 Uncomment the path definitions 2011-08-04 17:17:11 +03:00
Walzer 70c5a1db28 Merge remote branch 'origin/master' 2011-08-04 21:58:08 +08:00
Walzer f7a3dc2150 fixed , 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
clawoo 9c415f15d4 Change the uname -o param to -s to prevent warnings on OSX 2011-08-04 14:22:05 +03:00
minggo 016c463659 Merge pull request from flyingpacer/savecrash
fixed  Latest git version was broken
2011-08-04 02:39:33 -07:00
minggo 4d1a1629de Merge pull request from minggo/iss656
fixed 
2011-08-04 02:26:23 -07:00
minggo 76da5f2e84 fixed : remove unneeded methods & android can let user set resource path 2011-08-04 17:19:58 +08:00
RongHong 4745b85af9 fixed Latest git version was broken 2011-08-04 16:37:43 +08:00
minggo eaca1d4a71 Merge pull request from liswei/issue347
issue  lost [] in 'delete array'
2011-08-03 22:54:39 -07:00
liswei bbc4bbeb6c issue lost [] in 'delete array' 2011-08-04 13:47:21 +08:00
minggo ee0c6e56d7 Merge pull request from minggo/master
[android] fixed : fix a bug that CCLabelTTF lost the last characters
2011-08-03 21:13:12 -07:00
minggo 7fc0dae3d9 [android] fixed : fix a bug that CCLabelTTF lost the last characters 2011-08-04 12:08:12 +08:00
minggo 191a17d546 Merge pull request from liswei/issue347
Issue347  Support custom TTF fonts
2011-08-03 20:29:09 -07:00
liswei 897dd54b12 fixed add ttf support in win32 2011-08-04 11:23:59 +08:00
minggo 525c67a857 Merge pull request from minggo/master
modify unneeded codes in hello.lua
2011-08-03 19:40:51 -07:00
minggo fe6aa7ed13 modify unneeded codes in hello.lua 2011-08-04 10:36:50 +08:00
liswei 1d54c5a305 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into issue347 2011-08-04 10:03:01 +08:00
minggo 78ffea3049 Merge pull request from natural-law/master
fixed 
2011-08-02 23:35:35 -07:00
minggo 66cfbf84c6 Merge pull request from minggo/iss653
fixed : add CCScheduler::unscheduleScriptFunc()
2011-08-02 23:33:32 -07:00
minggo 6892787afa fixed : add CCScheduler::unscheduleScriptFunc() 2011-08-03 14:15:35 +08:00
natural-law 3a80e51d25 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2011-08-03 11:39:03 +08:00
natural-law 94f2d8a5e2 fixed , CCProgressTimer support sprite generated from CCSpriteFrame. 2011-08-03 11:38:38 +08:00