diff --git a/cocos2dx/platform/tizen/CCStdC.h b/cocos2dx/platform/tizen/CCStdC.h index 394902fa6c..8e983e6f74 100644 --- a/cocos2dx/platform/tizen/CCStdC.h +++ b/cocos2dx/platform/tizen/CCStdC.h @@ -30,6 +30,7 @@ THE SOFTWARE. #include #include #include +#include #ifndef MIN #define MIN(x,y) (((x) > (y)) ? (y) : (x)) diff --git a/cocos2dx/proj.tizen/.project b/cocos2dx/proj.tizen/.project index 7b155912d2..f5bf1bdba2 100644 --- a/cocos2dx/proj.tizen/.project +++ b/cocos2dx/proj.tizen/.project @@ -133,12 +133,12 @@ src/actions 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/actions src/base_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/base_nodes src/ccFPSImages.c @@ -153,7 +153,7 @@ src/cocoa 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/cocoa src/cocos2d.cpp @@ -163,52 +163,52 @@ src/draw_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/draw_nodes src/effects 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/effects src/include 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/include src/kazmath 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/kazmath src/keypad_dispatcher 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/keypad_dispatcher src/label_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/label_nodes src/layers_scenes_transitions_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes src/menu_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/menu_nodes src/misc_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/misc_nodes src/particle_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/particle_nodes src/platform @@ -218,602 +218,42 @@ src/script_support 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/script_support src/shaders 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/shaders src/sprite_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/sprite_nodes src/support 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/support src/text_input_node 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/text_input_node src/textures 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/textures src/tilemap_parallax_nodes 2 - virtual:/virtual + PARENT-1-PROJECT_LOC/tilemap_parallax_nodes src/touch_dispatcher 2 - virtual:/virtual - - - src/actions/CCAction.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCAction.cpp - - - src/actions/CCAction.h - 1 - PARENT-1-PROJECT_LOC/actions/CCAction.h - - - src/actions/CCActionCamera.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionCamera.cpp - - - src/actions/CCActionCamera.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionCamera.h - - - src/actions/CCActionCatmullRom.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionCatmullRom.cpp - - - src/actions/CCActionCatmullRom.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionCatmullRom.h - - - src/actions/CCActionEase.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionEase.cpp - - - src/actions/CCActionEase.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionEase.h - - - src/actions/CCActionGrid.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionGrid.cpp - - - src/actions/CCActionGrid.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionGrid.h - - - src/actions/CCActionGrid3D.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionGrid3D.cpp - - - src/actions/CCActionGrid3D.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionGrid3D.h - - - src/actions/CCActionInstant.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionInstant.cpp - - - src/actions/CCActionInstant.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionInstant.h - - - src/actions/CCActionInterval.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionInterval.cpp - - - src/actions/CCActionInterval.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionInterval.h - - - src/actions/CCActionManager.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionManager.cpp - - - src/actions/CCActionManager.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionManager.h - - - src/actions/CCActionPageTurn3D.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionPageTurn3D.cpp - - - src/actions/CCActionPageTurn3D.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionPageTurn3D.h - - - src/actions/CCActionProgressTimer.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionProgressTimer.cpp - - - src/actions/CCActionProgressTimer.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionProgressTimer.h - - - src/actions/CCActionTiledGrid.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionTiledGrid.cpp - - - src/actions/CCActionTiledGrid.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionTiledGrid.h - - - src/actions/CCActionTween.cpp - 1 - PARENT-1-PROJECT_LOC/actions/CCActionTween.cpp - - - src/actions/CCActionTween.h - 1 - PARENT-1-PROJECT_LOC/actions/CCActionTween.h - - - src/base_nodes/CCAtlasNode.cpp - 1 - PARENT-1-PROJECT_LOC/base_nodes/CCAtlasNode.cpp - - - src/base_nodes/CCAtlasNode.h - 1 - PARENT-1-PROJECT_LOC/base_nodes/CCAtlasNode.h - - - src/base_nodes/CCNode.cpp - 1 - PARENT-1-PROJECT_LOC/base_nodes/CCNode.cpp - - - src/base_nodes/CCNode.h - 1 - PARENT-1-PROJECT_LOC/base_nodes/CCNode.h - - - src/cocoa/CCAffineTransform.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCAffineTransform.cpp - - - src/cocoa/CCAffineTransform.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCAffineTransform.h - - - src/cocoa/CCArray.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCArray.cpp - - - src/cocoa/CCArray.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCArray.h - - - src/cocoa/CCAutoreleasePool.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCAutoreleasePool.cpp - - - src/cocoa/CCAutoreleasePool.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCAutoreleasePool.h - - - src/cocoa/CCBool.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCBool.h - - - src/cocoa/CCDictionary.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCDictionary.cpp - - - src/cocoa/CCDictionary.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCDictionary.h - - - src/cocoa/CCDouble.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCDouble.h - - - src/cocoa/CCFloat.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCFloat.h - - - src/cocoa/CCGeometry.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCGeometry.cpp - - - src/cocoa/CCGeometry.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCGeometry.h - - - src/cocoa/CCInteger.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCInteger.h - - - src/cocoa/CCNS.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCNS.cpp - - - src/cocoa/CCNS.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCNS.h - - - src/cocoa/CCObject.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCObject.cpp - - - src/cocoa/CCObject.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCObject.h - - - src/cocoa/CCSet.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCSet.cpp - - - src/cocoa/CCSet.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCSet.h - - - src/cocoa/CCString.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCString.cpp - - - src/cocoa/CCString.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCString.h - - - src/cocoa/CCZone.cpp - 1 - PARENT-1-PROJECT_LOC/cocoa/CCZone.cpp - - - src/cocoa/CCZone.h - 1 - PARENT-1-PROJECT_LOC/cocoa/CCZone.h - - - src/draw_nodes/CCDrawNode.cpp - 1 - PARENT-1-PROJECT_LOC/draw_nodes/CCDrawNode.cpp - - - src/draw_nodes/CCDrawNode.h - 1 - PARENT-1-PROJECT_LOC/draw_nodes/CCDrawNode.h - - - src/draw_nodes/CCDrawingPrimitives.cpp - 1 - PARENT-1-PROJECT_LOC/draw_nodes/CCDrawingPrimitives.cpp - - - src/draw_nodes/CCDrawingPrimitives.h - 1 - PARENT-1-PROJECT_LOC/draw_nodes/CCDrawingPrimitives.h - - - src/effects/CCGrabber.cpp - 1 - PARENT-1-PROJECT_LOC/effects/CCGrabber.cpp - - - src/effects/CCGrabber.h - 1 - PARENT-1-PROJECT_LOC/effects/CCGrabber.h - - - src/effects/CCGrid.cpp - 1 - PARENT-1-PROJECT_LOC/effects/CCGrid.cpp - - - src/effects/CCGrid.h - 1 - PARENT-1-PROJECT_LOC/effects/CCGrid.h - - - src/include/CCEventType.h - 1 - PARENT-1-PROJECT_LOC/include/CCEventType.h - - - src/include/CCProtocols.h - 1 - PARENT-1-PROJECT_LOC/include/CCProtocols.h - - - src/include/ccConfig.h - 1 - PARENT-1-PROJECT_LOC/include/ccConfig.h - - - src/include/ccMacros.h - 1 - PARENT-1-PROJECT_LOC/include/ccMacros.h - - - src/include/ccTypeInfo.h - 1 - PARENT-1-PROJECT_LOC/include/ccTypeInfo.h - - - src/include/ccTypes.h - 1 - PARENT-1-PROJECT_LOC/include/ccTypes.h - - - src/include/cocos2d.h - 1 - PARENT-1-PROJECT_LOC/include/cocos2d.h - - - src/kazmath/include - 2 - virtual:/virtual - - - src/kazmath/src - 2 - virtual:/virtual - - - src/keypad_dispatcher/CCKeypadDelegate.cpp - 1 - PARENT-1-PROJECT_LOC/keypad_dispatcher/CCKeypadDelegate.cpp - - - src/keypad_dispatcher/CCKeypadDelegate.h - 1 - PARENT-1-PROJECT_LOC/keypad_dispatcher/CCKeypadDelegate.h - - - src/keypad_dispatcher/CCKeypadDispatcher.cpp - 1 - PARENT-1-PROJECT_LOC/keypad_dispatcher/CCKeypadDispatcher.cpp - - - src/keypad_dispatcher/CCKeypadDispatcher.h - 1 - PARENT-1-PROJECT_LOC/keypad_dispatcher/CCKeypadDispatcher.h - - - src/label_nodes/CCLabelAtlas.cpp - 1 - PARENT-1-PROJECT_LOC/label_nodes/CCLabelAtlas.cpp - - - src/label_nodes/CCLabelAtlas.h - 1 - PARENT-1-PROJECT_LOC/label_nodes/CCLabelAtlas.h - - - src/label_nodes/CCLabelBMFont.cpp - 1 - PARENT-1-PROJECT_LOC/label_nodes/CCLabelBMFont.cpp - - - src/label_nodes/CCLabelBMFont.h - 1 - PARENT-1-PROJECT_LOC/label_nodes/CCLabelBMFont.h - - - src/label_nodes/CCLabelTTF.cpp - 1 - PARENT-1-PROJECT_LOC/label_nodes/CCLabelTTF.cpp - - - src/label_nodes/CCLabelTTF.h - 1 - PARENT-1-PROJECT_LOC/label_nodes/CCLabelTTF.h - - - src/layers_scenes_transitions_nodes/CCLayer.cpp - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCLayer.cpp - - - src/layers_scenes_transitions_nodes/CCLayer.h - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCLayer.h - - - src/layers_scenes_transitions_nodes/CCScene.cpp - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCScene.cpp - - - src/layers_scenes_transitions_nodes/CCScene.h - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCScene.h - - - src/layers_scenes_transitions_nodes/CCTransition.cpp - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCTransition.cpp - - - src/layers_scenes_transitions_nodes/CCTransition.h - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCTransition.h - - - src/layers_scenes_transitions_nodes/CCTransitionPageTurn.cpp - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCTransitionPageTurn.cpp - - - src/layers_scenes_transitions_nodes/CCTransitionPageTurn.h - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCTransitionPageTurn.h - - - src/layers_scenes_transitions_nodes/CCTransitionProgress.cpp - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCTransitionProgress.cpp - - - src/layers_scenes_transitions_nodes/CCTransitionProgress.h - 1 - PARENT-1-PROJECT_LOC/layers_scenes_transitions_nodes/CCTransitionProgress.h - - - src/menu_nodes/CCMenu.cpp - 1 - PARENT-1-PROJECT_LOC/menu_nodes/CCMenu.cpp - - - src/menu_nodes/CCMenu.h - 1 - PARENT-1-PROJECT_LOC/menu_nodes/CCMenu.h - - - src/menu_nodes/CCMenuItem.cpp - 1 - PARENT-1-PROJECT_LOC/menu_nodes/CCMenuItem.cpp - - - src/menu_nodes/CCMenuItem.h - 1 - PARENT-1-PROJECT_LOC/menu_nodes/CCMenuItem.h - - - src/misc_nodes/CCClippingNode.cpp - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCClippingNode.cpp - - - src/misc_nodes/CCClippingNode.h - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCClippingNode.h - - - src/misc_nodes/CCMotionStreak.cpp - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCMotionStreak.cpp - - - src/misc_nodes/CCMotionStreak.h - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCMotionStreak.h - - - src/misc_nodes/CCProgressTimer.cpp - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCProgressTimer.cpp - - - src/misc_nodes/CCProgressTimer.h - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCProgressTimer.h - - - src/misc_nodes/CCRenderTexture.cpp - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCRenderTexture.cpp - - - src/misc_nodes/CCRenderTexture.h - 1 - PARENT-1-PROJECT_LOC/misc_nodes/CCRenderTexture.h - - - src/particle_nodes/CCParticleBatchNode.cpp - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleBatchNode.cpp - - - src/particle_nodes/CCParticleBatchNode.h - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleBatchNode.h - - - src/particle_nodes/CCParticleExamples.cpp - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleExamples.cpp - - - src/particle_nodes/CCParticleExamples.h - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleExamples.h - - - src/particle_nodes/CCParticleSystem.cpp - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleSystem.cpp - - - src/particle_nodes/CCParticleSystem.h - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleSystem.h - - - src/particle_nodes/CCParticleSystemQuad.cpp - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleSystemQuad.cpp - - - src/particle_nodes/CCParticleSystemQuad.h - 1 - PARENT-1-PROJECT_LOC/particle_nodes/CCParticleSystemQuad.h - - - src/particle_nodes/firePngData.h - 1 - PARENT-1-PROJECT_LOC/particle_nodes/firePngData.h + PARENT-1-PROJECT_LOC/touch_dispatcher src/platform/CCAccelerometerDelegate.h @@ -915,536 +355,6 @@ 2 virtual:/virtual - - src/script_support/CCScriptSupport.cpp - 1 - PARENT-1-PROJECT_LOC/script_support/CCScriptSupport.cpp - - - src/script_support/CCScriptSupport.h - 1 - PARENT-1-PROJECT_LOC/script_support/CCScriptSupport.h - - - src/shaders/CCGLProgram.cpp - 1 - PARENT-1-PROJECT_LOC/shaders/CCGLProgram.cpp - - - src/shaders/CCGLProgram.h - 1 - PARENT-1-PROJECT_LOC/shaders/CCGLProgram.h - - - src/shaders/CCShaderCache.cpp - 1 - PARENT-1-PROJECT_LOC/shaders/CCShaderCache.cpp - - - src/shaders/CCShaderCache.h - 1 - PARENT-1-PROJECT_LOC/shaders/CCShaderCache.h - - - src/shaders/ccGLStateCache.cpp - 1 - PARENT-1-PROJECT_LOC/shaders/ccGLStateCache.cpp - - - src/shaders/ccGLStateCache.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccGLStateCache.h - - - src/shaders/ccShaderEx_SwitchMask_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShaderEx_SwitchMask_frag.h - - - src/shaders/ccShader_PositionColorLengthTexture_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionColorLengthTexture_frag.h - - - src/shaders/ccShader_PositionColorLengthTexture_vert.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionColorLengthTexture_vert.h - - - src/shaders/ccShader_PositionColor_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionColor_frag.h - - - src/shaders/ccShader_PositionColor_vert.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionColor_vert.h - - - src/shaders/ccShader_PositionTextureA8Color_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTextureA8Color_frag.h - - - src/shaders/ccShader_PositionTextureA8Color_vert.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTextureA8Color_vert.h - - - src/shaders/ccShader_PositionTextureColorAlphaTest_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTextureColorAlphaTest_frag.h - - - src/shaders/ccShader_PositionTextureColor_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTextureColor_frag.h - - - src/shaders/ccShader_PositionTextureColor_vert.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTextureColor_vert.h - - - src/shaders/ccShader_PositionTexture_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTexture_frag.h - - - src/shaders/ccShader_PositionTexture_uColor_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTexture_uColor_frag.h - - - src/shaders/ccShader_PositionTexture_uColor_vert.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTexture_uColor_vert.h - - - src/shaders/ccShader_PositionTexture_vert.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_PositionTexture_vert.h - - - src/shaders/ccShader_Position_uColor_frag.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_Position_uColor_frag.h - - - src/shaders/ccShader_Position_uColor_vert.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShader_Position_uColor_vert.h - - - src/shaders/ccShaders.cpp - 1 - PARENT-1-PROJECT_LOC/shaders/ccShaders.cpp - - - src/shaders/ccShaders.h - 1 - PARENT-1-PROJECT_LOC/shaders/ccShaders.h - - - src/sprite_nodes/CCAnimation.cpp - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCAnimation.cpp - - - src/sprite_nodes/CCAnimation.h - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCAnimation.h - - - src/sprite_nodes/CCAnimationCache.cpp - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCAnimationCache.cpp - - - src/sprite_nodes/CCAnimationCache.h - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCAnimationCache.h - - - src/sprite_nodes/CCSprite.cpp - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSprite.cpp - - - src/sprite_nodes/CCSprite.h - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSprite.h - - - src/sprite_nodes/CCSpriteBatchNode.cpp - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSpriteBatchNode.cpp - - - src/sprite_nodes/CCSpriteBatchNode.h - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSpriteBatchNode.h - - - src/sprite_nodes/CCSpriteFrame.cpp - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSpriteFrame.cpp - - - src/sprite_nodes/CCSpriteFrame.h - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSpriteFrame.h - - - src/sprite_nodes/CCSpriteFrameCache.cpp - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSpriteFrameCache.cpp - - - src/sprite_nodes/CCSpriteFrameCache.h - 1 - PARENT-1-PROJECT_LOC/sprite_nodes/CCSpriteFrameCache.h - - - src/support/CCNotificationCenter.cpp - 1 - PARENT-1-PROJECT_LOC/support/CCNotificationCenter.cpp - - - src/support/CCNotificationCenter.h - 1 - PARENT-1-PROJECT_LOC/support/CCNotificationCenter.h - - - src/support/CCPointExtension.cpp - 1 - PARENT-1-PROJECT_LOC/support/CCPointExtension.cpp - - - src/support/CCPointExtension.h - 1 - PARENT-1-PROJECT_LOC/support/CCPointExtension.h - - - src/support/CCProfiling.cpp - 1 - PARENT-1-PROJECT_LOC/support/CCProfiling.cpp - - - src/support/CCProfiling.h - 1 - PARENT-1-PROJECT_LOC/support/CCProfiling.h - - - src/support/CCVertex.cpp - 1 - PARENT-1-PROJECT_LOC/support/CCVertex.cpp - - - src/support/CCVertex.h - 1 - PARENT-1-PROJECT_LOC/support/CCVertex.h - - - src/support/TransformUtils.cpp - 1 - PARENT-1-PROJECT_LOC/support/TransformUtils.cpp - - - src/support/TransformUtils.h - 1 - PARENT-1-PROJECT_LOC/support/TransformUtils.h - - - src/support/base64.cpp - 1 - PARENT-1-PROJECT_LOC/support/base64.cpp - - - src/support/base64.h - 1 - PARENT-1-PROJECT_LOC/support/base64.h - - - src/support/ccUTF8.cpp - 1 - PARENT-1-PROJECT_LOC/support/ccUTF8.cpp - - - src/support/ccUTF8.h - 1 - PARENT-1-PROJECT_LOC/support/ccUTF8.h - - - src/support/ccUtils.cpp - 1 - PARENT-1-PROJECT_LOC/support/ccUtils.cpp - - - src/support/ccUtils.h - 1 - PARENT-1-PROJECT_LOC/support/ccUtils.h - - - src/support/data_support - 2 - virtual:/virtual - - - src/support/image_support - 2 - virtual:/virtual - - - src/support/tinyxml2 - 2 - virtual:/virtual - - - src/support/user_default - 2 - virtual:/virtual - - - src/support/zip_support - 2 - virtual:/virtual - - - src/text_input_node/CCIMEDelegate.h - 1 - PARENT-1-PROJECT_LOC/text_input_node/CCIMEDelegate.h - - - src/text_input_node/CCIMEDispatcher.cpp - 1 - PARENT-1-PROJECT_LOC/text_input_node/CCIMEDispatcher.cpp - - - src/text_input_node/CCIMEDispatcher.h - 1 - PARENT-1-PROJECT_LOC/text_input_node/CCIMEDispatcher.h - - - src/text_input_node/CCTextFieldTTF.cpp - 1 - PARENT-1-PROJECT_LOC/text_input_node/CCTextFieldTTF.cpp - - - src/text_input_node/CCTextFieldTTF.h - 1 - PARENT-1-PROJECT_LOC/text_input_node/CCTextFieldTTF.h - - - src/textures/CCTexture2D.cpp - 1 - PARENT-1-PROJECT_LOC/textures/CCTexture2D.cpp - - - src/textures/CCTexture2D.h - 1 - PARENT-1-PROJECT_LOC/textures/CCTexture2D.h - - - src/textures/CCTextureAtlas.cpp - 1 - PARENT-1-PROJECT_LOC/textures/CCTextureAtlas.cpp - - - src/textures/CCTextureAtlas.h - 1 - PARENT-1-PROJECT_LOC/textures/CCTextureAtlas.h - - - src/textures/CCTextureCache.cpp - 1 - PARENT-1-PROJECT_LOC/textures/CCTextureCache.cpp - - - src/textures/CCTextureCache.h - 1 - PARENT-1-PROJECT_LOC/textures/CCTextureCache.h - - - src/textures/CCTexturePVR.cpp - 1 - PARENT-1-PROJECT_LOC/textures/CCTexturePVR.cpp - - - src/textures/CCTexturePVR.h - 1 - PARENT-1-PROJECT_LOC/textures/CCTexturePVR.h - - - src/tilemap_parallax_nodes/CCParallaxNode.cpp - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCParallaxNode.cpp - - - src/tilemap_parallax_nodes/CCParallaxNode.h - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCParallaxNode.h - - - src/tilemap_parallax_nodes/CCTMXLayer.cpp - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXLayer.cpp - - - src/tilemap_parallax_nodes/CCTMXLayer.h - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXLayer.h - - - src/tilemap_parallax_nodes/CCTMXObjectGroup.cpp - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXObjectGroup.cpp - - - src/tilemap_parallax_nodes/CCTMXObjectGroup.h - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXObjectGroup.h - - - src/tilemap_parallax_nodes/CCTMXTiledMap.cpp - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXTiledMap.cpp - - - src/tilemap_parallax_nodes/CCTMXTiledMap.h - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXTiledMap.h - - - src/tilemap_parallax_nodes/CCTMXXMLParser.cpp - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXXMLParser.cpp - - - src/tilemap_parallax_nodes/CCTMXXMLParser.h - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTMXXMLParser.h - - - src/tilemap_parallax_nodes/CCTileMapAtlas.cpp - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTileMapAtlas.cpp - - - src/tilemap_parallax_nodes/CCTileMapAtlas.h - 1 - PARENT-1-PROJECT_LOC/tilemap_parallax_nodes/CCTileMapAtlas.h - - - src/touch_dispatcher/CCTouch.cpp - 1 - PARENT-1-PROJECT_LOC/touch_dispatcher/CCTouch.cpp - - - src/touch_dispatcher/CCTouch.h - 1 - PARENT-1-PROJECT_LOC/touch_dispatcher/CCTouch.h - - - src/touch_dispatcher/CCTouchDelegateProtocol.h - 1 - PARENT-1-PROJECT_LOC/touch_dispatcher/CCTouchDelegateProtocol.h - - - src/touch_dispatcher/CCTouchDispatcher.cpp - 1 - PARENT-1-PROJECT_LOC/touch_dispatcher/CCTouchDispatcher.cpp - - - src/touch_dispatcher/CCTouchDispatcher.h - 1 - PARENT-1-PROJECT_LOC/touch_dispatcher/CCTouchDispatcher.h - - - src/touch_dispatcher/CCTouchHandler.cpp - 1 - PARENT-1-PROJECT_LOC/touch_dispatcher/CCTouchHandler.cpp - - - src/touch_dispatcher/CCTouchHandler.h - 1 - PARENT-1-PROJECT_LOC/touch_dispatcher/CCTouchHandler.h - - - src/kazmath/include/kazmath - 2 - virtual:/virtual - - - src/kazmath/src/CMakeLists.txt - 1 - PARENT-1-PROJECT_LOC/kazmath/src/CMakeLists.txt - - - src/kazmath/src/ChangeLog - 1 - PARENT-1-PROJECT_LOC/kazmath/src/ChangeLog - - - src/kazmath/src/GL - 2 - virtual:/virtual - - - src/kazmath/src/aabb.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/aabb.c - - - src/kazmath/src/mat3.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/mat3.c - - - src/kazmath/src/mat4.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/mat4.c - - - src/kazmath/src/neon_matrix_impl.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/neon_matrix_impl.c - - - src/kazmath/src/plane.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/plane.c - - - src/kazmath/src/quaternion.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/quaternion.c - - - src/kazmath/src/ray2.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/ray2.c - - - src/kazmath/src/utility.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/utility.c - - - src/kazmath/src/vec2.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/vec2.c - - - src/kazmath/src/vec3.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/vec3.c - - - src/kazmath/src/vec4.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/vec4.c - src/platform/tizen/CCAccelerometer.cpp 1 @@ -1535,180 +445,5 @@ 1 PARENT-1-PROJECT_LOC/platform/tizen/CCStdC.h - - src/support/data_support/ccCArray.cpp - 1 - PARENT-1-PROJECT_LOC/support/data_support/ccCArray.cpp - - - src/support/data_support/ccCArray.h - 1 - PARENT-1-PROJECT_LOC/support/data_support/ccCArray.h - - - src/support/data_support/uthash.h - 1 - PARENT-1-PROJECT_LOC/support/data_support/uthash.h - - - src/support/data_support/utlist.h - 1 - PARENT-1-PROJECT_LOC/support/data_support/utlist.h - - - src/support/image_support/TGAlib.cpp - 1 - PARENT-1-PROJECT_LOC/support/image_support/TGAlib.cpp - - - src/support/image_support/TGAlib.h - 1 - PARENT-1-PROJECT_LOC/support/image_support/TGAlib.h - - - src/support/tinyxml2/tinyxml2.cpp - 1 - PARENT-1-PROJECT_LOC/support/tinyxml2/tinyxml2.cpp - - - src/support/tinyxml2/tinyxml2.h - 1 - PARENT-1-PROJECT_LOC/support/tinyxml2/tinyxml2.h - - - src/support/user_default/CCUserDefault.cpp - 1 - PARENT-1-PROJECT_LOC/support/user_default/CCUserDefault.cpp - - - src/support/user_default/CCUserDefault.h - 1 - PARENT-1-PROJECT_LOC/support/user_default/CCUserDefault.h - - - src/support/user_default/CCUserDefault.mm - 1 - PARENT-1-PROJECT_LOC/support/user_default/CCUserDefault.mm - - - src/support/user_default/CCUserDefaultAndroid.cpp - 1 - PARENT-1-PROJECT_LOC/support/user_default/CCUserDefaultAndroid.cpp - - - src/support/zip_support/ZipUtils.cpp - 1 - PARENT-1-PROJECT_LOC/support/zip_support/ZipUtils.cpp - - - src/support/zip_support/ZipUtils.h - 1 - PARENT-1-PROJECT_LOC/support/zip_support/ZipUtils.h - - - src/support/zip_support/ioapi.cpp - 1 - PARENT-1-PROJECT_LOC/support/zip_support/ioapi.cpp - - - src/support/zip_support/ioapi.h - 1 - PARENT-1-PROJECT_LOC/support/zip_support/ioapi.h - - - src/support/zip_support/unzip.cpp - 1 - PARENT-1-PROJECT_LOC/support/zip_support/unzip.cpp - - - src/support/zip_support/unzip.h - 1 - PARENT-1-PROJECT_LOC/support/zip_support/unzip.h - - - src/kazmath/include/kazmath/GL - 2 - virtual:/virtual - - - src/kazmath/include/kazmath/aabb.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/aabb.h - - - src/kazmath/include/kazmath/kazmath.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/kazmath.h - - - src/kazmath/include/kazmath/mat3.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/mat3.h - - - src/kazmath/include/kazmath/mat4.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/mat4.h - - - src/kazmath/include/kazmath/neon_matrix_impl.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/neon_matrix_impl.h - - - src/kazmath/include/kazmath/plane.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/plane.h - - - src/kazmath/include/kazmath/quaternion.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/quaternion.h - - - src/kazmath/include/kazmath/ray2.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/ray2.h - - - src/kazmath/include/kazmath/utility.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/utility.h - - - src/kazmath/include/kazmath/vec2.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/vec2.h - - - src/kazmath/include/kazmath/vec3.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/vec3.h - - - src/kazmath/include/kazmath/vec4.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/vec4.h - - - src/kazmath/src/GL/mat4stack.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/GL/mat4stack.c - - - src/kazmath/src/GL/matrix.c - 1 - PARENT-1-PROJECT_LOC/kazmath/src/GL/matrix.c - - - src/kazmath/include/kazmath/GL/mat4stack.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/GL/mat4stack.h - - - src/kazmath/include/kazmath/GL/matrix.h - 1 - PARENT-1-PROJECT_LOC/kazmath/include/kazmath/GL/matrix.h -