axmol/cocos2dx/include
James Chen 4068be84e9 Refactored project folders. 2012-04-19 11:46:08 +08:00
..
CCAccelerometer.h move SelectorProtocol to CCObject 2012-02-03 15:05:29 +08:00
CCAccelerometerDelegate.h refactor updated... 2012-04-18 18:43:45 +08:00
CCAction.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionCamera.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionEase.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionGrid.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionGrid3D.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionInstant.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionInterval.h fixed #1160: Renamed 'CGFloat' to 'CCFloat'. 2012-04-13 14:09:02 +08:00
CCActionManager.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionPageTurn3D.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionProgressTimer.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionTiledGrid.h refactor updated... 2012-04-18 18:43:45 +08:00
CCActionTween.h fixed #1114: Updated SchedulerTest and ShaderTest. Used CCControlSlider instead of UISlider. Added some resources. 2012-04-18 13:58:24 +08:00
CCAffineTransform.h refactor updated... 2012-04-18 18:43:45 +08:00
CCAnimation.h issue #1056: Remove CCMutableArray and CCMutableDictionary template, offer CCDictionary to improve the performance of dictionary by 60%, it means that CCDictionary can save about 2/3 time cost. 2012-03-20 15:04:53 +08:00
CCAnimationCache.h optimize data struct. 2012-04-14 19:11:57 +08:00
CCApplication.h modified: CocosDenshion/Linux/FmodAudioPlayer.cpp 2011-08-25 19:04:29 +08:00
CCArray.h fixed #1166: Added CCArray::arrayWithContentOfFile function. 2012-04-16 15:41:01 +08:00
CCAtlasNode.h refactor updated... 2012-04-18 18:43:45 +08:00
CCAutoreleasePool.h issue #1094: renamed CCPoolManager::getInstance() to CCPoolManager::sharedPoolManager(), and added CCPoolManager::purgePoolManager() method. Using pointer rather than global variable to make a singleton. 2012-04-08 12:50:15 +08:00
CCCamera.h optimize data struct. 2012-04-14 19:11:57 +08:00
CCData.h refactor updated... 2012-04-18 18:43:45 +08:00
CCDictionary.h optimize data struct. 2012-04-14 19:11:57 +08:00
CCDirector.h refactor updated... 2012-04-18 18:43:45 +08:00
CCDrawingPrimitives.h fixed #1139: fix the bug that screen becomes black when backing to foreground on Android 2012-04-17 17:55:26 +08:00
CCEGLView.h modified: CocosDenshion/Linux/FmodAudioPlayer.cpp 2011-08-25 19:04:29 +08:00
CCGL.h modified: CocosDenshion/Linux/FmodAudioPlayer.cpp 2011-08-25 19:04:29 +08:00
CCGLProgram.h fixed #1139: fix the bug that screen becomes black when backing to foreground on Android 2012-04-17 17:55:26 +08:00
CCGeometry.h fixed #1160: Renamed 'CGFloat' to 'CCFloat'. 2012-04-13 14:09:02 +08:00
CCIMEDelegate.h Refactored project folders. 2012-04-19 11:46:08 +08:00
CCIMEDispatcher.h Refactored project folders. 2012-04-19 11:46:08 +08:00
CCInteger.h add CCDictionary based on UTHASH, improve the performance. 2012-03-19 14:53:44 +08:00
CCKeypadDelegate.h refactor updated... 2012-04-18 18:43:45 +08:00
CCKeypadDispatcher.h refactor updated... 2012-04-18 18:43:45 +08:00
CCLabelAtlas.h refactor updated... 2012-04-18 18:43:45 +08:00
CCLabelBMFont.h issue #1056: Update CCLabelBMFont. 2012-03-22 09:46:07 +08:00
CCLabelTTF.h optimize data struct. 2012-04-14 19:11:57 +08:00
CCLayer.h refactor updated... 2012-04-18 18:43:45 +08:00
CCMenu.h issue #1056: Updated MenuTest. Added CCArray::arrayWithObject function. 2012-03-22 14:22:06 +08:00
CCMenuItem.h refactor updated... 2012-04-18 18:43:45 +08:00
CCMotionStreak.h issue #1056: Add CCVertex.h CCVertex.cpp, implement CCMotionStreak. 2012-03-14 16:10:01 +08:00
CCNode.h optimize data struct. 2012-04-14 19:11:57 +08:00
CCObject.h issue #1094: Make ParticleBatchNode works on win32. 2012-04-07 12:02:40 +08:00
CCParallaxNode.h refactor updated... 2012-04-18 18:43:45 +08:00
CCParticleBatchNode.h issue #1056: Updated ParticleTest. 2012-03-22 18:29:07 +08:00
CCParticleExamples.h refactor updated... 2012-04-18 18:43:45 +08:00
CCParticleSystem.h optimize data struct. 2012-04-14 19:11:57 +08:00
CCParticleSystemQuad.h refactor updated... 2012-04-18 18:43:45 +08:00
CCPointExtension.h refactor updated... 2012-04-18 18:43:45 +08:00
CCProgressTimer.h refactor updated... 2012-04-18 18:43:45 +08:00
CCProtocols.h refactor updated... 2012-04-18 18:43:45 +08:00
CCRenderTexture.h issue #1506: RenderTextureTest 2012-03-22 16:36:03 +08:00
CCScene.h refactor updated... 2012-04-18 18:43:45 +08:00
CCScheduler.h refactor updated... 2012-04-18 18:43:45 +08:00
CCScriptSupport.h Improve Lua engine 2012-03-07 20:27:26 +08:00
CCSet.h refactor updated... 2012-04-18 18:43:45 +08:00
CCShaderCache.h fixed #1139: fix the bug that screen becomes black when backing to foreground on Android 2012-04-17 17:55:26 +08:00
CCSprite.h refactor updated... 2012-04-18 18:43:45 +08:00
CCSpriteBatchNode.h refactor updated... 2012-04-18 18:43:45 +08:00
CCSpriteFrame.h refactor updated... 2012-04-18 18:43:45 +08:00
CCSpriteFrameCache.h refactor updated... 2012-04-18 18:43:45 +08:00
CCString.h Updated CCControlExtension 2012-04-16 23:16:03 +08:00
CCTMXLayer.h issue #1056: Remove CCMutableArray and CCMutableDictionary template, offer CCDictionary to improve the performance of dictionary by 60%, it means that CCDictionary can save about 2/3 time cost. 2012-03-20 15:04:53 +08:00
CCTMXObjectGroup.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTMXTiledMap.h issue #1056: Remove CCMutableArray and CCMutableDictionary template, offer CCDictionary to improve the performance of dictionary by 60%, it means that CCDictionary can save about 2/3 time cost. 2012-03-20 15:04:53 +08:00
CCTMXXMLParser.h issue #1056: Added CCTransitionProgress class, Updated Texture2dTest, TileMapTest, TransitionsTest. 2012-03-26 16:46:23 +08:00
CCTextFieldTTF.h Refactored project folders. 2012-04-19 11:46:08 +08:00
CCTexture2D.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTextureAtlas.h issue #1056: Check bugs of SpriteTest. 2012-03-26 18:44:28 +08:00
CCTextureCache.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTexturePVR.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTileMapAtlas.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTouch.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTouchDelegateProtocol.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTouchDispatcher.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTouchHandler.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTransition.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTransitionPageTurn.h refactor updated... 2012-04-18 18:43:45 +08:00
CCTransitionProgress.h issue #1056: Added CCTransitionProgress class, Updated Texture2dTest, TileMapTest, TransitionsTest. 2012-03-26 16:46:23 +08:00
CCUserDefault.h Refactored project folders. 2012-04-19 11:46:08 +08:00
CCZone.h Removed some unused codes regard to WOPHONE. 2012-04-19 10:46:37 +08:00
ccConfig.h By Default, we enable VAO support for ios and win32 and disable it for other platforms. 2012-04-13 18:18:47 +08:00
ccGLStateCache.h issue #1056: synchronise cocos2d-iphone-2.0-rc0a 2012-03-16 13:42:53 +08:00
ccMacros.h retina for win32 2012-04-11 16:41:12 +08:00
ccShaders.h issue #1114: Updated ShaderTest.Added ShaderBlur. 2012-04-17 18:31:31 +08:00
ccTypes.h refactor updated... 2012-04-18 18:43:45 +08:00
cocos2d.h Removed some unused codes regard to WOPHONE. 2012-04-19 10:46:37 +08:00
cocos2dExt.h finished CControlColourPickerTest. 2012-04-17 11:12:05 +08:00