- Fixed up file loading (but then broke it again)
- Reworked preferences to use plist - Cleaned out the shareware code - More tweaks to the dialog engine - Edited dialog #869 (the choose prefab scenario dialog) to use new invisible button (type 6) and to remove the "Must be registered" lines. - Tweaked window size so that the startup screen fits within it. - More major refactoring work. - A few additions/alterations to boe.consts.h Current status: - Scenario editor: compiles and runs, but can't load a scenario - Character editor: don't know - Game: Doesn't even compile I wouldn't normally submit code that doesn't compile, but I have already made a lot of major changes in this revision. I will submit a version that compiles as soon as possible. git-svn-id: http://openexile.googlecode.com/svn/trunk@28 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -71,6 +71,16 @@
|
||||
91279D3E0F9D1D6A007B0D52 /* item.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279D3D0F9D1D6A007B0D52 /* item.cpp */; };
|
||||
91279D3F0F9D1D6A007B0D52 /* item.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279D3D0F9D1D6A007B0D52 /* item.cpp */; };
|
||||
91279D400F9D1D6A007B0D52 /* item.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279D3D0F9D1D6A007B0D52 /* item.cpp */; };
|
||||
913D005B0F9FEEC300184C18 /* porting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D005A0F9FEEC200184C18 /* porting.cpp */; };
|
||||
913D005C0F9FEEC300184C18 /* porting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D005A0F9FEEC200184C18 /* porting.cpp */; };
|
||||
913D005D0F9FEEC300184C18 /* porting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D005A0F9FEEC200184C18 /* porting.cpp */; };
|
||||
913D00860FA0021400184C18 /* dlgutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D00850FA0021400184C18 /* dlgutil.cpp */; };
|
||||
913D00870FA0021400184C18 /* dlgutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D00850FA0021400184C18 /* dlgutil.cpp */; };
|
||||
913D00880FA0021400184C18 /* dlgutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D00850FA0021400184C18 /* dlgutil.cpp */; };
|
||||
913D02690FA0EB0300184C18 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 913D02680FA0EB0300184C18 /* QuickTime.framework */; };
|
||||
913D026A0FA0EB0500184C18 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 913D02680FA0EB0300184C18 /* QuickTime.framework */; };
|
||||
913D026B0FA0EB0500184C18 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 913D02680FA0EB0300184C18 /* QuickTime.framework */; };
|
||||
913D026C0FA0EB0500184C18 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 913D02680FA0EB0300184C18 /* QuickTime.framework */; };
|
||||
91B3EF1E0F969C4B00BF5B67 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BF04DE80BF7A6FE006C0831 /* Carbon.framework */; };
|
||||
91B3EF1F0F969C9C00BF5B67 /* BoECharEd.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91B3EF110F969BD300BF5B67 /* BoECharEd.icns */; };
|
||||
91B3EF200F969C9C00BF5B67 /* bladespced.rsrc in Resources */ = {isa = PBXBuildFile; fileRef = 91B3EF120F969BD300BF5B67 /* bladespced.rsrc */; };
|
||||
@@ -129,7 +139,18 @@
|
||||
91E5C2080F9E48D900C21460 /* dlgtool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F0620F96D25200BF5B67 /* dlgtool.cpp */; };
|
||||
91E5C2090F9E48D900C21460 /* dlglowlevel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F09B0F97672700BF5B67 /* dlglowlevel.cpp */; };
|
||||
91E5C20A0F9E48D900C21460 /* dlgbtns.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 912798AE0F9CA636007B0D52 /* dlgbtns.cpp */; };
|
||||
91EBE8AB0F9A2BE1002356F2 /* scen.locutils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91EBE8AA0F9A2BE1002356F2 /* scen.locutils.cpp */; };
|
||||
91E5C7990F9F60EC00C21460 /* town.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7980F9F60EC00C21460 /* town.cpp */; };
|
||||
91E5C79A0F9F60EC00C21460 /* town.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7980F9F60EC00C21460 /* town.cpp */; };
|
||||
91E5C79B0F9F60EC00C21460 /* town.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7980F9F60EC00C21460 /* town.cpp */; };
|
||||
91E5C79E0F9F60FA00C21460 /* outdoors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C79D0F9F60FA00C21460 /* outdoors.cpp */; };
|
||||
91E5C79F0F9F60FA00C21460 /* outdoors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C79D0F9F60FA00C21460 /* outdoors.cpp */; };
|
||||
91E5C7A00F9F60FA00C21460 /* outdoors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C79D0F9F60FA00C21460 /* outdoors.cpp */; };
|
||||
91E5C7A70F9F615400C21460 /* fileio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7A60F9F615400C21460 /* fileio.cpp */; };
|
||||
91E5C7A80F9F615400C21460 /* fileio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7A60F9F615400C21460 /* fileio.cpp */; };
|
||||
91E5C7A90F9F615400C21460 /* fileio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7A60F9F615400C21460 /* fileio.cpp */; };
|
||||
91E5C7B80F9F619D00C21460 /* talking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7B70F9F619D00C21460 /* talking.cpp */; };
|
||||
91E5C7B90F9F619D00C21460 /* talking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7B70F9F619D00C21460 /* talking.cpp */; };
|
||||
91E5C7BA0F9F619D00C21460 /* talking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91E5C7B70F9F619D00C21460 /* talking.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -265,6 +286,11 @@
|
||||
91279CC60F9D1A02007B0D52 /* special.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = special.cpp; sourceTree = "<group>"; };
|
||||
91279D3C0F9D1D6A007B0D52 /* item.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = item.h; sourceTree = "<group>"; };
|
||||
91279D3D0F9D1D6A007B0D52 /* item.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = item.cpp; sourceTree = "<group>"; };
|
||||
913D00590F9FEEC200184C18 /* porting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = porting.h; path = misc/porting.h; sourceTree = "<group>"; };
|
||||
913D005A0F9FEEC200184C18 /* porting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = porting.cpp; path = misc/porting.cpp; sourceTree = "<group>"; };
|
||||
913D00840FA0021400184C18 /* dlgutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dlgutil.h; path = misc/dlgutil.h; sourceTree = "<group>"; };
|
||||
913D00850FA0021400184C18 /* dlgutil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dlgutil.cpp; path = misc/dlgutil.cpp; sourceTree = "<group>"; };
|
||||
913D02680FA0EB0300184C18 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/QuickTime.framework; sourceTree = DEVELOPER_DIR; };
|
||||
91B3E8A50F938FFE00BF5B67 /* boe.consts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = boe.consts.h; sourceTree = "<group>"; };
|
||||
91B3EED90F969BA700BF5B67 /* BoE Scenario Editor-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "BoE Scenario Editor-Info.plist"; path = "Scenario Editor/BoE Scenario Editor-Info.plist"; sourceTree = "<group>"; };
|
||||
91B3EEDA0F969BA700BF5B67 /* BOEScen.rsrc */ = {isa = PBXFileReference; lastKnownFileType = archive.rsrc; name = BOEScen.rsrc; path = "Scenario Editor/BOEScen.rsrc"; sourceTree = "<group>"; };
|
||||
@@ -325,6 +351,15 @@
|
||||
91D635AD0F90E7B500674AB3 /* valleydy.meg */ = {isa = PBXFileReference; lastKnownFileType = file; path = valleydy.meg; sourceTree = "<group>"; };
|
||||
91D635AE0F90E7B500674AB3 /* zakhazi.exs */ = {isa = PBXFileReference; lastKnownFileType = file; path = zakhazi.exs; sourceTree = "<group>"; };
|
||||
91D635AF0F90E7B500674AB3 /* zakhazi.meg */ = {isa = PBXFileReference; lastKnownFileType = file; path = zakhazi.meg; sourceTree = "<group>"; };
|
||||
91E5C5A10F9EACE200C21460 /* oldstructs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = oldstructs.h; sourceTree = "<group>"; };
|
||||
91E5C7970F9F60EC00C21460 /* town.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = town.h; sourceTree = "<group>"; };
|
||||
91E5C7980F9F60EC00C21460 /* town.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = town.cpp; sourceTree = "<group>"; };
|
||||
91E5C79C0F9F60FA00C21460 /* outdoors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = outdoors.h; sourceTree = "<group>"; };
|
||||
91E5C79D0F9F60FA00C21460 /* outdoors.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = outdoors.cpp; sourceTree = "<group>"; };
|
||||
91E5C7A50F9F615400C21460 /* fileio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fileio.h; path = misc/fileio.h; sourceTree = "<group>"; };
|
||||
91E5C7A60F9F615400C21460 /* fileio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fileio.cpp; path = misc/fileio.cpp; sourceTree = "<group>"; };
|
||||
91E5C7B60F9F619D00C21460 /* talking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = talking.h; sourceTree = "<group>"; };
|
||||
91E5C7B70F9F619D00C21460 /* talking.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = talking.cpp; sourceTree = "<group>"; };
|
||||
91EBE8AA0F9A2BE1002356F2 /* scen.locutils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = scen.locutils.cpp; path = "Scenario Editor/scen.locutils.cpp"; sourceTree = "<group>"; };
|
||||
91EBE8AC0F9A2BF2002356F2 /* scen.locutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scen.locutils.h; path = "Scenario Editor/scen.locutils.h"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
@@ -335,6 +370,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2BF04DE90BF7A6FE006C0831 /* Carbon.framework in Frameworks */,
|
||||
913D02690FA0EB0300184C18 /* QuickTime.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -343,6 +379,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
912793660F9C108D007B0D52 /* Carbon.framework in Frameworks */,
|
||||
913D026C0FA0EB0500184C18 /* QuickTime.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -351,6 +388,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
91B3EF1E0F969C4B00BF5B67 /* Carbon.framework in Frameworks */,
|
||||
913D026B0FA0EB0500184C18 /* QuickTime.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -359,6 +397,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
91B3EF5D0F969F3500BF5B67 /* Carbon.framework in Frameworks */,
|
||||
913D026A0FA0EB0500184C18 /* QuickTime.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -369,14 +408,14 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91279BAB0F9CFB18007B0D52 /* classes */,
|
||||
91B3F0FF0F97797200BF5B67 /* GrpSndTool */,
|
||||
91B3EF5F0F969F4900BF5B67 /* DlgTool */,
|
||||
91B3F0FF0F97797200BF5B67 /* tools */,
|
||||
91B3EF5E0F969F3D00BF5B67 /* ViewDlog */,
|
||||
91B3EF380F969E4A00BF5B67 /* Game */,
|
||||
91B3EEF90F969BBD00BF5B67 /* CharEd */,
|
||||
91B3EECD0F969B7000BF5B67 /* ScenEd */,
|
||||
91B3EF220F969CA300BF5B67 /* Files */,
|
||||
2BF04DE80BF7A6FE006C0831 /* Carbon.framework */,
|
||||
913D02680FA0EB0300184C18 /* QuickTime.framework */,
|
||||
2BF04AB30BF5187A006C0831 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
@@ -395,24 +434,79 @@
|
||||
91279BAB0F9CFB18007B0D52 /* classes */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91279BE00F9D0F73007B0D52 /* location.h */,
|
||||
91279BE10F9D0F73007B0D52 /* location.cpp */,
|
||||
91279C570F9D1253007B0D52 /* scenario.h */,
|
||||
91279C580F9D1253007B0D52 /* scenario.cpp */,
|
||||
91279C650F9D12D6007B0D52 /* terrain.h */,
|
||||
91279C660F9D12D6007B0D52 /* terrain.cpp */,
|
||||
91279C740F9D15E4007B0D52 /* vehicle.h */,
|
||||
91279C750F9D15E5007B0D52 /* vehicle.cpp */,
|
||||
91279CC00F9D19DA007B0D52 /* monster.h */,
|
||||
91279CC10F9D19DA007B0D52 /* monster.cpp */,
|
||||
91279CC50F9D1A02007B0D52 /* special.h */,
|
||||
91279CC60F9D1A02007B0D52 /* special.cpp */,
|
||||
91279D3C0F9D1D6A007B0D52 /* item.h */,
|
||||
91279D3D0F9D1D6A007B0D52 /* item.cpp */,
|
||||
913D03330FA0FFE800184C18 /* headers */,
|
||||
913D03320FA0FFE700184C18 /* src */,
|
||||
);
|
||||
name = classes;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
913D03320FA0FFE700184C18 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91279BE10F9D0F73007B0D52 /* location.cpp */,
|
||||
91279C580F9D1253007B0D52 /* scenario.cpp */,
|
||||
91279C660F9D12D6007B0D52 /* terrain.cpp */,
|
||||
91279C750F9D15E5007B0D52 /* vehicle.cpp */,
|
||||
91279CC10F9D19DA007B0D52 /* monster.cpp */,
|
||||
91279CC60F9D1A02007B0D52 /* special.cpp */,
|
||||
91279D3D0F9D1D6A007B0D52 /* item.cpp */,
|
||||
91E5C7980F9F60EC00C21460 /* town.cpp */,
|
||||
91E5C79D0F9F60FA00C21460 /* outdoors.cpp */,
|
||||
91E5C7B70F9F619D00C21460 /* talking.cpp */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
913D03330FA0FFE800184C18 /* headers */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91279BE00F9D0F73007B0D52 /* location.h */,
|
||||
91279C570F9D1253007B0D52 /* scenario.h */,
|
||||
91279C650F9D12D6007B0D52 /* terrain.h */,
|
||||
91279C740F9D15E4007B0D52 /* vehicle.h */,
|
||||
91279CC00F9D19DA007B0D52 /* monster.h */,
|
||||
91279CC50F9D1A02007B0D52 /* special.h */,
|
||||
91279D3C0F9D1D6A007B0D52 /* item.h */,
|
||||
91E5C5A10F9EACE200C21460 /* oldstructs.h */,
|
||||
91E5C7970F9F60EC00C21460 /* town.h */,
|
||||
91E5C79C0F9F60FA00C21460 /* outdoors.h */,
|
||||
91E5C7B60F9F619D00C21460 /* talking.h */,
|
||||
);
|
||||
name = headers;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
913D03340FA0FFFF00184C18 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91B3F10A0F9779C300BF5B67 /* graphtool.cpp */,
|
||||
91B3F10F0F9779D000BF5B67 /* soundtool.cpp */,
|
||||
91B3F11E0F97801F00BF5B67 /* mathutil.cpp */,
|
||||
91B3F0620F96D25200BF5B67 /* dlgtool.cpp */,
|
||||
91B3F09B0F97672700BF5B67 /* dlglowlevel.cpp */,
|
||||
912798AE0F9CA636007B0D52 /* dlgbtns.cpp */,
|
||||
91E5C7A60F9F615400C21460 /* fileio.cpp */,
|
||||
913D005A0F9FEEC200184C18 /* porting.cpp */,
|
||||
913D00850FA0021400184C18 /* dlgutil.cpp */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
913D03350FA1000200184C18 /* headers */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91B3F1090F9779C300BF5B67 /* graphtool.h */,
|
||||
91B3F10E0F9779D000BF5B67 /* soundtool.h */,
|
||||
91B3F11D0F97801F00BF5B67 /* mathutil.h */,
|
||||
91B3F0610F96D25200BF5B67 /* dlgtool.h */,
|
||||
91B3F0840F975D0E00BF5B67 /* dlgconsts.h */,
|
||||
91B3F09A0F97672700BF5B67 /* dlglowlevel.h */,
|
||||
91E5C7A50F9F615400C21460 /* fileio.h */,
|
||||
913D00590F9FEEC200184C18 /* porting.h */,
|
||||
913D00840FA0021400184C18 /* dlgutil.h */,
|
||||
);
|
||||
name = headers;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
91B3EECD0F969B7000BF5B67 /* ScenEd */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -541,30 +635,13 @@
|
||||
name = ViewDlog;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
91B3EF5F0F969F4900BF5B67 /* DlgTool */ = {
|
||||
91B3F0FF0F97797200BF5B67 /* tools */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91B3F0610F96D25200BF5B67 /* dlgtool.h */,
|
||||
91B3F0620F96D25200BF5B67 /* dlgtool.cpp */,
|
||||
91B3F0840F975D0E00BF5B67 /* dlgconsts.h */,
|
||||
91B3F09A0F97672700BF5B67 /* dlglowlevel.h */,
|
||||
91B3F09B0F97672700BF5B67 /* dlglowlevel.cpp */,
|
||||
912798AE0F9CA636007B0D52 /* dlgbtns.cpp */,
|
||||
913D03350FA1000200184C18 /* headers */,
|
||||
913D03340FA0FFFF00184C18 /* src */,
|
||||
);
|
||||
name = DlgTool;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
91B3F0FF0F97797200BF5B67 /* GrpSndTool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
91B3F1090F9779C300BF5B67 /* graphtool.h */,
|
||||
91B3F10A0F9779C300BF5B67 /* graphtool.cpp */,
|
||||
91B3F10E0F9779D000BF5B67 /* soundtool.h */,
|
||||
91B3F10F0F9779D000BF5B67 /* soundtool.cpp */,
|
||||
91B3F11D0F97801F00BF5B67 /* mathutil.h */,
|
||||
91B3F11E0F97801F00BF5B67 /* mathutil.cpp */,
|
||||
);
|
||||
name = GrpSndTool;
|
||||
name = tools;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
91D62F2C0F8EB7AB00674AB3 /* src */ = {
|
||||
@@ -833,6 +910,12 @@
|
||||
91279CC20F9D19DA007B0D52 /* monster.cpp in Sources */,
|
||||
91279CC70F9D1A02007B0D52 /* special.cpp in Sources */,
|
||||
91279D3E0F9D1D6A007B0D52 /* item.cpp in Sources */,
|
||||
91E5C79B0F9F60EC00C21460 /* town.cpp in Sources */,
|
||||
91E5C79F0F9F60FA00C21460 /* outdoors.cpp in Sources */,
|
||||
91E5C7A80F9F615400C21460 /* fileio.cpp in Sources */,
|
||||
91E5C7B90F9F619D00C21460 /* talking.cpp in Sources */,
|
||||
913D005B0F9FEEC300184C18 /* porting.cpp in Sources */,
|
||||
913D00860FA0021400184C18 /* dlgutil.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -872,6 +955,12 @@
|
||||
91279CC30F9D19DA007B0D52 /* monster.cpp in Sources */,
|
||||
91279CC80F9D1A02007B0D52 /* special.cpp in Sources */,
|
||||
91279D3F0F9D1D6A007B0D52 /* item.cpp in Sources */,
|
||||
91E5C79A0F9F60EC00C21460 /* town.cpp in Sources */,
|
||||
91E5C7A00F9F60FA00C21460 /* outdoors.cpp in Sources */,
|
||||
91E5C7A90F9F615400C21460 /* fileio.cpp in Sources */,
|
||||
91E5C7BA0F9F619D00C21460 /* talking.cpp in Sources */,
|
||||
913D005D0F9FEEC300184C18 /* porting.cpp in Sources */,
|
||||
913D00880FA0021400184C18 /* dlgutil.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -894,7 +983,6 @@
|
||||
91B3EF5A0F969F3000BF5B67 /* scen.btnmg.cpp in Sources */,
|
||||
91B3EF5B0F969F3000BF5B67 /* scen.dlgutil.cpp in Sources */,
|
||||
91B3F1850F97894A00BF5B67 /* scen.graphics.cpp in Sources */,
|
||||
91EBE8AB0F9A2BE1002356F2 /* scen.locutils.cpp in Sources */,
|
||||
91279BE40F9D0F73007B0D52 /* location.cpp in Sources */,
|
||||
91279C5B0F9D1253007B0D52 /* scenario.cpp in Sources */,
|
||||
91279C690F9D12D6007B0D52 /* terrain.cpp in Sources */,
|
||||
@@ -902,6 +990,12 @@
|
||||
91279CC40F9D19DA007B0D52 /* monster.cpp in Sources */,
|
||||
91279CC90F9D1A02007B0D52 /* special.cpp in Sources */,
|
||||
91279D400F9D1D6A007B0D52 /* item.cpp in Sources */,
|
||||
91E5C7990F9F60EC00C21460 /* town.cpp in Sources */,
|
||||
91E5C79E0F9F60FA00C21460 /* outdoors.cpp in Sources */,
|
||||
91E5C7A70F9F615400C21460 /* fileio.cpp in Sources */,
|
||||
91E5C7B80F9F619D00C21460 /* talking.cpp in Sources */,
|
||||
913D005C0F9FEEC300184C18 /* porting.cpp in Sources */,
|
||||
913D00870FA0021400184C18 /* dlgutil.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -994,8 +1088,15 @@
|
||||
2BF04AC50BF518D4006C0831 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = ppc;
|
||||
ARCHS = (
|
||||
i386,
|
||||
ppc,
|
||||
);
|
||||
COPY_PHASE_STRIP = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"",
|
||||
);
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
@@ -1021,8 +1122,15 @@
|
||||
2BF04AC60BF518D4006C0831 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = ppc;
|
||||
ARCHS = (
|
||||
i386,
|
||||
ppc,
|
||||
);
|
||||
COPY_PHASE_STRIP = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"",
|
||||
);
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
@@ -1106,6 +1214,7 @@
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
|
||||
"\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"",
|
||||
);
|
||||
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"";
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
@@ -1137,6 +1246,7 @@
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
|
||||
"\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"",
|
||||
);
|
||||
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"";
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
@@ -1169,6 +1279,7 @@
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
|
||||
"\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"",
|
||||
);
|
||||
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"";
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
@@ -1208,6 +1319,7 @@
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
|
||||
"\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"",
|
||||
);
|
||||
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"";
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
|
Reference in New Issue
Block a user