forked from cocos2d/cocos2d-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
4,680 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -834,6 +834,8 @@ | |
B603F1B51AC8FBFB00A9579C /* TerrainTest in Resources */ = {isa = PBXBuildFile; fileRef = B603F1B31AC8FBFB00A9579C /* TerrainTest */; }; | ||
B609E67319C18DAD003D0074 /* BillBoardTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B609E67119C18DAD003D0074 /* BillBoardTest.cpp */; }; | ||
B609E67419C18DAD003D0074 /* BillBoardTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B609E67119C18DAD003D0074 /* BillBoardTest.cpp */; }; | ||
B61E90CB1B12B74B00BE69EA /* NavMesh in Resources */ = {isa = PBXBuildFile; fileRef = B61E90CA1B12B74B00BE69EA /* NavMesh */; }; | ||
B61E90CC1B12B74B00BE69EA /* NavMesh in Resources */ = {isa = PBXBuildFile; fileRef = B61E90CA1B12B74B00BE69EA /* NavMesh */; }; | ||
B6337DF71ABA9B44005AEF24 /* PerformanceParticle3DTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6337DF51ABA9B44005AEF24 /* PerformanceParticle3DTest.cpp */; }; | ||
B6337DF81ABA9B44005AEF24 /* PerformanceParticle3DTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6337DF51ABA9B44005AEF24 /* PerformanceParticle3DTest.cpp */; }; | ||
B639932E1A490EC700B07923 /* Particle3DTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B639932C1A490EC700B07923 /* Particle3DTest.cpp */; }; | ||
|
@@ -844,6 +846,8 @@ | |
B6C039DA19C95D83007207DC /* LightTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6C039D719C95D83007207DC /* LightTest.cpp */; }; | ||
B6CAB54E1AF9AA6C00B9B856 /* Physics3DTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6CAB54C1AF9AA6C00B9B856 /* Physics3DTest.cpp */; }; | ||
B6CAB54F1AF9AA6C00B9B856 /* Physics3DTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6CAB54C1AF9AA6C00B9B856 /* Physics3DTest.cpp */; }; | ||
B6DD2FFC1B04979C00E47F5F /* NavMeshTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6DD2FFA1B04979C00E47F5F /* NavMeshTest.cpp */; }; | ||
B6DD2FFD1B04979C00E47F5F /* NavMeshTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6DD2FFA1B04979C00E47F5F /* NavMeshTest.cpp */; }; | ||
C04F935A1941B05400E9FEAB /* TileMapTest2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C04F93581941B05400E9FEAB /* TileMapTest2.cpp */; }; | ||
C04F935B1941B05400E9FEAB /* TileMapTest2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C04F93581941B05400E9FEAB /* TileMapTest2.cpp */; }; | ||
C08689C118D370C90093E810 /* background.caf in Resources */ = {isa = PBXBuildFile; fileRef = C08689C018D370C90093E810 /* background.caf */; }; | ||
|
@@ -1784,6 +1788,7 @@ | |
B603F1B31AC8FBFB00A9579C /* TerrainTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TerrainTest; path = "../tests/cpp-tests/Resources/TerrainTest"; sourceTree = "<group>"; }; | ||
B609E67119C18DAD003D0074 /* BillBoardTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BillBoardTest.cpp; path = BillBoardTest/BillBoardTest.cpp; sourceTree = "<group>"; }; | ||
B609E67219C18DAD003D0074 /* BillBoardTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BillBoardTest.h; path = BillBoardTest/BillBoardTest.h; sourceTree = "<group>"; }; | ||
B61E90CA1B12B74B00BE69EA /* NavMesh */ = {isa = PBXFileReference; lastKnownFileType = folder; name = NavMesh; path = "../tests/cpp-tests/Resources/NavMesh"; sourceTree = "<group>"; }; | ||
B6337DF51ABA9B44005AEF24 /* PerformanceParticle3DTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceParticle3DTest.cpp; sourceTree = "<group>"; }; | ||
B6337DF61ABA9B44005AEF24 /* PerformanceParticle3DTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceParticle3DTest.h; sourceTree = "<group>"; }; | ||
B639932C1A490EC700B07923 /* Particle3DTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Particle3DTest.cpp; path = Particle3DTest/Particle3DTest.cpp; sourceTree = "<group>"; }; | ||
|
@@ -1793,6 +1798,8 @@ | |
B6C039D819C95D83007207DC /* LightTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LightTest.h; path = LightTest/LightTest.h; sourceTree = "<group>"; }; | ||
B6CAB54C1AF9AA6C00B9B856 /* Physics3DTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Physics3DTest.cpp; path = Physics3DTest/Physics3DTest.cpp; sourceTree = "<group>"; }; | ||
B6CAB54D1AF9AA6C00B9B856 /* Physics3DTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Physics3DTest.h; path = Physics3DTest/Physics3DTest.h; sourceTree = "<group>"; }; | ||
B6DD2FFA1B04979C00E47F5F /* NavMeshTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NavMeshTest.cpp; path = NavMeshTest/NavMeshTest.cpp; sourceTree = "<group>"; }; | ||
B6DD2FFB1B04979C00E47F5F /* NavMeshTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NavMeshTest.h; path = NavMeshTest/NavMeshTest.h; sourceTree = "<group>"; }; | ||
C04F93581941B05400E9FEAB /* TileMapTest2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TileMapTest2.cpp; sourceTree = "<group>"; }; | ||
C04F93591941B05400E9FEAB /* TileMapTest2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TileMapTest2.h; sourceTree = "<group>"; }; | ||
C08689C018D370C90093E810 /* background.caf */ = {isa = PBXFileReference; lastKnownFileType = file; name = background.caf; path = "../tests/cpp-tests/Resources/background.caf"; sourceTree = "<group>"; }; | ||
|
@@ -2211,6 +2218,7 @@ | |
1AC3592418CECF0A00F37B72 /* Classes */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B6DD2FF91B04972B00E47F5F /* NavMeshTest */, | ||
B6CAB54B1AF9AA4B00B9B856 /* Physics3DTest */, | ||
5046AB471AF2A8D80060550B /* MaterialSystemTest */, | ||
6886696E1AE8E8A000C2CFD9 /* SpritePolygonTest */, | ||
|
@@ -3253,6 +3261,7 @@ | |
1AC35CA818CED83500F37B72 /* Resources */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B61E90CA1B12B74B00BE69EA /* NavMesh */, | ||
5046AB5A1AF2C4180060550B /* Materials */, | ||
B603F1B31AC8FBFB00A9579C /* TerrainTest */, | ||
B63993301A49359F00B07923 /* Particle3D */, | ||
|
@@ -4062,6 +4071,15 @@ | |
name = Physics3DTest; | ||
sourceTree = "<group>"; | ||
}; | ||
B6DD2FF91B04972B00E47F5F /* NavMeshTest */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B6DD2FFA1B04979C00E47F5F /* NavMeshTest.cpp */, | ||
B6DD2FFB1B04979C00E47F5F /* NavMeshTest.h */, | ||
); | ||
name = NavMeshTest; | ||
sourceTree = "<group>"; | ||
}; | ||
D0FD03611A3B543700825BB5 /* AllocatorTest */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
|
@@ -4273,6 +4291,11 @@ | |
isa = PBXProject; | ||
attributes = { | ||
LastUpgradeCheck = 0600; | ||
TargetAttributes = { | ||
1D6058900D05DD3D006BFB54 = { | ||
DevelopmentTeam = U7E7529TA5; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "cocos2d_tests" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
|
@@ -4567,6 +4590,7 @@ | |
1AC35CDE18CED84500F37B72 /* components in Resources */, | ||
1AC35D0818CED84500F37B72 /* TileMaps in Resources */, | ||
1AC35CE218CED84500F37B72 /* effect1.raw in Resources */, | ||
B61E90CB1B12B74B00BE69EA /* NavMesh in Resources */, | ||
1AC35CF218CED84500F37B72 /* Hello.png in Resources */, | ||
1AC35CA518CECF1E00F37B72 /* Icon.icns in Resources */, | ||
5046AB5B1AF2C4180060550B /* Materials in Resources */, | ||
|
@@ -4665,6 +4689,7 @@ | |
1AC35C8F18CECF1400F37B72 /* Icon-152.png in Resources */, | ||
1AC35CE718CED84500F37B72 /* effect2.ogg in Resources */, | ||
38FA2E77194AECF800FF2BE4 /* ActionTimeline in Resources */, | ||
B61E90CC1B12B74B00BE69EA /* NavMesh in Resources */, | ||
1AC35C9718CECF1400F37B72 /* Icon-80.png in Resources */, | ||
1AC35CEB18CED84500F37B72 /* fileLookup.plist in Resources */, | ||
527B1F3519EF9CF8000A1F82 /* [email protected] in Resources */, | ||
|
@@ -4957,6 +4982,7 @@ | |
1AC35BE718CECF0C00F37B72 /* CCControlScene.cpp in Sources */, | ||
B609E67319C18DAD003D0074 /* BillBoardTest.cpp in Sources */, | ||
292CF01419A1965E00E8E6A0 /* UIEditBoxTest.cpp in Sources */, | ||
B6DD2FFC1B04979C00E47F5F /* NavMeshTest.cpp in Sources */, | ||
D0FD03641A3B546400825BB5 /* AllocatorTest.cpp in Sources */, | ||
29080DBF191B595E0066F8DF /* UIPageViewTest_Editor.cpp in Sources */, | ||
1AC35B5F18CECF0C00F37B72 /* DataVisitorTest.cpp in Sources */, | ||
|
@@ -5267,6 +5293,7 @@ | |
1AC35BFC18CECF0C00F37B72 /* NotificationCenterTest.cpp in Sources */, | ||
29FBBBFF196A9ECD00E65826 /* CocostudioParserJsonTest.cpp in Sources */, | ||
1AC35C3618CECF0C00F37B72 /* PerformanceSpriteTest.cpp in Sources */, | ||
B6DD2FFD1B04979C00E47F5F /* NavMeshTest.cpp in Sources */, | ||
B6C039DA19C95D83007207DC /* LightTest.cpp in Sources */, | ||
1AC35C3C18CECF0C00F37B72 /* PerformanceTouchesTest.cpp in Sources */, | ||
29080DA2191B595E0066F8DF /* GUIEditorTest.cpp in Sources */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.