From: chsieh Date: Tue, 10 May 2011 03:24:31 +0000 (-0700) Subject: Moving files to new location. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=161d27ab5f18739a924f739adc88715d376d92a6;p=tanks-ios.git Moving files to new location. --- diff --git a/src/render/Box2DAppDelegate.h b/src/references/Box2DAppDelegate.h similarity index 100% rename from src/render/Box2DAppDelegate.h rename to src/references/Box2DAppDelegate.h diff --git a/src/render/Box2DAppDelegate.mm b/src/references/Box2DAppDelegate.mm similarity index 100% rename from src/render/Box2DAppDelegate.mm rename to src/references/Box2DAppDelegate.mm diff --git a/src/render/Box2DView.h b/src/references/Box2DView.h similarity index 100% rename from src/render/Box2DView.h rename to src/references/Box2DView.h diff --git a/src/render/Box2DView.mm b/src/references/Box2DView.mm similarity index 100% rename from src/render/Box2DView.mm rename to src/references/Box2DView.mm diff --git a/src/render/Delegates.h b/src/references/Delegates.h similarity index 100% rename from src/render/Delegates.h rename to src/references/Delegates.h diff --git a/src/render/GLES-Render.h b/src/references/GLES-Render.h similarity index 100% rename from src/render/GLES-Render.h rename to src/references/GLES-Render.h diff --git a/src/render/GLES-Render.mm b/src/references/GLES-Render.mm similarity index 100% rename from src/render/GLES-Render.mm rename to src/references/GLES-Render.mm diff --git a/src/render/TestEntriesViewController.h b/src/references/TestEntriesViewController.h similarity index 100% rename from src/render/TestEntriesViewController.h rename to src/references/TestEntriesViewController.h diff --git a/src/render/TestEntriesViewController.mm b/src/references/TestEntriesViewController.mm similarity index 100% rename from src/render/TestEntriesViewController.mm rename to src/references/TestEntriesViewController.mm diff --git a/src/render/iPhoneTest.h b/src/references/iPhoneTest.h similarity index 100% rename from src/render/iPhoneTest.h rename to src/references/iPhoneTest.h diff --git a/src/render/iPhoneTest.mm b/src/references/iPhoneTest.mm similarity index 100% rename from src/render/iPhoneTest.mm rename to src/references/iPhoneTest.mm diff --git a/src/render/iPhoneTestEntries.mm b/src/references/iPhoneTestEntries.mm similarity index 100% rename from src/render/iPhoneTestEntries.mm rename to src/references/iPhoneTestEntries.mm diff --git a/tanks.xcodeproj/project.pbxproj b/tanks.xcodeproj/project.pbxproj index 14c0a97..454199a 100644 --- a/tanks.xcodeproj/project.pbxproj +++ b/tanks.xcodeproj/project.pbxproj @@ -122,11 +122,21 @@ 49F2DADD13764ED6000B6B8C /* SPUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F2DA8013764ED6000B6B8C /* SPUtils.h */; }; 49F2DADE13764ED6000B6B8C /* SPUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F2DA8113764ED6000B6B8C /* SPUtils.m */; }; 49F2DADF13764ED6000B6B8C /* Sparrow.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F2DA1D13764ED5000B6B8C /* Sparrow.h */; }; - 49F2DAF213765004000B6B8C /* GLES-Render.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F2DAE613765004000B6B8C /* GLES-Render.h */; }; - 49F2DAF313765004000B6B8C /* GLES-Render.mm in Sources */ = {isa = PBXBuildFile; fileRef = 49F2DAE713765004000B6B8C /* GLES-Render.mm */; }; 49F2DB341376632E000B6B8C /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 49F2DB321376632E000B6B8C /* Unit.h */; }; 49F2DB351376632E000B6B8C /* Unit.m in Sources */ = {isa = PBXBuildFile; fileRef = 49F2DB331376632E000B6B8C /* Unit.m */; }; 4B8B2A3213784D2D00CA4076 /* tank-pink.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8B2A3113784D2D00CA4076 /* tank-pink.png */; }; + 4B8B2A411378E74700CA4076 /* Box2DAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8B2A351378E74700CA4076 /* Box2DAppDelegate.h */; }; + 4B8B2A421378E74700CA4076 /* Box2DAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8B2A361378E74700CA4076 /* Box2DAppDelegate.mm */; }; + 4B8B2A431378E74700CA4076 /* Box2DView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8B2A371378E74700CA4076 /* Box2DView.h */; }; + 4B8B2A441378E74700CA4076 /* Box2DView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8B2A381378E74700CA4076 /* Box2DView.mm */; }; + 4B8B2A451378E74700CA4076 /* Delegates.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8B2A391378E74700CA4076 /* Delegates.h */; }; + 4B8B2A461378E74700CA4076 /* GLES-Render.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8B2A3A1378E74700CA4076 /* GLES-Render.h */; }; + 4B8B2A471378E74700CA4076 /* GLES-Render.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8B2A3B1378E74700CA4076 /* GLES-Render.mm */; }; + 4B8B2A481378E74700CA4076 /* iPhoneTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8B2A3C1378E74700CA4076 /* iPhoneTest.h */; }; + 4B8B2A491378E74700CA4076 /* iPhoneTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8B2A3D1378E74700CA4076 /* iPhoneTest.mm */; }; + 4B8B2A4A1378E74700CA4076 /* iPhoneTestEntries.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8B2A3E1378E74700CA4076 /* iPhoneTestEntries.mm */; }; + 4B8B2A4B1378E74700CA4076 /* TestEntriesViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8B2A3F1378E74700CA4076 /* TestEntriesViewController.h */; }; + 4B8B2A4C1378E74700CA4076 /* TestEntriesViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8B2A401378E74700CA4076 /* TestEntriesViewController.mm */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -266,21 +276,21 @@ 49F2DA7F13764ED6000B6B8C /* SPPoolObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPPoolObject.m; sourceTree = ""; }; 49F2DA8013764ED6000B6B8C /* SPUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPUtils.h; sourceTree = ""; }; 49F2DA8113764ED6000B6B8C /* SPUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPUtils.m; sourceTree = ""; }; - 49F2DAE113765004000B6B8C /* Box2DAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2DAppDelegate.h; sourceTree = ""; }; - 49F2DAE213765004000B6B8C /* Box2DAppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Box2DAppDelegate.mm; sourceTree = ""; }; - 49F2DAE313765004000B6B8C /* Box2DView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2DView.h; sourceTree = ""; }; - 49F2DAE413765004000B6B8C /* Box2DView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Box2DView.mm; sourceTree = ""; }; - 49F2DAE513765004000B6B8C /* Delegates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Delegates.h; sourceTree = ""; }; - 49F2DAE613765004000B6B8C /* GLES-Render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GLES-Render.h"; sourceTree = ""; }; - 49F2DAE713765004000B6B8C /* GLES-Render.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "GLES-Render.mm"; sourceTree = ""; }; - 49F2DAE813765004000B6B8C /* iPhoneTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneTest.h; sourceTree = ""; }; - 49F2DAE913765004000B6B8C /* iPhoneTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = iPhoneTest.mm; sourceTree = ""; }; - 49F2DAEA13765004000B6B8C /* iPhoneTestEntries.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = iPhoneTestEntries.mm; sourceTree = ""; }; - 49F2DAEB13765004000B6B8C /* TestEntriesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestEntriesViewController.h; sourceTree = ""; }; - 49F2DAEC13765004000B6B8C /* TestEntriesViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = TestEntriesViewController.mm; sourceTree = ""; }; 49F2DB321376632E000B6B8C /* Unit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Unit.h; sourceTree = ""; }; 49F2DB331376632E000B6B8C /* Unit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Unit.m; sourceTree = ""; }; 4B8B2A3113784D2D00CA4076 /* tank-pink.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "tank-pink.png"; path = "textures/tank-pink.png"; sourceTree = ""; }; + 4B8B2A351378E74700CA4076 /* Box2DAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Box2DAppDelegate.h; path = references/Box2DAppDelegate.h; sourceTree = ""; }; + 4B8B2A361378E74700CA4076 /* Box2DAppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Box2DAppDelegate.mm; path = references/Box2DAppDelegate.mm; sourceTree = ""; }; + 4B8B2A371378E74700CA4076 /* Box2DView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Box2DView.h; path = references/Box2DView.h; sourceTree = ""; }; + 4B8B2A381378E74700CA4076 /* Box2DView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Box2DView.mm; path = references/Box2DView.mm; sourceTree = ""; }; + 4B8B2A391378E74700CA4076 /* Delegates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Delegates.h; path = references/Delegates.h; sourceTree = ""; }; + 4B8B2A3A1378E74700CA4076 /* GLES-Render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "GLES-Render.h"; path = "references/GLES-Render.h"; sourceTree = ""; }; + 4B8B2A3B1378E74700CA4076 /* GLES-Render.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = "GLES-Render.mm"; path = "references/GLES-Render.mm"; sourceTree = ""; }; + 4B8B2A3C1378E74700CA4076 /* iPhoneTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iPhoneTest.h; path = references/iPhoneTest.h; sourceTree = ""; }; + 4B8B2A3D1378E74700CA4076 /* iPhoneTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = iPhoneTest.mm; path = references/iPhoneTest.mm; sourceTree = ""; }; + 4B8B2A3E1378E74700CA4076 /* iPhoneTestEntries.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = iPhoneTestEntries.mm; path = references/iPhoneTestEntries.mm; sourceTree = ""; }; + 4B8B2A3F1378E74700CA4076 /* TestEntriesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestEntriesViewController.h; path = references/TestEntriesViewController.h; sourceTree = ""; }; + 4B8B2A401378E74700CA4076 /* TestEntriesViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = TestEntriesViewController.mm; path = references/TestEntriesViewController.mm; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -350,6 +360,7 @@ 49F2D9AE13764666000B6B8C /* src */ = { isa = PBXGroup; children = ( + 4B8B2A341378E72700CA4076 /* references */, 49F2D9AF13764666000B6B8C /* display */, 49F2D9B013764666000B6B8C /* main.m */, 49F2D9B113764666000B6B8C /* physics */, @@ -380,18 +391,6 @@ 49F2D9B313764666000B6B8C /* render */ = { isa = PBXGroup; children = ( - 49F2DAE113765004000B6B8C /* Box2DAppDelegate.h */, - 49F2DAE213765004000B6B8C /* Box2DAppDelegate.mm */, - 49F2DAE313765004000B6B8C /* Box2DView.h */, - 49F2DAE413765004000B6B8C /* Box2DView.mm */, - 49F2DAE513765004000B6B8C /* Delegates.h */, - 49F2DAE613765004000B6B8C /* GLES-Render.h */, - 49F2DAE713765004000B6B8C /* GLES-Render.mm */, - 49F2DAE813765004000B6B8C /* iPhoneTest.h */, - 49F2DAE913765004000B6B8C /* iPhoneTest.mm */, - 49F2DAEA13765004000B6B8C /* iPhoneTestEntries.mm */, - 49F2DAEB13765004000B6B8C /* TestEntriesViewController.h */, - 49F2DAEC13765004000B6B8C /* TestEntriesViewController.mm */, ); path = render; sourceTree = ""; @@ -684,6 +683,25 @@ name = textures; sourceTree = ""; }; + 4B8B2A341378E72700CA4076 /* references */ = { + isa = PBXGroup; + children = ( + 4B8B2A351378E74700CA4076 /* Box2DAppDelegate.h */, + 4B8B2A361378E74700CA4076 /* Box2DAppDelegate.mm */, + 4B8B2A371378E74700CA4076 /* Box2DView.h */, + 4B8B2A381378E74700CA4076 /* Box2DView.mm */, + 4B8B2A391378E74700CA4076 /* Delegates.h */, + 4B8B2A3A1378E74700CA4076 /* GLES-Render.h */, + 4B8B2A3B1378E74700CA4076 /* GLES-Render.mm */, + 4B8B2A3C1378E74700CA4076 /* iPhoneTest.h */, + 4B8B2A3D1378E74700CA4076 /* iPhoneTest.mm */, + 4B8B2A3E1378E74700CA4076 /* iPhoneTestEntries.mm */, + 4B8B2A3F1378E74700CA4076 /* TestEntriesViewController.h */, + 4B8B2A401378E74700CA4076 /* TestEntriesViewController.mm */, + ); + name = references; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -745,8 +763,13 @@ 49F2DADB13764ED6000B6B8C /* SPPoolObject.h in Headers */, 49F2DADD13764ED6000B6B8C /* SPUtils.h in Headers */, 49F2DADF13764ED6000B6B8C /* Sparrow.h in Headers */, - 49F2DAF213765004000B6B8C /* GLES-Render.h in Headers */, 49F2DB341376632E000B6B8C /* Unit.h in Headers */, + 4B8B2A411378E74700CA4076 /* Box2DAppDelegate.h in Headers */, + 4B8B2A431378E74700CA4076 /* Box2DView.h in Headers */, + 4B8B2A451378E74700CA4076 /* Delegates.h in Headers */, + 4B8B2A461378E74700CA4076 /* GLES-Render.h in Headers */, + 4B8B2A481378E74700CA4076 /* iPhoneTest.h in Headers */, + 4B8B2A4B1378E74700CA4076 /* TestEntriesViewController.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -878,8 +901,13 @@ 49F2DADA13764ED6000B6B8C /* SPNSExtensions.m in Sources */, 49F2DADC13764ED6000B6B8C /* SPPoolObject.m in Sources */, 49F2DADE13764ED6000B6B8C /* SPUtils.m in Sources */, - 49F2DAF313765004000B6B8C /* GLES-Render.mm in Sources */, 49F2DB351376632E000B6B8C /* Unit.m in Sources */, + 4B8B2A421378E74700CA4076 /* Box2DAppDelegate.mm in Sources */, + 4B8B2A441378E74700CA4076 /* Box2DView.mm in Sources */, + 4B8B2A471378E74700CA4076 /* GLES-Render.mm in Sources */, + 4B8B2A491378E74700CA4076 /* iPhoneTest.mm in Sources */, + 4B8B2A4A1378E74700CA4076 /* iPhoneTestEntries.mm in Sources */, + 4B8B2A4C1378E74700CA4076 /* TestEntriesViewController.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };