diff groupTrackKinect.xcodeproj/project.pbxproj @ 8:584ef20184f6

FIX: segv when too many users present - added test on user id; increased MAX_USERS to 16; changed window title to 'Melody Triangle Tracker'; ADDED: full screen option (key 'F'); ADDED: /randinit message between /birth and /start
author samer
date Wed, 15 Feb 2012 10:55:40 +0000
parents 2aa8ba4db20e
children
line wrap: on
line diff
--- a/groupTrackKinect.xcodeproj/project.pbxproj	Fri Feb 10 19:35:17 2012 +0000
+++ b/groupTrackKinect.xcodeproj/project.pbxproj	Wed Feb 15 10:55:40 2012 +0000
@@ -192,7 +192,6 @@
 		3078192D13028E5200D8873A /* ofxTrackedUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxTrackedUser.h; sourceTree = "<group>"; };
 		3078192E13028E5200D8873A /* ofxUserGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxUserGenerator.cpp; sourceTree = "<group>"; };
 		3078192F13028E5200D8873A /* ofxUserGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxUserGenerator.h; sourceTree = "<group>"; };
-		8917CAC513084E4600ACBF05 /* davy.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = davy.jpg; sourceTree = "<group>"; };
 		8917CAC813084E4600ACBF05 /* FeatureExtraction.ini */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = FeatureExtraction.ini; sourceTree = "<group>"; };
 		8917CAC913084E4600ACBF05 /* s.dat */ = {isa = PBXFileReference; lastKnownFileType = file; path = s.dat; sourceTree = "<group>"; };
 		8917CACA13084E4600ACBF05 /* modules.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = modules.xml; sourceTree = "<group>"; };
@@ -217,7 +216,6 @@
 		8917CADE13084E4600ACBF05 /* libXnVNite.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libXnVNite.dylib; sourceTree = "<group>"; };
 		8917CADF13084E4600ACBF05 /* libXnVCNite.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libXnVCNite.dylib; sourceTree = "<group>"; };
 		8917CAE013084E4600ACBF05 /* libXnDDK.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libXnDDK.dylib; sourceTree = "<group>"; };
-		8917CAE113084E4600ACBF05 /* emptyExampleDebug.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; path = emptyExampleDebug.app; sourceTree = "<group>"; };
 		89A1F59613082F7D00D71250 /* freeimage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = freeimage.a; sourceTree = "<group>"; };
 		89A1F59813082F7D00D71250 /* FreeImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FreeImage.h; sourceTree = "<group>"; };
 		89A1F59C13082F7D00D71250 /* GLee.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = GLee.a; sourceTree = "<group>"; };
@@ -460,9 +458,7 @@
 		8917CAC213084E4600ACBF05 /* bin */ = {
 			isa = PBXGroup;
 			children = (
-				E4B69E1C0A3A1BDC003C02F2 /* src */,
 				8917CAC313084E4600ACBF05 /* data */,
-				8917CAE113084E4600ACBF05 /* emptyExampleDebug.app */,
 			);
 			path = bin;
 			sourceTree = "<group>";
@@ -470,20 +466,11 @@
 		8917CAC313084E4600ACBF05 /* data */ = {
 			isa = PBXGroup;
 			children = (
-				8917CAC413084E4600ACBF05 /* images */,
 				8917CAC613084E4600ACBF05 /* openni */,
 			);
 			path = data;
 			sourceTree = "<group>";
 		};
-		8917CAC413084E4600ACBF05 /* images */ = {
-			isa = PBXGroup;
-			children = (
-				8917CAC513084E4600ACBF05 /* davy.jpg */,
-			);
-			path = images;
-			sourceTree = "<group>";
-		};
 		8917CAC613084E4600ACBF05 /* openni */ = {
 			isa = PBXGroup;
 			children = (
@@ -872,6 +859,7 @@
 			children = (
 				E4B69B5B0A3A1756003C02F2 /* IdyomTracker.app */,
 				E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
+				E4B69E1C0A3A1BDC003C02F2 /* src */,
 				8917CAC213084E4600ACBF05 /* bin */,
 				E4C2422310CC54B6004149E2 /* openFrameworks */,
 				BB4B014C10F69532006C3DED /* addons */,
@@ -887,7 +875,7 @@
 				E4B69E1F0A3A1BDC003C02F2 /* testApp.h */,
 			);
 			path = src;
-			sourceTree = SOURCE_ROOT;
+			sourceTree = "<group>";
 		};
 		E4C2421710CC549C004149E2 /* Products */ = {
 			isa = PBXGroup;