From adfec685777518e356f8261181b30e5303b0be77 Mon Sep 17 00:00:00 2001 From: minggo Date: Tue, 29 Nov 2011 17:12:21 +0800 Subject: [PATCH] fixed #850: update Box2d for linux --- Box2D/proj.linux/.project | 11 +- Box2D/proj.linux/Makefile | 62 -- cocos2dx/proj.linux/.cproject | 435 ---------- cocos2dx/proj.linux/.cproject.REMOVED.git-id | 1 + tests/test.linux/.project | 789 +------------------ 5 files changed, 11 insertions(+), 1287 deletions(-) delete mode 100644 Box2D/proj.linux/Makefile delete mode 100755 cocos2dx/proj.linux/.cproject create mode 100644 cocos2dx/proj.linux/.cproject.REMOVED.git-id diff --git a/Box2D/proj.linux/.project b/Box2D/proj.linux/.project index fb96f2e170..15e3d4ec57 100644 --- a/Box2D/proj.linux/.project +++ b/Box2D/proj.linux/.project @@ -84,17 +84,22 @@ Collision 2 - PARENT-1-PROJECT_LOC/Collision + /home/xm/workspace/cocos2d-x/Box2D/Collision Common 2 - PARENT-1-PROJECT_LOC/Common + /home/xm/workspace/cocos2d-x/Box2D/Common Dynamics 2 - PARENT-1-PROJECT_LOC/Dynamics + /home/xm/workspace/cocos2d-x/Box2D/Dynamics + + + Rope + 2 + /home/xm/workspace/cocos2d-x/Box2D/Rope diff --git a/Box2D/proj.linux/Makefile b/Box2D/proj.linux/Makefile deleted file mode 100644 index d99fe41f51..0000000000 --- a/Box2D/proj.linux/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -CC = gcc -CXX = g++ -AR = ar -TARGET = libbox2d.a -CCFLAGS = -Wall -g -O2 -CXXFLAGS = -Wall -g -O2 -ARFLAGS = cr - -INCLUDES = -I../../ - -DEFINES = -DLINUX - -OBJECTS = ../Collision/b2BroadPhase.o \ - ../Collision/b2CollideCircle.o \ - ../Collision/b2CollidePolygon.o \ - ../Collision/b2Collision.o \ - ../Collision/b2Distance.o \ - ../Collision/b2DynamicTree.o \ - ../Collision/b2TimeOfImpact.o \ - ../Collision/Shapes/b2CircleShape.o \ - ../Collision/Shapes/b2PolygonShape.o \ - ../Common/b2BlockAllocator.o \ - ../Common/b2Math.o \ - ../Common/b2Settings.o \ - ../Common/b2StackAllocator.o \ - ../Dynamics/b2Body.o \ - ../Dynamics/b2ContactManager.o \ - ../Dynamics/b2Fixture.o \ - ../Dynamics/b2Island.o \ - ../Dynamics/b2World.o \ - ../Dynamics/b2WorldCallbacks.o \ - ../Dynamics/Contacts/b2CircleContact.o \ - ../Dynamics/Contacts/b2Contact.o \ - ../Dynamics/Contacts/b2ContactSolver.o \ - ../Dynamics/Contacts/b2PolygonAndCircleContact.o \ - ../Dynamics/Contacts/b2PolygonContact.o \ - ../Dynamics/Contacts/b2TOISolver.o \ - ../Dynamics/Joints/b2DistanceJoint.o \ - ../Dynamics/Joints/b2FrictionJoint.o \ - ../Dynamics/Joints/b2GearJoint.o \ - ../Dynamics/Joints/b2Joint.o \ - ../Dynamics/Joints/b2LineJoint.o \ - ../Dynamics/Joints/b2MouseJoint.o \ - ../Dynamics/Joints/b2PrismaticJoint.o \ - ../Dynamics/Joints/b2PulleyJoint.o \ - ../Dynamics/Joints/b2RevoluteJoint.o \ - ../Dynamics/Joints/b2WeldJoint.o - - -####### Build rules -$(TARGET): $(OBJECTS) - $(AR) $(ARFLAGS) $(TARGET) $(OBJECTS) - -####### Compile -%.o: %.cpp - $(CXX) $(CXXFLAGS) $(INCLUDES) $(DEFINES) -c $< -o $@ - -%.o: %.c - $(CC) $(CCFLAGS) $(INCLUDES) $(DEFINES) -c $< -o $@ - -clean: - rm -f $(OBJECTS) $(TARGET) core diff --git a/cocos2dx/proj.linux/.cproject b/cocos2dx/proj.linux/.cproject deleted file mode 100755 index 6f0f19bfa0..0000000000 --- a/cocos2dx/proj.linux/.cproject +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cocos2dx/proj.linux/.cproject.REMOVED.git-id b/cocos2dx/proj.linux/.cproject.REMOVED.git-id new file mode 100644 index 0000000000..4809c74808 --- /dev/null +++ b/cocos2dx/proj.linux/.cproject.REMOVED.git-id @@ -0,0 +1 @@ +76b94d90e5427b550eee23b3f3fa74ef94acf558 \ No newline at end of file diff --git a/tests/test.linux/.project b/tests/test.linux/.project index 3bce6f005d..41677b8641 100755 --- a/tests/test.linux/.project +++ b/tests/test.linux/.project @@ -35,7 +35,7 @@ org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/cocos2dx-test/Release} + ${workspace_loc:/cocos2dx-test/Debug} org.eclipse.cdt.make.core.cleanBuildTarget @@ -95,795 +95,10 @@ 1 PARENT-1-PROJECT_LOC/AppDelegate.h - - test.android - 2 - PARENT-1-PROJECT_LOC/test.android - tests 2 - virtual:/virtual - - - tests/AccelerometerTest - 2 - virtual:/virtual - - - tests/ActionManagerTest - 2 - virtual:/virtual - - - tests/ActionsTest - 2 - virtual:/virtual - - - tests/Box2DTest - 2 - PARENT-1-PROJECT_LOC/tests/Box2DTest - - - tests/Box2DTestBed - 2 - PARENT-1-PROJECT_LOC/tests/Box2DTestBed - - - tests/BugsTest - 2 - virtual:/virtual - - - tests/ChipmunkTest - 2 - PARENT-1-PROJECT_LOC/tests/ChipmunkTest - - - tests/ClickAndMoveTest - 2 - virtual:/virtual - - - tests/CocosDenshionTest - 2 - virtual:/virtual - - - tests/CocosNodeTest - 2 - virtual:/virtual - - - tests/CurlTest - 2 - virtual:/virtual - - - tests/CurrentLanguageTest - 2 - PARENT-1-PROJECT_LOC/tests/CurrentLanguageTest - - - tests/DirectorTest - 2 - virtual:/virtual - - - tests/DrawPrimitivesTest - 2 - virtual:/virtual - - - tests/EaseActionsTest - 2 - virtual:/virtual - - - tests/EffectsAdvancedTest - 2 - virtual:/virtual - - - tests/EffectsTest - 2 - virtual:/virtual - - - tests/FontTest - 2 - virtual:/virtual - - - tests/HiResTest - 2 - virtual:/virtual - - - tests/IntervalTest - 2 - virtual:/virtual - - - tests/KeypadTest - 2 - virtual:/virtual - - - tests/LabelTest - 2 - virtual:/virtual - - - tests/LayerTest - 2 - virtual:/virtual - - - tests/MenuTest - 2 - virtual:/virtual - - - tests/MotionStreakTest - 2 - virtual:/virtual - - - tests/ParallaxTest - 2 - virtual:/virtual - - - tests/ParticleTest - 2 - virtual:/virtual - - - tests/PerformanceTest - 2 - virtual:/virtual - - - tests/ProgressActionsTest - 2 - virtual:/virtual - - - tests/RenderTextureTest - 2 - virtual:/virtual - - - tests/RotateWorldTest - 2 - virtual:/virtual - - - tests/SceneTest - 2 - virtual:/virtual - - - tests/SchedulerTest - 2 - virtual:/virtual - - - tests/SpriteTest - 2 - virtual:/virtual - - - tests/TextInputTest - 2 - virtual:/virtual - - - tests/Texture2dTest - 2 - virtual:/virtual - - - tests/TileMapTest - 2 - virtual:/virtual - - - tests/TouchesTest - 2 - virtual:/virtual - - - tests/TransitionsTest - 2 - virtual:/virtual - - - tests/UserDefaultTest - 2 - virtual:/virtual - - - tests/ZwoptexTest - 2 - virtual:/virtual - - - tests/controller.cpp - 1 - PARENT-1-PROJECT_LOC/tests/controller.cpp - - - tests/controller.h - 1 - PARENT-1-PROJECT_LOC/tests/controller.h - - - tests/testBasic.cpp - 1 - PARENT-1-PROJECT_LOC/tests/testBasic.cpp - - - tests/testBasic.h - 1 - PARENT-1-PROJECT_LOC/tests/testBasic.h - - - tests/testResource.h - 1 - PARENT-1-PROJECT_LOC/tests/testResource.h - - - tests/tests.h - 1 - PARENT-1-PROJECT_LOC/tests/tests.h - - - tests/AccelerometerTest/AccelerometerTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/AccelerometerTest/AccelerometerTest.cpp - - - tests/AccelerometerTest/AccelerometerTest.h - 1 - PARENT-1-PROJECT_LOC/tests/AccelerometerTest/AccelerometerTest.h - - - tests/ActionManagerTest/ActionManagerTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/ActionManagerTest/ActionManagerTest.cpp - - - tests/ActionManagerTest/ActionManagerTest.h - 1 - PARENT-1-PROJECT_LOC/tests/ActionManagerTest/ActionManagerTest.h - - - tests/ActionsTest/ActionsTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/ActionsTest/ActionsTest.cpp - - - tests/ActionsTest/ActionsTest.h - 1 - PARENT-1-PROJECT_LOC/tests/ActionsTest/ActionsTest.h - - - tests/BugsTest/Bug-1159.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-1159.cpp - - - tests/BugsTest/Bug-1159.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-1159.h - - - tests/BugsTest/Bug-1174.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-1174.cpp - - - tests/BugsTest/Bug-1174.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-1174.h - - - tests/BugsTest/Bug-350.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-350.cpp - - - tests/BugsTest/Bug-350.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-350.h - - - tests/BugsTest/Bug-422.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-422.cpp - - - tests/BugsTest/Bug-422.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-422.h - - - tests/BugsTest/Bug-458 - 2 - virtual:/virtual - - - tests/BugsTest/Bug-624.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-624.cpp - - - tests/BugsTest/Bug-624.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-624.h - - - tests/BugsTest/Bug-886.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-886.cpp - - - tests/BugsTest/Bug-886.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-886.h - - - tests/BugsTest/Bug-899.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-899.cpp - - - tests/BugsTest/Bug-899.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-899.h - - - tests/BugsTest/Bug-914.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-914.cpp - - - tests/BugsTest/Bug-914.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-914.h - - - tests/BugsTest/BugsTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/BugsTest.cpp - - - tests/BugsTest/BugsTest.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/BugsTest.h - - - tests/ClickAndMoveTest/ClickAndMoveTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/ClickAndMoveTest/ClickAndMoveTest.cpp - - - tests/ClickAndMoveTest/ClickAndMoveTest.h - 1 - PARENT-1-PROJECT_LOC/tests/ClickAndMoveTest/ClickAndMoveTest.h - - - tests/CocosDenshionTest/CocosDenshionTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/CocosDenshionTest/CocosDenshionTest.cpp - - - tests/CocosDenshionTest/CocosDenshionTest.h - 1 - PARENT-1-PROJECT_LOC/tests/CocosDenshionTest/CocosDenshionTest.h - - - tests/CocosNodeTest/CocosNodeTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/CocosNodeTest/CocosNodeTest.cpp - - - tests/CocosNodeTest/CocosNodeTest.h - 1 - PARENT-1-PROJECT_LOC/tests/CocosNodeTest/CocosNodeTest.h - - - tests/CurlTest/CurlTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/CurlTest/CurlTest.cpp - - - tests/CurlTest/CurlTest.h - 1 - PARENT-1-PROJECT_LOC/tests/CurlTest/CurlTest.h - - - tests/DirectorTest/DirectorTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/DirectorTest/DirectorTest.cpp - - - tests/DirectorTest/DirectorTest.h - 1 - PARENT-1-PROJECT_LOC/tests/DirectorTest/DirectorTest.h - - - tests/DrawPrimitivesTest/DrawPrimitivesTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/DrawPrimitivesTest/DrawPrimitivesTest.cpp - - - tests/DrawPrimitivesTest/DrawPrimitivesTest.h - 1 - PARENT-1-PROJECT_LOC/tests/DrawPrimitivesTest/DrawPrimitivesTest.h - - - tests/EaseActionsTest/EaseActionsTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/EaseActionsTest/EaseActionsTest.cpp - - - tests/EaseActionsTest/EaseActionsTest.h - 1 - PARENT-1-PROJECT_LOC/tests/EaseActionsTest/EaseActionsTest.h - - - tests/EffectsAdvancedTest/EffectsAdvancedTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/EffectsAdvancedTest/EffectsAdvancedTest.cpp - - - tests/EffectsAdvancedTest/EffectsAdvancedTest.h - 1 - PARENT-1-PROJECT_LOC/tests/EffectsAdvancedTest/EffectsAdvancedTest.h - - - tests/EffectsTest/EffectsTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/EffectsTest/EffectsTest.cpp - - - tests/EffectsTest/EffectsTest.h - 1 - PARENT-1-PROJECT_LOC/tests/EffectsTest/EffectsTest.h - - - tests/FontTest/FontTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/FontTest/FontTest.cpp - - - tests/FontTest/FontTest.h - 1 - PARENT-1-PROJECT_LOC/tests/FontTest/FontTest.h - - - tests/HiResTest/HiResTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/HiResTest/HiResTest.cpp - - - tests/HiResTest/HiResTest.h - 1 - PARENT-1-PROJECT_LOC/tests/HiResTest/HiResTest.h - - - tests/IntervalTest/IntervalTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/IntervalTest/IntervalTest.cpp - - - tests/IntervalTest/IntervalTest.h - 1 - PARENT-1-PROJECT_LOC/tests/IntervalTest/IntervalTest.h - - - tests/KeypadTest/KeypadTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/KeypadTest/KeypadTest.cpp - - - tests/KeypadTest/KeypadTest.h - 1 - PARENT-1-PROJECT_LOC/tests/KeypadTest/KeypadTest.h - - - tests/LabelTest/LabelTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/LabelTest/LabelTest.cpp - - - tests/LabelTest/LabelTest.h - 1 - PARENT-1-PROJECT_LOC/tests/LabelTest/LabelTest.h - - - tests/LayerTest/LayerTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/LayerTest/LayerTest.cpp - - - tests/LayerTest/LayerTest.h - 1 - PARENT-1-PROJECT_LOC/tests/LayerTest/LayerTest.h - - - tests/MenuTest/MenuTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/MenuTest/MenuTest.cpp - - - tests/MenuTest/MenuTest.h - 1 - PARENT-1-PROJECT_LOC/tests/MenuTest/MenuTest.h - - - tests/MotionStreakTest/MotionStreakTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/MotionStreakTest/MotionStreakTest.cpp - - - tests/MotionStreakTest/MotionStreakTest.h - 1 - PARENT-1-PROJECT_LOC/tests/MotionStreakTest/MotionStreakTest.h - - - tests/ParallaxTest/ParallaxTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/ParallaxTest/ParallaxTest.cpp - - - tests/ParallaxTest/ParallaxTest.h - 1 - PARENT-1-PROJECT_LOC/tests/ParallaxTest/ParallaxTest.h - - - tests/ParticleTest/ParticleTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/ParticleTest/ParticleTest.cpp - - - tests/ParticleTest/ParticleTest.h - 1 - PARENT-1-PROJECT_LOC/tests/ParticleTest/ParticleTest.h - - - tests/PerformanceTest/PerformanceNodeChildrenTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceNodeChildrenTest.cpp - - - tests/PerformanceTest/PerformanceNodeChildrenTest.h - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceNodeChildrenTest.h - - - tests/PerformanceTest/PerformanceParticleTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceParticleTest.cpp - - - tests/PerformanceTest/PerformanceParticleTest.h - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceParticleTest.h - - - tests/PerformanceTest/PerformanceSpriteTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceSpriteTest.cpp - - - tests/PerformanceTest/PerformanceSpriteTest.h - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceSpriteTest.h - - - tests/PerformanceTest/PerformanceTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceTest.cpp - - - tests/PerformanceTest/PerformanceTest.h - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceTest.h - - - tests/PerformanceTest/PerformanceTextureTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceTextureTest.cpp - - - tests/PerformanceTest/PerformanceTextureTest.h - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceTextureTest.h - - - tests/PerformanceTest/PerformanceTouchesTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceTouchesTest.cpp - - - tests/PerformanceTest/PerformanceTouchesTest.h - 1 - PARENT-1-PROJECT_LOC/tests/PerformanceTest/PerformanceTouchesTest.h - - - tests/ProgressActionsTest/ProgressActionsTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/ProgressActionsTest/ProgressActionsTest.cpp - - - tests/ProgressActionsTest/ProgressActionsTest.h - 1 - PARENT-1-PROJECT_LOC/tests/ProgressActionsTest/ProgressActionsTest.h - - - tests/RenderTextureTest/RenderTextureTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/RenderTextureTest/RenderTextureTest.cpp - - - tests/RenderTextureTest/RenderTextureTest.h - 1 - PARENT-1-PROJECT_LOC/tests/RenderTextureTest/RenderTextureTest.h - - - tests/RotateWorldTest/RotateWorldTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/RotateWorldTest/RotateWorldTest.cpp - - - tests/RotateWorldTest/RotateWorldTest.h - 1 - PARENT-1-PROJECT_LOC/tests/RotateWorldTest/RotateWorldTest.h - - - tests/SceneTest/SceneTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/SceneTest/SceneTest.cpp - - - tests/SceneTest/SceneTest.h - 1 - PARENT-1-PROJECT_LOC/tests/SceneTest/SceneTest.h - - - tests/SchedulerTest/SchedulerTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/SchedulerTest/SchedulerTest.cpp - - - tests/SchedulerTest/SchedulerTest.h - 1 - PARENT-1-PROJECT_LOC/tests/SchedulerTest/SchedulerTest.h - - - tests/SpriteTest/SpriteTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/SpriteTest/SpriteTest.cpp - - - tests/SpriteTest/SpriteTest.h - 1 - PARENT-1-PROJECT_LOC/tests/SpriteTest/SpriteTest.h - - - tests/TextInputTest/TextInputTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/TextInputTest/TextInputTest.cpp - - - tests/TextInputTest/TextInputTest.h - 1 - PARENT-1-PROJECT_LOC/tests/TextInputTest/TextInputTest.h - - - tests/Texture2dTest/Texture2dTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/Texture2dTest/Texture2dTest.cpp - - - tests/Texture2dTest/Texture2dTest.h - 1 - PARENT-1-PROJECT_LOC/tests/Texture2dTest/Texture2dTest.h - - - tests/TileMapTest/TileMapTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/TileMapTest/TileMapTest.cpp - - - tests/TileMapTest/TileMapTest.h - 1 - PARENT-1-PROJECT_LOC/tests/TileMapTest/TileMapTest.h - - - tests/TouchesTest/Ball.cpp - 1 - PARENT-1-PROJECT_LOC/tests/TouchesTest/Ball.cpp - - - tests/TouchesTest/Ball.h - 1 - PARENT-1-PROJECT_LOC/tests/TouchesTest/Ball.h - - - tests/TouchesTest/Paddle.cpp - 1 - PARENT-1-PROJECT_LOC/tests/TouchesTest/Paddle.cpp - - - tests/TouchesTest/Paddle.h - 1 - PARENT-1-PROJECT_LOC/tests/TouchesTest/Paddle.h - - - tests/TouchesTest/TouchesTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/TouchesTest/TouchesTest.cpp - - - tests/TouchesTest/TouchesTest.h - 1 - PARENT-1-PROJECT_LOC/tests/TouchesTest/TouchesTest.h - - - tests/TransitionsTest/TransitionsTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/TransitionsTest/TransitionsTest.cpp - - - tests/TransitionsTest/TransitionsTest.h - 1 - PARENT-1-PROJECT_LOC/tests/TransitionsTest/TransitionsTest.h - - - tests/UserDefaultTest/UserDefaultTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/UserDefaultTest/UserDefaultTest.cpp - - - tests/UserDefaultTest/UserDefaultTest.h - 1 - PARENT-1-PROJECT_LOC/tests/UserDefaultTest/UserDefaultTest.h - - - tests/ZwoptexTest/ZwoptexTest.cpp - 1 - PARENT-1-PROJECT_LOC/tests/ZwoptexTest/ZwoptexTest.cpp - - - tests/ZwoptexTest/ZwoptexTest.h - 1 - PARENT-1-PROJECT_LOC/tests/ZwoptexTest/ZwoptexTest.h - - - tests/BugsTest/Bug-458/Bug-458.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-458/Bug-458.cpp - - - tests/BugsTest/Bug-458/Bug-458.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-458/Bug-458.h - - - tests/BugsTest/Bug-458/QuestionContainerSprite.cpp - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-458/QuestionContainerSprite.cpp - - - tests/BugsTest/Bug-458/QuestionContainerSprite.h - 1 - PARENT-1-PROJECT_LOC/tests/BugsTest/Bug-458/QuestionContainerSprite.h + /home/xm/workspace/cocos2d-x/tests/tests