Adds Cocos libraries.
authordsc <david.schoonover@gmail.com>
Wed, 8 Jun 2011 23:08:20 +0000 (16:08 -0700)
committerdsc <david.schoonover@gmail.com>
Wed, 8 Jun 2011 23:08:20 +0000 (16:08 -0700)
commit8dfcc7d594350b2c7564494f6692f2772e972768
treec84e86b05541f03a1f32e3a657eb2d3ac73454f4
parent0fa5e0142f455229a6cb773bf4f4b8151f42a81d
Adds Cocos libraries.
198 files changed:
libs/CocosDenshion/CDAudioManager.h [new file with mode: 0644]
libs/CocosDenshion/CDAudioManager.m [new file with mode: 0644]
libs/CocosDenshion/CDConfig.h [new file with mode: 0644]
libs/CocosDenshion/CDOpenALSupport.h [new file with mode: 0644]
libs/CocosDenshion/CDOpenALSupport.m [new file with mode: 0644]
libs/CocosDenshion/CocosDenshion.h [new file with mode: 0644]
libs/CocosDenshion/CocosDenshion.m [new file with mode: 0644]
libs/CocosDenshion/SimpleAudioEngine.h [new file with mode: 0644]
libs/CocosDenshion/SimpleAudioEngine.m [new file with mode: 0644]
libs/FontLabel/FontLabel.h [new file with mode: 0644]
libs/FontLabel/FontLabel.m [new file with mode: 0644]
libs/FontLabel/FontLabelStringDrawing.h [new file with mode: 0644]
libs/FontLabel/FontLabelStringDrawing.m [new file with mode: 0644]
libs/FontLabel/FontManager.h [new file with mode: 0644]
libs/FontLabel/FontManager.m [new file with mode: 0644]
libs/FontLabel/ZAttributedString.h [new file with mode: 0644]
libs/FontLabel/ZAttributedString.m [new file with mode: 0644]
libs/FontLabel/ZAttributedStringPrivate.h [new file with mode: 0644]
libs/FontLabel/ZFont.h [new file with mode: 0644]
libs/FontLabel/ZFont.m [new file with mode: 0644]
libs/TouchJSON/CDataScanner.h [new file with mode: 0644]
libs/TouchJSON/CDataScanner.m [new file with mode: 0644]
libs/TouchJSON/Extensions/CDataScanner_Extensions.h [new file with mode: 0644]
libs/TouchJSON/Extensions/CDataScanner_Extensions.m [new file with mode: 0644]
libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.h [new file with mode: 0644]
libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.m [new file with mode: 0644]
libs/TouchJSON/JSON/CJSONDeserializer.h [new file with mode: 0644]
libs/TouchJSON/JSON/CJSONDeserializer.m [new file with mode: 0644]
libs/TouchJSON/JSON/CJSONScanner.h [new file with mode: 0644]
libs/TouchJSON/JSON/CJSONScanner.m [new file with mode: 0644]
libs/TouchJSON/JSON/CJSONSerializer.h [new file with mode: 0644]
libs/TouchJSON/JSON/CJSONSerializer.m [new file with mode: 0644]
libs/TouchJSON/JSON/JSONRepresentation.h [new file with mode: 0644]
libs/cocos2d/CCAction.h [new file with mode: 0644]
libs/cocos2d/CCAction.m [new file with mode: 0644]
libs/cocos2d/CCActionCamera.h [new file with mode: 0644]
libs/cocos2d/CCActionCamera.m [new file with mode: 0644]
libs/cocos2d/CCActionEase.h [new file with mode: 0644]
libs/cocos2d/CCActionEase.m [new file with mode: 0644]
libs/cocos2d/CCActionGrid.h [new file with mode: 0644]
libs/cocos2d/CCActionGrid.m [new file with mode: 0644]
libs/cocos2d/CCActionGrid3D.h [new file with mode: 0644]
libs/cocos2d/CCActionGrid3D.m [new file with mode: 0644]
libs/cocos2d/CCActionInstant.h [new file with mode: 0644]
libs/cocos2d/CCActionInstant.m [new file with mode: 0644]
libs/cocos2d/CCActionInterval.h [new file with mode: 0644]
libs/cocos2d/CCActionInterval.m [new file with mode: 0644]
libs/cocos2d/CCActionManager.h [new file with mode: 0644]
libs/cocos2d/CCActionManager.m [new file with mode: 0644]
libs/cocos2d/CCActionPageTurn3D.h [new file with mode: 0644]
libs/cocos2d/CCActionPageTurn3D.m [new file with mode: 0644]
libs/cocos2d/CCActionProgressTimer.h [new file with mode: 0644]
libs/cocos2d/CCActionProgressTimer.m [new file with mode: 0644]
libs/cocos2d/CCActionTiledGrid.h [new file with mode: 0644]
libs/cocos2d/CCActionTiledGrid.m [new file with mode: 0644]
libs/cocos2d/CCActionTween.h [new file with mode: 0644]
libs/cocos2d/CCActionTween.m [new file with mode: 0644]
libs/cocos2d/CCAnimation.h [new file with mode: 0644]
libs/cocos2d/CCAnimation.m [new file with mode: 0644]
libs/cocos2d/CCAnimationCache.h [new file with mode: 0644]
libs/cocos2d/CCAnimationCache.m [new file with mode: 0644]
libs/cocos2d/CCAtlasNode.h [new file with mode: 0644]
libs/cocos2d/CCAtlasNode.m [new file with mode: 0644]
libs/cocos2d/CCBlockSupport.h [new file with mode: 0644]
libs/cocos2d/CCBlockSupport.m [new file with mode: 0644]
libs/cocos2d/CCCamera.h [new file with mode: 0644]
libs/cocos2d/CCCamera.m [new file with mode: 0644]
libs/cocos2d/CCConfiguration.h [new file with mode: 0644]
libs/cocos2d/CCConfiguration.m [new file with mode: 0644]
libs/cocos2d/CCDirector.h [new file with mode: 0644]
libs/cocos2d/CCDirector.m [new file with mode: 0644]
libs/cocos2d/CCDrawingPrimitives.h [new file with mode: 0644]
libs/cocos2d/CCDrawingPrimitives.m [new file with mode: 0644]
libs/cocos2d/CCGrabber.h [new file with mode: 0644]
libs/cocos2d/CCGrabber.m [new file with mode: 0644]
libs/cocos2d/CCGrid.h [new file with mode: 0644]
libs/cocos2d/CCGrid.m [new file with mode: 0644]
libs/cocos2d/CCLabelAtlas.h [new file with mode: 0644]
libs/cocos2d/CCLabelAtlas.m [new file with mode: 0644]
libs/cocos2d/CCLabelBMFont.h [new file with mode: 0644]
libs/cocos2d/CCLabelBMFont.m [new file with mode: 0644]
libs/cocos2d/CCLabelTTF.h [new file with mode: 0644]
libs/cocos2d/CCLabelTTF.m [new file with mode: 0644]
libs/cocos2d/CCLayer.h [new file with mode: 0644]
libs/cocos2d/CCLayer.m [new file with mode: 0644]
libs/cocos2d/CCMenu.h [new file with mode: 0644]
libs/cocos2d/CCMenu.m [new file with mode: 0644]
libs/cocos2d/CCMenuItem.h [new file with mode: 0644]
libs/cocos2d/CCMenuItem.m [new file with mode: 0644]
libs/cocos2d/CCMotionStreak.h [new file with mode: 0644]
libs/cocos2d/CCMotionStreak.m [new file with mode: 0644]
libs/cocos2d/CCNode.h [new file with mode: 0644]
libs/cocos2d/CCNode.m [new file with mode: 0644]
libs/cocos2d/CCParallaxNode.h [new file with mode: 0644]
libs/cocos2d/CCParallaxNode.m [new file with mode: 0644]
libs/cocos2d/CCParticleExamples.h [new file with mode: 0644]
libs/cocos2d/CCParticleExamples.m [new file with mode: 0644]
libs/cocos2d/CCParticleSystem.h [new file with mode: 0644]
libs/cocos2d/CCParticleSystem.m [new file with mode: 0644]
libs/cocos2d/CCParticleSystemPoint.h [new file with mode: 0644]
libs/cocos2d/CCParticleSystemPoint.m [new file with mode: 0644]
libs/cocos2d/CCParticleSystemQuad.h [new file with mode: 0644]
libs/cocos2d/CCParticleSystemQuad.m [new file with mode: 0644]
libs/cocos2d/CCProgressTimer.h [new file with mode: 0644]
libs/cocos2d/CCProgressTimer.m [new file with mode: 0644]
libs/cocos2d/CCProtocols.h [new file with mode: 0644]
libs/cocos2d/CCRenderTexture.h [new file with mode: 0644]
libs/cocos2d/CCRenderTexture.m [new file with mode: 0644]
libs/cocos2d/CCRibbon.h [new file with mode: 0644]
libs/cocos2d/CCRibbon.m [new file with mode: 0644]
libs/cocos2d/CCScene.h [new file with mode: 0644]
libs/cocos2d/CCScene.m [new file with mode: 0644]
libs/cocos2d/CCScheduler.h [new file with mode: 0644]
libs/cocos2d/CCScheduler.m [new file with mode: 0644]
libs/cocos2d/CCSprite.h [new file with mode: 0644]
libs/cocos2d/CCSprite.m [new file with mode: 0644]
libs/cocos2d/CCSpriteBatchNode.h [new file with mode: 0644]
libs/cocos2d/CCSpriteBatchNode.m [new file with mode: 0644]
libs/cocos2d/CCSpriteFrame.h [new file with mode: 0644]
libs/cocos2d/CCSpriteFrame.m [new file with mode: 0644]
libs/cocos2d/CCSpriteFrameCache.h [new file with mode: 0644]
libs/cocos2d/CCSpriteFrameCache.m [new file with mode: 0644]
libs/cocos2d/CCTMXLayer.h [new file with mode: 0644]
libs/cocos2d/CCTMXLayer.m [new file with mode: 0644]
libs/cocos2d/CCTMXObjectGroup.h [new file with mode: 0644]
libs/cocos2d/CCTMXObjectGroup.m [new file with mode: 0644]
libs/cocos2d/CCTMXTiledMap.h [new file with mode: 0644]
libs/cocos2d/CCTMXTiledMap.m [new file with mode: 0644]
libs/cocos2d/CCTMXXMLParser.h [new file with mode: 0644]
libs/cocos2d/CCTMXXMLParser.m [new file with mode: 0644]
libs/cocos2d/CCTexture2D.h [new file with mode: 0644]
libs/cocos2d/CCTexture2D.m [new file with mode: 0644]
libs/cocos2d/CCTextureAtlas.h [new file with mode: 0644]
libs/cocos2d/CCTextureAtlas.m [new file with mode: 0644]
libs/cocos2d/CCTextureCache.h [new file with mode: 0644]
libs/cocos2d/CCTextureCache.m [new file with mode: 0644]
libs/cocos2d/CCTexturePVR.h [new file with mode: 0644]
libs/cocos2d/CCTexturePVR.m [new file with mode: 0644]
libs/cocos2d/CCTileMapAtlas.h [new file with mode: 0644]
libs/cocos2d/CCTileMapAtlas.m [new file with mode: 0644]
libs/cocos2d/CCTransition.h [new file with mode: 0644]
libs/cocos2d/CCTransition.m [new file with mode: 0644]
libs/cocos2d/CCTransitionPageTurn.h [new file with mode: 0644]
libs/cocos2d/CCTransitionPageTurn.m [new file with mode: 0644]
libs/cocos2d/CCTransitionRadial.h [new file with mode: 0644]
libs/cocos2d/CCTransitionRadial.m [new file with mode: 0644]
libs/cocos2d/Platforms/CCGL.h [new file with mode: 0644]
libs/cocos2d/Platforms/CCNS.h [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/CCDirectorMac.h [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/CCDirectorMac.m [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/CCEventDispatcher.h [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/CCEventDispatcher.m [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/MacGLView.h [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/MacGLView.m [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/MacWindow.h [new file with mode: 0644]
libs/cocos2d/Platforms/Mac/MacWindow.m [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/CCDirectorIOS.h [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/CCDirectorIOS.m [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/CCTouchDelegateProtocol.h [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/CCTouchDispatcher.h [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/CCTouchDispatcher.m [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/CCTouchHandler.h [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/CCTouchHandler.m [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/EAGLView.h [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/EAGLView.m [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/ES1Renderer.h [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/ES1Renderer.m [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/ESRenderer.h [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/glu.c [new file with mode: 0644]
libs/cocos2d/Platforms/iOS/glu.h [new file with mode: 0644]
libs/cocos2d/Support/CCArray.h [new file with mode: 0644]
libs/cocos2d/Support/CCArray.m [new file with mode: 0644]
libs/cocos2d/Support/CCFileUtils.h [new file with mode: 0644]
libs/cocos2d/Support/CCFileUtils.m [new file with mode: 0644]
libs/cocos2d/Support/CCProfiling.h [new file with mode: 0644]
libs/cocos2d/Support/CCProfiling.m [new file with mode: 0644]
libs/cocos2d/Support/CGPointExtension.h [new file with mode: 0644]
libs/cocos2d/Support/CGPointExtension.m [new file with mode: 0644]
libs/cocos2d/Support/OpenGL_Internal.h [new file with mode: 0644]
libs/cocos2d/Support/TGAlib.h [new file with mode: 0644]
libs/cocos2d/Support/TGAlib.m [new file with mode: 0644]
libs/cocos2d/Support/TransformUtils.h [new file with mode: 0644]
libs/cocos2d/Support/TransformUtils.m [new file with mode: 0644]
libs/cocos2d/Support/ZipUtils.h [new file with mode: 0644]
libs/cocos2d/Support/ZipUtils.m [new file with mode: 0644]
libs/cocos2d/Support/base64.c [new file with mode: 0644]
libs/cocos2d/Support/base64.h [new file with mode: 0644]
libs/cocos2d/Support/ccCArray.h [new file with mode: 0644]
libs/cocos2d/Support/ccUtils.c [new file with mode: 0644]
libs/cocos2d/Support/ccUtils.h [new file with mode: 0644]
libs/cocos2d/Support/uthash.h [new file with mode: 0644]
libs/cocos2d/Support/utlist.h [new file with mode: 0644]
libs/cocos2d/ccConfig.h [new file with mode: 0644]
libs/cocos2d/ccMacros.h [new file with mode: 0644]
libs/cocos2d/ccTypes.h [new file with mode: 0644]
libs/cocos2d/cocos2d.h [new file with mode: 0644]
libs/cocos2d/cocos2d.m [new file with mode: 0644]
src/game/QQGame.mm