|
|
@@ -19,10 +19,12 @@
|
|
|
9223C4801F009428009A94D7 /* SpriteComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4761F009428009A94D7 /* SpriteComponent.cpp */; };
|
|
|
9223C48B1F0CA3CE009A94D7 /* MoveComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C48A1F0CA3CE009A94D7 /* MoveComponent.cpp */; };
|
|
|
9223C48F1F0CA67A009A94D7 /* Tile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C48D1F0CA67A009A94D7 /* Tile.cpp */; };
|
|
|
- 9223C4941F0CA766009A94D7 /* CollisionComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4901F0CA766009A94D7 /* CollisionComponent.cpp */; };
|
|
|
9223C4951F0CA766009A94D7 /* CircleComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4911F0CA766009A94D7 /* CircleComponent.cpp */; };
|
|
|
9223C4981F0DBD69009A94D7 /* Grid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9223C4961F0DBD69009A94D7 /* Grid.cpp */; };
|
|
|
92D324FB1B697389005A86C7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92D324FA1B697389005A86C7 /* CoreFoundation.framework */; };
|
|
|
+ 92E3918B1FE87D6000D8C362 /* AIState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391861FE87D6000D8C362 /* AIState.cpp */; };
|
|
|
+ 92E3918C1FE87D6000D8C362 /* AIComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E391881FE87D6000D8C362 /* AIComponent.cpp */; };
|
|
|
+ 92E3918D1FE87D6000D8C362 /* Search.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 92E3918A1FE87D6000D8C362 /* Search.cpp */; };
|
|
|
92E46E941B6353E50035CD21 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92E46E931B6353E50035CD21 /* OpenGL.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
@@ -50,13 +52,16 @@
|
|
|
9223C48C1F0CA3D4009A94D7 /* MoveComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MoveComponent.h; sourceTree = "<group>"; };
|
|
|
9223C48D1F0CA67A009A94D7 /* Tile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Tile.cpp; sourceTree = "<group>"; };
|
|
|
9223C48E1F0CA67A009A94D7 /* Tile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tile.h; sourceTree = "<group>"; };
|
|
|
- 9223C4901F0CA766009A94D7 /* CollisionComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CollisionComponent.cpp; sourceTree = "<group>"; };
|
|
|
9223C4911F0CA766009A94D7 /* CircleComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CircleComponent.cpp; sourceTree = "<group>"; };
|
|
|
- 9223C4921F0CA766009A94D7 /* CollisionComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionComponent.h; sourceTree = "<group>"; };
|
|
|
9223C4931F0CA766009A94D7 /* CircleComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CircleComponent.h; sourceTree = "<group>"; };
|
|
|
9223C4961F0DBD69009A94D7 /* Grid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Grid.cpp; sourceTree = "<group>"; };
|
|
|
9223C4971F0DBD69009A94D7 /* Grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grid.h; sourceTree = "<group>"; };
|
|
|
92D324FA1B697389005A86C7 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
|
|
+ 92E391861FE87D6000D8C362 /* AIState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AIState.cpp; sourceTree = "<group>"; };
|
|
|
+ 92E391871FE87D6000D8C362 /* AIComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AIComponent.h; sourceTree = "<group>"; };
|
|
|
+ 92E391881FE87D6000D8C362 /* AIComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AIComponent.cpp; sourceTree = "<group>"; };
|
|
|
+ 92E391891FE87D6000D8C362 /* AIState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AIState.h; sourceTree = "<group>"; };
|
|
|
+ 92E3918A1FE87D6000D8C362 /* Search.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Search.cpp; sourceTree = "<group>"; };
|
|
|
92E46DF71B634EA30035CD21 /* Game-mac */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Game-mac"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
92E46E931B6353E50035CD21 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
|
|
/* End PBXFileReference section */
|
|
|
@@ -79,14 +84,16 @@
|
|
|
children = (
|
|
|
9223C4681F009428009A94D7 /* Actor.cpp */,
|
|
|
9223C4691F009428009A94D7 /* Actor.h */,
|
|
|
+ 92E391881FE87D6000D8C362 /* AIComponent.cpp */,
|
|
|
+ 92E391871FE87D6000D8C362 /* AIComponent.h */,
|
|
|
+ 92E391861FE87D6000D8C362 /* AIState.cpp */,
|
|
|
+ 92E391891FE87D6000D8C362 /* AIState.h */,
|
|
|
9203E9F71F0F12FE00F9FFC2 /* Bullet.cpp */,
|
|
|
9203E9F81F0F12FE00F9FFC2 /* Bullet.h */,
|
|
|
9223C46E1F009428009A94D7 /* Component.cpp */,
|
|
|
9223C46F1F009428009A94D7 /* Component.h */,
|
|
|
9223C4911F0CA766009A94D7 /* CircleComponent.cpp */,
|
|
|
9223C4931F0CA766009A94D7 /* CircleComponent.h */,
|
|
|
- 9223C4901F0CA766009A94D7 /* CollisionComponent.cpp */,
|
|
|
- 9223C4921F0CA766009A94D7 /* CollisionComponent.h */,
|
|
|
9203E9F11F0DE24000F9FFC2 /* Enemy.cpp */,
|
|
|
9203E9F21F0DE24000F9FFC2 /* Enemy.h */,
|
|
|
9223C4671F009428009A94D7 /* Game.cpp */,
|
|
|
@@ -100,6 +107,7 @@
|
|
|
9223C48C1F0CA3D4009A94D7 /* MoveComponent.h */,
|
|
|
9203E9F41F0DF13600F9FFC2 /* NavComponent.cpp */,
|
|
|
9203E9F51F0DF13600F9FFC2 /* NavComponent.h */,
|
|
|
+ 92E3918A1FE87D6000D8C362 /* Search.cpp */,
|
|
|
9223C4761F009428009A94D7 /* SpriteComponent.cpp */,
|
|
|
9223C4771F009428009A94D7 /* SpriteComponent.h */,
|
|
|
9223C48D1F0CA67A009A94D7 /* Tile.cpp */,
|
|
|
@@ -146,7 +154,7 @@
|
|
|
92E46DEF1B634EA30035CD21 /* Project object */ = {
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
- LastUpgradeCheck = 0830;
|
|
|
+ LastUpgradeCheck = 0920;
|
|
|
ORGANIZATIONNAME = "Sanjay Madhav";
|
|
|
TargetAttributes = {
|
|
|
92E46DF61B634EA30035CD21 = {
|
|
|
@@ -154,7 +162,7 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
- buildConfigurationList = 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter5-mac" */;
|
|
|
+ buildConfigurationList = 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter04-mac" */;
|
|
|
compatibilityVersion = "Xcode 3.2";
|
|
|
developmentRegion = English;
|
|
|
hasScannedForEncodings = 0;
|
|
|
@@ -192,11 +200,11 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 9223C4941F0CA766009A94D7 /* CollisionComponent.cpp in Sources */,
|
|
|
9223C47D1F009428009A94D7 /* Main.cpp in Sources */,
|
|
|
9223C47E1F009428009A94D7 /* Math.cpp in Sources */,
|
|
|
9203E9F01F0DD69900F9FFC2 /* Tower.cpp in Sources */,
|
|
|
9223C4781F009428009A94D7 /* Game.cpp in Sources */,
|
|
|
+ 92E3918B1FE87D6000D8C362 /* AIState.cpp in Sources */,
|
|
|
9203E9F61F0DF13600F9FFC2 /* NavComponent.cpp in Sources */,
|
|
|
9223C4801F009428009A94D7 /* SpriteComponent.cpp in Sources */,
|
|
|
9223C48B1F0CA3CE009A94D7 /* MoveComponent.cpp in Sources */,
|
|
|
@@ -205,6 +213,8 @@
|
|
|
9203E9F91F0F12FE00F9FFC2 /* Bullet.cpp in Sources */,
|
|
|
9223C4951F0CA766009A94D7 /* CircleComponent.cpp in Sources */,
|
|
|
9223C47C1F009428009A94D7 /* Component.cpp in Sources */,
|
|
|
+ 92E3918C1FE87D6000D8C362 /* AIComponent.cpp in Sources */,
|
|
|
+ 92E3918D1FE87D6000D8C362 /* Search.cpp in Sources */,
|
|
|
9223C48F1F0CA67A009A94D7 /* Tile.cpp in Sources */,
|
|
|
9223C4981F0DBD69009A94D7 /* Grid.cpp in Sources */,
|
|
|
);
|
|
|
@@ -221,14 +231,20 @@
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
@@ -266,14 +282,20 @@
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_COMMA = YES;
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
@@ -356,7 +378,7 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
- 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter5-mac" */ = {
|
|
|
+ 92E46DF21B634EA30035CD21 /* Build configuration list for PBXProject "Chapter04-mac" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
92E46DFC1B634EA40035CD21 /* Debug */,
|