- LED groups now trigger their own click handler in addition to the clicked LED's click handler (provided the latter returns true). If the handler returns false, the click has no effect. - LED groups now cancel the selection change if their focus handler returns false; this mimics the behaviour when an individual LED's focus handler returns false. - Move the dialog getResult() definitions inline - since there's only two of them now that I'm using boost::any, having them in a separate file is pointless. - Changed how the pict choice dialog returns its result - now it returns only whether the user clicked cancel and provides getters to obtain the number and type. - Pict and string choice dialogs now hide the arrow buttons when there is only one page of options. - Fix pict choice dialog always returning the initially selected value (similar to how the string choice dialog did before I fixed it) - When passed an invalid starting selection, the pict choice dialog now always starts with the first icon selected - Fix wrong bounds for several typs of custom graphics in dialogs - Fix wrong /source/ bounds for custom 28x36 graphics /everywhere in the game/. - Fix select PC graphic dialog having a second page with an invalid graphic that can be selected.
2869 lines
208 KiB
Plaintext
2869 lines
208 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 42;
|
|
objects = {
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
912CF3570FE4494C0063B614 /* Common Data Files */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = 912CF36F0FE44A2A0063B614 /* Build configuration list for PBXAggregateTarget "Common Data Files" */;
|
|
buildPhases = (
|
|
91A0B15F1900FFDA00EF438F /* Copy Shaders */,
|
|
912CF3560FE4494C0063B614 /* Copy Scenarios */,
|
|
91ACCE6218FFB5F300FAEF8B /* Copy Base Scenarios */,
|
|
912CF36D0FE44A2A0063B614 /* Copy Mac Graphics */,
|
|
912CF36E0FE44A2A0063B614 /* Copy Mac Cursors */,
|
|
914B2B3118E80030007B6799 /* Copy Mac Sounds */,
|
|
9192C13918F32E6E0088A580 /* Copy Strings */,
|
|
914701A618F62A52008A6DC9 /* Copy Fonts */,
|
|
914B2BB718E8BF99007B6799 /* Validate Dialog Definitions */,
|
|
914B2B9518E8008A007B6799 /* Copy Dialog Definitions */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Common Data Files";
|
|
productName = "Common Data Files";
|
|
};
|
|
91EBE9DA0F9A33A1002356F2 /* All */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = 91EBE9F70F9A33D1002356F2 /* Build configuration list for PBXAggregateTarget "All" */;
|
|
buildPhases = (
|
|
);
|
|
dependencies = (
|
|
91EBE9DE0F9A33A6002356F2 /* PBXTargetDependency */,
|
|
91EBE9E00F9A33A8002356F2 /* PBXTargetDependency */,
|
|
91EBE9E20F9A33AC002356F2 /* PBXTargetDependency */,
|
|
);
|
|
name = All;
|
|
productName = All;
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
2BF04B0B0BF51924006C0831 /* boe.main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04ACB0BF51923006C0831 /* boe.main.cpp */; };
|
|
2BF04B0C0BF51924006C0831 /* boe.graphutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04ACD0BF51923006C0831 /* boe.graphutil.cpp */; };
|
|
2BF04B0E0BF51924006C0831 /* boe.fileio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AD10BF51923006C0831 /* boe.fileio.cpp */; };
|
|
2BF04B100BF51924006C0831 /* boe.townspec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AD50BF51923006C0831 /* boe.townspec.cpp */; };
|
|
2BF04B1C0BF51924006C0831 /* boe.combat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AE60BF51924006C0831 /* boe.combat.cpp */; };
|
|
2BF04B1D0BF51924006C0831 /* boe.dlgutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AE80BF51924006C0831 /* boe.dlgutil.cpp */; };
|
|
2BF04B200BF51924006C0831 /* boe.fields.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AEE0BF51924006C0831 /* boe.fields.cpp */; };
|
|
2BF04B230BF51924006C0831 /* boe.infodlg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AF40BF51924006C0831 /* boe.infodlg.cpp */; };
|
|
2BF04B240BF51924006C0831 /* boe.itemdata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AF60BF51924006C0831 /* boe.itemdata.cpp */; };
|
|
2BF04B250BF51924006C0831 /* boe.items.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AF80BF51924006C0831 /* boe.items.cpp */; };
|
|
2BF04B260BF51924006C0831 /* boe.locutils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AFA0BF51924006C0831 /* boe.locutils.cpp */; };
|
|
2BF04B270BF51924006C0831 /* boe.monster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AFC0BF51924006C0831 /* boe.monster.cpp */; };
|
|
2BF04B280BF51924006C0831 /* boe.newgraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AFE0BF51924006C0831 /* boe.newgraph.cpp */; };
|
|
2BF04B290BF51924006C0831 /* boe.party.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04B000BF51924006C0831 /* boe.party.cpp */; };
|
|
2BF04B2B0BF51924006C0831 /* boe.specials.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04B030BF51924006C0831 /* boe.specials.cpp */; };
|
|
2BF04B2C0BF51924006C0831 /* boe.startup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04B050BF51924006C0831 /* boe.startup.cpp */; };
|
|
2BF04B2D0BF51924006C0831 /* boe.text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04B070BF51924006C0831 /* boe.text.cpp */; };
|
|
2BF04B2E0BF51924006C0831 /* boe.town.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04B090BF51924006C0831 /* boe.town.cpp */; };
|
|
9107074C18F1D18400F7BD7F /* scrollbar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9191460018E63D8E005CF3A4 /* scrollbar.cpp */; };
|
|
9107074D18F1D18400F7BD7F /* scrollbar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9191460018E63D8E005CF3A4 /* scrollbar.cpp */; };
|
|
9107074E18F1D18500F7BD7F /* scrollbar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9191460018E63D8E005CF3A4 /* scrollbar.cpp */; };
|
|
912283C90FD0E16C00B21642 /* undo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 912283C80FD0E16C00B21642 /* undo.cpp */; };
|
|
912286F80FD330E500B21642 /* dlogutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBADA0FB91D2A001E34EA /* dlogutil.cpp */; };
|
|
912286F90FD330EA00B21642 /* button.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA890FB8EC57001E34EA /* button.cpp */; };
|
|
912286FA0FD330EA00B21642 /* control.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA3C0FB8DA8E001E34EA /* control.cpp */; };
|
|
912286FB0FD330EB00B21642 /* dialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA180FB8BECA001E34EA /* dialog.cpp */; };
|
|
912286FC0FD330EB00B21642 /* dlogutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBADA0FB91D2A001E34EA /* dlogutil.cpp */; };
|
|
912286FD0FD330EC00B21642 /* field.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAB50FB91A26001E34EA /* field.cpp */; };
|
|
912286FE0FD330EC00B21642 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAB90FB91ADB001E34EA /* message.cpp */; };
|
|
912286FF0FD330ED00B21642 /* pict.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAA90FB8F733001E34EA /* pict.cpp */; };
|
|
912287000FD330F100B21642 /* button.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA890FB8EC57001E34EA /* button.cpp */; };
|
|
912287010FD330F100B21642 /* control.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA3C0FB8DA8E001E34EA /* control.cpp */; };
|
|
912287020FD330F200B21642 /* dialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA180FB8BECA001E34EA /* dialog.cpp */; };
|
|
912287030FD330F200B21642 /* dlogutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBADA0FB91D2A001E34EA /* dlogutil.cpp */; };
|
|
912287040FD330F300B21642 /* field.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAB50FB91A26001E34EA /* field.cpp */; };
|
|
912287050FD330F300B21642 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAB90FB91ADB001E34EA /* message.cpp */; };
|
|
912287060FD330F300B21642 /* pict.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAA90FB8F733001E34EA /* pict.cpp */; };
|
|
9127903E0F9B7F49007B0D52 /* boe.actions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04ACF0BF51923006C0831 /* boe.actions.cpp */; };
|
|
9127903F0F9B7F50007B0D52 /* boe.graphics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2BF04AD30BF51923006C0831 /* boe.graphics.cpp */; };
|
|
91279BAE0F9CFCBA007B0D52 /* boescenario.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91279BAD0F9CFCBA007B0D52 /* boescenario.icns */; };
|
|
91279BB60F9D03B7007B0D52 /* boesave.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91279BB30F9D03B6007B0D52 /* boesave.icns */; };
|
|
91279BB70F9D03B7007B0D52 /* boesounds.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91279BB40F9D03B7007B0D52 /* boesounds.icns */; };
|
|
91279BB80F9D03B7007B0D52 /* boegraphics.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91279BB50F9D03B7007B0D52 /* boegraphics.icns */; };
|
|
91279BE20F9D0F73007B0D52 /* location.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279BE10F9D0F73007B0D52 /* location.cpp */; };
|
|
91279BE30F9D0F73007B0D52 /* location.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279BE10F9D0F73007B0D52 /* location.cpp */; };
|
|
91279BE40F9D0F73007B0D52 /* location.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279BE10F9D0F73007B0D52 /* location.cpp */; };
|
|
91279C590F9D1253007B0D52 /* scenario.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C580F9D1253007B0D52 /* scenario.cpp */; };
|
|
91279C5A0F9D1253007B0D52 /* scenario.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C580F9D1253007B0D52 /* scenario.cpp */; };
|
|
91279C5B0F9D1253007B0D52 /* scenario.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C580F9D1253007B0D52 /* scenario.cpp */; };
|
|
91279C670F9D12D6007B0D52 /* terrain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C660F9D12D6007B0D52 /* terrain.cpp */; };
|
|
91279C680F9D12D6007B0D52 /* terrain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C660F9D12D6007B0D52 /* terrain.cpp */; };
|
|
91279C690F9D12D6007B0D52 /* terrain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C660F9D12D6007B0D52 /* terrain.cpp */; };
|
|
91279C760F9D15E5007B0D52 /* vehicle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C750F9D15E5007B0D52 /* vehicle.cpp */; };
|
|
91279C770F9D15E5007B0D52 /* vehicle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C750F9D15E5007B0D52 /* vehicle.cpp */; };
|
|
91279C780F9D15E5007B0D52 /* vehicle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279C750F9D15E5007B0D52 /* vehicle.cpp */; };
|
|
91279CC20F9D19DA007B0D52 /* monster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279CC10F9D19DA007B0D52 /* monster.cpp */; };
|
|
91279CC30F9D19DA007B0D52 /* monster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279CC10F9D19DA007B0D52 /* monster.cpp */; };
|
|
91279CC40F9D19DA007B0D52 /* monster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279CC10F9D19DA007B0D52 /* monster.cpp */; };
|
|
91279CC70F9D1A02007B0D52 /* special.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279CC60F9D1A02007B0D52 /* special.cpp */; };
|
|
91279CC80F9D1A02007B0D52 /* special.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279CC60F9D1A02007B0D52 /* special.cpp */; };
|
|
91279CC90F9D1A02007B0D52 /* special.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91279CC60F9D1A02007B0D52 /* special.cpp */; };
|
|
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 */; };
|
|
912CF3600FE449900063B614 /* busywork.exs in Copy Scenarios */ = {isa = PBXBuildFile; fileRef = 9122832D0FCF6C7200B21642 /* busywork.exs */; };
|
|
912CF3610FE449900063B614 /* stealth.exs in Copy Scenarios */ = {isa = PBXBuildFile; fileRef = 91D635AA0F90E7B500674AB3 /* stealth.exs */; };
|
|
912CF3620FE449900063B614 /* stealth.meg in Copy Scenarios */ = {isa = PBXBuildFile; fileRef = 91D635AB0F90E7B500674AB3 /* stealth.meg */; };
|
|
912CF3630FE449900063B614 /* valleydy.exs in Copy Scenarios */ = {isa = PBXBuildFile; fileRef = 91D635AC0F90E7B500674AB3 /* valleydy.exs */; };
|
|
912CF3640FE449900063B614 /* valleydy.meg in Copy Scenarios */ = {isa = PBXBuildFile; fileRef = 91D635AD0F90E7B500674AB3 /* valleydy.meg */; };
|
|
912CF3650FE449900063B614 /* zakhazi.exs in Copy Scenarios */ = {isa = PBXBuildFile; fileRef = 91D635AE0F90E7B500674AB3 /* zakhazi.exs */; };
|
|
912CF3660FE449900063B614 /* zakhazi.meg in Copy Scenarios */ = {isa = PBXBuildFile; fileRef = 91D635AF0F90E7B500674AB3 /* zakhazi.meg */; };
|
|
912CF4140FE44AAF0063B614 /* actionhelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF37F0FE44A9B0063B614 /* actionhelp.png */; };
|
|
912CF4150FE44AAF0063B614 /* bigscenpics.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3800FE44A9B0063B614 /* bigscenpics.png */; };
|
|
912CF4160FE44AAF0063B614 /* booms.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3810FE44A9B0063B614 /* booms.png */; };
|
|
912CF4170FE44AAF0063B614 /* buttons.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3820FE44A9B0063B614 /* buttons.png */; };
|
|
912CF4180FE44AAF0063B614 /* dlgbtnred.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF39C0FE44A9B0063B614 /* dlgbtnred.png */; };
|
|
912CF4190FE44AAF0063B614 /* dlogbtnhelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF39D0FE44A9B0063B614 /* dlogbtnhelp.png */; };
|
|
912CF41A0FE44AAF0063B614 /* dlogbtnled.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF39E0FE44A9B0063B614 /* dlogbtnled.png */; };
|
|
912CF41B0FE44AAF0063B614 /* dlogbtnlg.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF39F0FE44A9B0063B614 /* dlogbtnlg.png */; };
|
|
912CF41C0FE44AAF0063B614 /* dlogbtnmed.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A00FE44A9B0063B614 /* dlogbtnmed.png */; };
|
|
912CF41D0FE44AAF0063B614 /* dlogbtnsm.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A10FE44A9B0063B614 /* dlogbtnsm.png */; };
|
|
912CF41E0FE44AAF0063B614 /* dlogbtntall.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A20FE44A9B0063B614 /* dlogbtntall.png */; };
|
|
912CF41F0FE44AAF0063B614 /* dlogpics.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A30FE44A9B0063B614 /* dlogpics.png */; };
|
|
912CF4200FE44AAF0063B614 /* edbuttons.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A40FE44A9B0063B614 /* edbuttons.png */; };
|
|
912CF4210FE44AAF0063B614 /* edsplash.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A50FE44A9B0063B614 /* edsplash.png */; };
|
|
912CF4220FE44AAF0063B614 /* fields.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A60FE44A9B0063B614 /* fields.png */; };
|
|
912CF4230FE44AAF0063B614 /* fighthelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A70FE44A9B0063B614 /* fighthelp.png */; };
|
|
912CF4240FE44AAF0063B614 /* invenbtns.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A80FE44A9B0063B614 /* invenbtns.png */; };
|
|
912CF4250FE44AAF0063B614 /* invenhelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3A90FE44A9B0063B614 /* invenhelp.png */; };
|
|
912CF4260FE44AAF0063B614 /* inventory.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3AA0FE44A9B0063B614 /* inventory.png */; };
|
|
912CF4270FE44AAF0063B614 /* mapOLD.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3AB0FE44A9B0063B614 /* mapOLD.png */; };
|
|
912CF4280FE44AAF0063B614 /* missiles.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3AC0FE44A9B0063B614 /* missiles.png */; };
|
|
912CF4290FE44AAF0063B614 /* monst1.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3AD0FE44A9B0063B614 /* monst1.png */; };
|
|
912CF42A0FE44AAF0063B614 /* monst10.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3AE0FE44A9B0063B614 /* monst10.png */; };
|
|
912CF42B0FE44AAF0063B614 /* monst11.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3AF0FE44A9B0063B614 /* monst11.png */; };
|
|
912CF42C0FE44AAF0063B614 /* monst2.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B00FE44A9B0063B614 /* monst2.png */; };
|
|
912CF42D0FE44AAF0063B614 /* monst3.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B10FE44A9B0063B614 /* monst3.png */; };
|
|
912CF42E0FE44AAF0063B614 /* monst4.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B20FE44A9B0063B614 /* monst4.png */; };
|
|
912CF42F0FE44AAF0063B614 /* monst5.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B30FE44A9B0063B614 /* monst5.png */; };
|
|
912CF4300FE44AAF0063B614 /* monst6.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B40FE44A9B0063B614 /* monst6.png */; };
|
|
912CF4310FE44AAF0063B614 /* monst7.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B50FE44A9B0063B614 /* monst7.png */; };
|
|
912CF4320FE44AAF0063B614 /* monst8.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B60FE44A9B0063B614 /* monst8.png */; };
|
|
912CF4330FE44AAF0063B614 /* monst9.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B70FE44A9B0063B614 /* monst9.png */; };
|
|
912CF4340FE44AAF0063B614 /* objects.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B80FE44A9B0063B614 /* objects.png */; };
|
|
912CF4350FE44AAF0063B614 /* outhelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3B90FE44A9B0063B614 /* outhelp.png */; };
|
|
912CF4360FE44AAF0063B614 /* pcedbuttons.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3BA0FE44A9B0063B614 /* pcedbuttons.png */; };
|
|
912CF4370FE44AAF0063B614 /* pcedtitle.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3BB0FE44A9B0063B614 /* pcedtitle.png */; };
|
|
912CF4380FE44AAF0063B614 /* pcs.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3BC0FE44A9B0063B614 /* pcs.png */; };
|
|
912CF4390FE44AAF0063B614 /* pixpats.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3BD0FE44A9B0063B614 /* pixpats.png */; };
|
|
912CF43A0FE44AAF0063B614 /* scenpics.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3BE0FE44A9B0063B614 /* scenpics.png */; };
|
|
912CF43B0FE44AAF0063B614 /* spidlogo.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3BF0FE44A9B0063B614 /* spidlogo.png */; };
|
|
912CF43C0FE44AAF0063B614 /* startanim.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C00FE44A9B0063B614 /* startanim.png */; };
|
|
912CF43D0FE44AAF0063B614 /* startbut.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C10FE44A9B0063B614 /* startbut.png */; };
|
|
912CF43E0FE44AAF0063B614 /* startsplash.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C20FE44A9B0063B614 /* startsplash.png */; };
|
|
912CF43F0FE44AAF0063B614 /* startup.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C30FE44A9B0063B614 /* startup.png */; };
|
|
912CF4400FE44AAF0063B614 /* statarea.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C40FE44A9B0063B614 /* statarea.png */; };
|
|
912CF4410FE44AAF0063B614 /* stathelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C50FE44A9B0063B614 /* stathelp.png */; };
|
|
912CF4420FE44AAF0063B614 /* staticonhelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C60FE44A9B0063B614 /* staticonhelp.png */; };
|
|
912CF4430FE44AAF0063B614 /* staticons.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C70FE44A9B0063B614 /* staticons.png */; };
|
|
912CF4440FE44AAF0063B614 /* talkportraits.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C80FE44A9B0063B614 /* talkportraits.png */; };
|
|
912CF4450FE44AAF0063B614 /* ter1.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3C90FE44A9B0063B614 /* ter1.png */; };
|
|
912CF4460FE44AAF0063B614 /* ter2.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3CA0FE44A9B0063B614 /* ter2.png */; };
|
|
912CF4470FE44AAF0063B614 /* ter3.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3CB0FE44A9B0063B614 /* ter3.png */; };
|
|
912CF4480FE44AAF0063B614 /* ter4.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3CC0FE44A9B0063B614 /* ter4.png */; };
|
|
912CF4490FE44AAF0063B614 /* ter5.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3CD0FE44A9B0063B614 /* ter5.png */; };
|
|
912CF44A0FE44AAF0063B614 /* ter6.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3CE0FE44A9B0063B614 /* ter6.png */; };
|
|
912CF44B0FE44AAF0063B614 /* ter7.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3CF0FE44A9B0063B614 /* ter7.png */; };
|
|
912CF44C0FE44AAF0063B614 /* ter8.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D00FE44A9B0063B614 /* ter8.png */; };
|
|
912CF44D0FE44AAF0063B614 /* teranim.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D10FE44A9B0063B614 /* teranim.png */; };
|
|
912CF44E0FE44AAF0063B614 /* termap.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D20FE44A9B0063B614 /* termap.png */; };
|
|
912CF44F0FE44AAF0063B614 /* terscreen.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D30FE44A9B0063B614 /* terscreen.png */; };
|
|
912CF4500FE44AAF0063B614 /* textbar.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D40FE44A9B0063B614 /* textbar.png */; };
|
|
912CF4510FE44AAF0063B614 /* tinyobj.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D50FE44A9B0063B614 /* tinyobj.png */; };
|
|
912CF4520FE44AAF0063B614 /* townhelp.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D60FE44A9B0063B614 /* townhelp.png */; };
|
|
912CF4530FE44AAF0063B614 /* transcript.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D70FE44A9B0063B614 /* transcript.png */; };
|
|
912CF4540FE44AAF0063B614 /* trim.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D80FE44A9B0063B614 /* trim.png */; };
|
|
912CF4550FE44AAF0063B614 /* vehicle.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 912CF3D90FE44A9B0063B614 /* vehicle.png */; };
|
|
912CF4560FE44AC20063B614 /* boot.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3840FE44A9B0063B614 /* boot.gif */; };
|
|
912CF4570FE44AC20063B614 /* bottomright.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3850FE44A9B0063B614 /* bottomright.gif */; };
|
|
912CF4580FE44AC20063B614 /* brush.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3860FE44A9B0063B614 /* brush.gif */; };
|
|
912CF4590FE44AC20063B614 /* drop.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3870FE44A9B0063B614 /* drop.gif */; };
|
|
912CF45A0FE44AC20063B614 /* E.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3880FE44A9B0063B614 /* E.gif */; };
|
|
912CF45B0FE44AC20063B614 /* eraser.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3890FE44A9B0063B614 /* eraser.gif */; };
|
|
912CF45C0FE44AC20063B614 /* eyedropper.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF38A0FE44A9B0063B614 /* eyedropper.gif */; };
|
|
912CF45D0FE44AC20063B614 /* hand.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF38B0FE44A9B0063B614 /* hand.gif */; };
|
|
912CF45E0FE44AC20063B614 /* key.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF38C0FE44A9B0063B614 /* key.gif */; };
|
|
912CF45F0FE44AC20063B614 /* look.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF38D0FE44A9B0063B614 /* look.gif */; };
|
|
912CF4600FE44AC20063B614 /* N.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF38E0FE44A9B0063B614 /* N.gif */; };
|
|
912CF4610FE44AC20063B614 /* NE.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF38F0FE44A9B0063B614 /* NE.gif */; };
|
|
912CF4620FE44AC20063B614 /* NW.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3900FE44A9B0063B614 /* NW.gif */; };
|
|
912CF4630FE44AC20063B614 /* S.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3910FE44A9B0063B614 /* S.gif */; };
|
|
912CF4640FE44AC20063B614 /* SE.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3920FE44A9B0063B614 /* SE.gif */; };
|
|
912CF4650FE44AC20063B614 /* spraycan.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3930FE44A9B0063B614 /* spraycan.gif */; };
|
|
912CF4660FE44AC20063B614 /* SW.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3940FE44A9B0063B614 /* SW.gif */; };
|
|
912CF4670FE44AC20063B614 /* sword.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3950FE44A9B0063B614 /* sword.gif */; };
|
|
912CF4680FE44AC20063B614 /* talk.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3960FE44A9B0063B614 /* talk.gif */; };
|
|
912CF4690FE44AC20063B614 /* target.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3970FE44A9B0063B614 /* target.gif */; };
|
|
912CF46A0FE44AC20063B614 /* topleft.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3980FE44A9B0063B614 /* topleft.gif */; };
|
|
912CF46B0FE44AC20063B614 /* W.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF3990FE44A9B0063B614 /* W.gif */; };
|
|
912CF46C0FE44AC20063B614 /* wait.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF39A0FE44A9B0063B614 /* wait.gif */; };
|
|
912CF46D0FE44AC20063B614 /* wand.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 912CF39B0FE44A9B0063B614 /* wand.gif */; };
|
|
912DFE8F18E2872400B00D75 /* boe.menus.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 912DFE8E18E2872300B00D75 /* boe.menus.mac.mm */; };
|
|
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 */; };
|
|
913D05B60FA1E9E300184C18 /* party.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D05B50FA1E9E300184C18 /* party.cpp */; };
|
|
913D05B70FA1E9E300184C18 /* party.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D05B50FA1E9E300184C18 /* party.cpp */; };
|
|
913D05B80FA1E9E300184C18 /* party.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D05B50FA1E9E300184C18 /* party.cpp */; };
|
|
913D05BC0FA1EA0A00184C18 /* pc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D05BB0FA1EA0A00184C18 /* pc.cpp */; };
|
|
913D05BD0FA1EA0A00184C18 /* pc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D05BB0FA1EA0A00184C18 /* pc.cpp */; };
|
|
913D05BE0FA1EA0A00184C18 /* pc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 913D05BB0FA1EA0A00184C18 /* pc.cpp */; };
|
|
913D6C050FC57A8E00E12527 /* boeresources.icns in Resources */ = {isa = PBXBuildFile; fileRef = 913D6C040FC57A8E00E12527 /* boeresources.icns */; };
|
|
914701A718F62ABF008A6DC9 /* dungeon.ttf in Copy Fonts */ = {isa = PBXBuildFile; fileRef = 914701A418F629D4008A6DC9 /* dungeon.ttf */; };
|
|
914701A818F62AC0008A6DC9 /* maidenword.ttf in Copy Fonts */ = {isa = PBXBuildFile; fileRef = 914701A518F629D4008A6DC9 /* maidenword.ttf */; };
|
|
914B2AA318E7E507007B6799 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AA118E7E500007B6799 /* Cocoa.framework */; };
|
|
914B2AA418E7E509007B6799 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AA118E7E500007B6799 /* Cocoa.framework */; };
|
|
914B2AA518E7E50A007B6799 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AA118E7E500007B6799 /* Cocoa.framework */; };
|
|
914B2AA618E7E50D007B6799 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AA218E7E500007B6799 /* OpenGL.framework */; };
|
|
914B2AA718E7E50E007B6799 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AA218E7E500007B6799 /* OpenGL.framework */; };
|
|
914B2AA818E7E50E007B6799 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AA218E7E500007B6799 /* OpenGL.framework */; };
|
|
914B2ABF18E7E543007B6799 /* sndfile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AAE18E7E529007B6799 /* sndfile.framework */; };
|
|
914B2AC018E7E544007B6799 /* sndfile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AAE18E7E529007B6799 /* sndfile.framework */; };
|
|
914B2AC118E7E544007B6799 /* sndfile.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AAE18E7E529007B6799 /* sndfile.framework */; };
|
|
914B2AC618E7E6EB007B6799 /* winutil.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 919145FF18E63B70005CF3A4 /* winutil.mac.mm */; };
|
|
914B2B3218E8005B007B6799 /* SND1.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ACC18E7FFEF007B6799 /* SND1.WAV */; };
|
|
914B2B3318E8005B007B6799 /* SND10.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ACD18E7FFEF007B6799 /* SND10.WAV */; };
|
|
914B2B3418E8005B007B6799 /* SND11.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ACE18E7FFEF007B6799 /* SND11.WAV */; };
|
|
914B2B3518E8005B007B6799 /* SND12.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ACF18E7FFEF007B6799 /* SND12.WAV */; };
|
|
914B2B3618E8005B007B6799 /* SND13.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD018E7FFEF007B6799 /* SND13.WAV */; };
|
|
914B2B3718E8005B007B6799 /* SND14.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD118E7FFEF007B6799 /* SND14.WAV */; };
|
|
914B2B3818E8005B007B6799 /* SND15.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD218E7FFEF007B6799 /* SND15.WAV */; };
|
|
914B2B3918E8005B007B6799 /* SND16.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD318E7FFEF007B6799 /* SND16.WAV */; };
|
|
914B2B3A18E8005B007B6799 /* SND17.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD418E7FFEF007B6799 /* SND17.WAV */; };
|
|
914B2B3B18E8005B007B6799 /* SND18.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD518E7FFEF007B6799 /* SND18.WAV */; };
|
|
914B2B3C18E8005B007B6799 /* SND19.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD618E7FFEF007B6799 /* SND19.WAV */; };
|
|
914B2B3D18E8005B007B6799 /* SND2.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD718E7FFEF007B6799 /* SND2.WAV */; };
|
|
914B2B3E18E8005B007B6799 /* SND20.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD818E7FFEF007B6799 /* SND20.WAV */; };
|
|
914B2B3F18E8005B007B6799 /* SND21.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AD918E7FFEF007B6799 /* SND21.WAV */; };
|
|
914B2B4018E8005B007B6799 /* SND22.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ADA18E7FFEF007B6799 /* SND22.WAV */; };
|
|
914B2B4118E8005B007B6799 /* SND23.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ADB18E7FFEF007B6799 /* SND23.WAV */; };
|
|
914B2B4218E8005B007B6799 /* SND24.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ADC18E7FFEF007B6799 /* SND24.WAV */; };
|
|
914B2B4318E8005B007B6799 /* SND25.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ADD18E7FFEF007B6799 /* SND25.WAV */; };
|
|
914B2B4418E8005B007B6799 /* SND26.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ADE18E7FFEF007B6799 /* SND26.WAV */; };
|
|
914B2B4518E8005B007B6799 /* SND27.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2ADF18E7FFEF007B6799 /* SND27.WAV */; };
|
|
914B2B4618E8005B007B6799 /* SND28.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE018E7FFEF007B6799 /* SND28.WAV */; };
|
|
914B2B4718E8005B007B6799 /* SND29.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE118E7FFEF007B6799 /* SND29.WAV */; };
|
|
914B2B4818E8005B007B6799 /* SND3.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE218E7FFEF007B6799 /* SND3.WAV */; };
|
|
914B2B4918E8005B007B6799 /* SND30.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE318E7FFEF007B6799 /* SND30.WAV */; };
|
|
914B2B4A18E8005B007B6799 /* SND31.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE418E7FFEF007B6799 /* SND31.WAV */; };
|
|
914B2B4B18E8005B007B6799 /* SND32.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE518E7FFEF007B6799 /* SND32.WAV */; };
|
|
914B2B4C18E8005B007B6799 /* SND33.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE618E7FFEF007B6799 /* SND33.WAV */; };
|
|
914B2B4D18E8005B007B6799 /* SND34.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE718E7FFEF007B6799 /* SND34.WAV */; };
|
|
914B2B4E18E8005B007B6799 /* SND35.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE818E7FFEF007B6799 /* SND35.WAV */; };
|
|
914B2B4F18E8005B007B6799 /* SND36.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AE918E7FFEF007B6799 /* SND36.WAV */; };
|
|
914B2B5018E8005B007B6799 /* SND37.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AEA18E7FFEF007B6799 /* SND37.WAV */; };
|
|
914B2B5118E8005B007B6799 /* SND38.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AEB18E7FFEF007B6799 /* SND38.WAV */; };
|
|
914B2B5218E8005B007B6799 /* SND39.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AEC18E7FFEF007B6799 /* SND39.WAV */; };
|
|
914B2B5318E8005B007B6799 /* SND4.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AED18E7FFEF007B6799 /* SND4.WAV */; };
|
|
914B2B5418E8005B007B6799 /* SND40.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AEE18E7FFEF007B6799 /* SND40.WAV */; };
|
|
914B2B5518E8005B007B6799 /* SND41.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AEF18E7FFEF007B6799 /* SND41.WAV */; };
|
|
914B2B5618E8005B007B6799 /* SND42.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF018E7FFEF007B6799 /* SND42.WAV */; };
|
|
914B2B5718E8005B007B6799 /* SND43.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF118E7FFEF007B6799 /* SND43.WAV */; };
|
|
914B2B5818E8005B007B6799 /* SND44.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF218E7FFEF007B6799 /* SND44.WAV */; };
|
|
914B2B5918E8005B007B6799 /* SND45.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF318E7FFEF007B6799 /* SND45.WAV */; };
|
|
914B2B5A18E8005B007B6799 /* SND46.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF418E7FFEF007B6799 /* SND46.WAV */; };
|
|
914B2B5B18E8005B007B6799 /* SND47.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF518E7FFEF007B6799 /* SND47.WAV */; };
|
|
914B2B5C18E8005B007B6799 /* SND48.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF618E7FFEF007B6799 /* SND48.WAV */; };
|
|
914B2B5D18E8005B007B6799 /* SND49.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF718E7FFEF007B6799 /* SND49.WAV */; };
|
|
914B2B5E18E8005B007B6799 /* SND5.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF818E7FFEF007B6799 /* SND5.WAV */; };
|
|
914B2B5F18E8005B007B6799 /* SND50.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AF918E7FFEF007B6799 /* SND50.WAV */; };
|
|
914B2B6018E8005B007B6799 /* SND51.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AFA18E7FFEF007B6799 /* SND51.WAV */; };
|
|
914B2B6118E8005B007B6799 /* SND52.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AFB18E7FFEF007B6799 /* SND52.WAV */; };
|
|
914B2B6218E8005B007B6799 /* SND53.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AFC18E7FFEF007B6799 /* SND53.WAV */; };
|
|
914B2B6318E8005B007B6799 /* SND54.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AFD18E7FFEF007B6799 /* SND54.WAV */; };
|
|
914B2B6418E8005B007B6799 /* SND55.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AFE18E7FFEF007B6799 /* SND55.WAV */; };
|
|
914B2B6518E8005B007B6799 /* SND56.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2AFF18E7FFEF007B6799 /* SND56.WAV */; };
|
|
914B2B6618E8005B007B6799 /* SND57.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0018E7FFEF007B6799 /* SND57.WAV */; };
|
|
914B2B6718E8005B007B6799 /* SND58.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0118E7FFEF007B6799 /* SND58.WAV */; };
|
|
914B2B6818E8005B007B6799 /* SND59.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0218E7FFEF007B6799 /* SND59.WAV */; };
|
|
914B2B6918E8005B007B6799 /* SND6.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0318E7FFEF007B6799 /* SND6.WAV */; };
|
|
914B2B6A18E8005B007B6799 /* SND60.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0418E7FFEF007B6799 /* SND60.WAV */; };
|
|
914B2B6B18E8005B007B6799 /* SND61.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0518E7FFEF007B6799 /* SND61.WAV */; };
|
|
914B2B6C18E8005B007B6799 /* SND62.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0618E7FFEF007B6799 /* SND62.WAV */; };
|
|
914B2B6D18E8005B007B6799 /* SND63.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0718E7FFEF007B6799 /* SND63.WAV */; };
|
|
914B2B6E18E8005B007B6799 /* SND64.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0818E7FFEF007B6799 /* SND64.WAV */; };
|
|
914B2B6F18E8005B007B6799 /* SND65.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0918E7FFEF007B6799 /* SND65.WAV */; };
|
|
914B2B7018E8005B007B6799 /* SND66.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0A18E7FFEF007B6799 /* SND66.WAV */; };
|
|
914B2B7118E8005B007B6799 /* SND67.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0B18E7FFEF007B6799 /* SND67.WAV */; };
|
|
914B2B7218E8005B007B6799 /* SND68.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0C18E7FFEF007B6799 /* SND68.WAV */; };
|
|
914B2B7318E8005B007B6799 /* SND69.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0D18E7FFEF007B6799 /* SND69.WAV */; };
|
|
914B2B7418E8005B007B6799 /* SND7.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0E18E7FFEF007B6799 /* SND7.WAV */; };
|
|
914B2B7518E8005B007B6799 /* SND70.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B0F18E7FFEF007B6799 /* SND70.WAV */; };
|
|
914B2B7618E8005B007B6799 /* SND71.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1018E7FFEF007B6799 /* SND71.WAV */; };
|
|
914B2B7718E8005B007B6799 /* SND72.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1118E7FFEF007B6799 /* SND72.WAV */; };
|
|
914B2B7818E8005B007B6799 /* SND73.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1218E7FFEF007B6799 /* SND73.WAV */; };
|
|
914B2B7918E8005B007B6799 /* SND74.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1318E7FFEF007B6799 /* SND74.WAV */; };
|
|
914B2B7A18E8005B007B6799 /* SND75.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1418E7FFEF007B6799 /* SND75.WAV */; };
|
|
914B2B7B18E8005B007B6799 /* SND76.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1518E7FFEF007B6799 /* SND76.WAV */; };
|
|
914B2B7C18E8005B007B6799 /* SND77.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1618E7FFEF007B6799 /* SND77.WAV */; };
|
|
914B2B7D18E8005B007B6799 /* SND78.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1718E7FFEF007B6799 /* SND78.WAV */; };
|
|
914B2B7E18E8005B007B6799 /* SND79.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1818E7FFEF007B6799 /* SND79.WAV */; };
|
|
914B2B7F18E8005B007B6799 /* SND8.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1918E7FFEF007B6799 /* SND8.WAV */; };
|
|
914B2B8018E8005B007B6799 /* SND80.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1A18E7FFEF007B6799 /* SND80.WAV */; };
|
|
914B2B8118E8005B007B6799 /* SND81.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1B18E7FFEF007B6799 /* SND81.WAV */; };
|
|
914B2B8218E8005B007B6799 /* SND82.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1C18E7FFEF007B6799 /* SND82.WAV */; };
|
|
914B2B8318E8005B007B6799 /* SND83.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1D18E7FFEF007B6799 /* SND83.WAV */; };
|
|
914B2B8418E8005B007B6799 /* SND84.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1E18E7FFEF007B6799 /* SND84.WAV */; };
|
|
914B2B8518E8005B007B6799 /* SND85.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B1F18E7FFEF007B6799 /* SND85.WAV */; };
|
|
914B2B8618E8005B007B6799 /* SND86.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2018E7FFEF007B6799 /* SND86.WAV */; };
|
|
914B2B8718E8005B007B6799 /* SND87.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2118E7FFEF007B6799 /* SND87.WAV */; };
|
|
914B2B8818E8005B007B6799 /* SND88.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2218E7FFEF007B6799 /* SND88.WAV */; };
|
|
914B2B8918E8005B007B6799 /* SND89.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2318E7FFEF007B6799 /* SND89.WAV */; };
|
|
914B2B8A18E8005B007B6799 /* SND9.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2418E7FFEF007B6799 /* SND9.WAV */; };
|
|
914B2B8B18E8005B007B6799 /* SND90.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2518E7FFEF007B6799 /* SND90.WAV */; };
|
|
914B2B8C18E8005B007B6799 /* SND91.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2618E7FFEF007B6799 /* SND91.WAV */; };
|
|
914B2B8D18E8005B007B6799 /* SND92.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2718E7FFEF007B6799 /* SND92.WAV */; };
|
|
914B2B8E18E8005B007B6799 /* SND93.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2818E7FFEF007B6799 /* SND93.WAV */; };
|
|
914B2B8F18E8005B007B6799 /* SND94.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2918E7FFEF007B6799 /* SND94.WAV */; };
|
|
914B2B9018E8005B007B6799 /* SND95.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2A18E7FFEF007B6799 /* SND95.WAV */; };
|
|
914B2B9118E8005B007B6799 /* SND96.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2B18E7FFEF007B6799 /* SND96.WAV */; };
|
|
914B2B9218E8005B007B6799 /* SND97.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2C18E7FFEF007B6799 /* SND97.WAV */; };
|
|
914B2B9318E8005B007B6799 /* SND98.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2D18E7FFEF007B6799 /* SND98.WAV */; };
|
|
914B2B9418E8005B007B6799 /* SND99.WAV in Copy Mac Sounds */ = {isa = PBXBuildFile; fileRef = 914B2B2E18E7FFEF007B6799 /* SND99.WAV */; };
|
|
914CA4441905789C00B6ADD1 /* watch.gif in Copy Mac Cursors */ = {isa = PBXBuildFile; fileRef = 914CA4431905788F00B6ADD1 /* watch.gif */; };
|
|
914CA45819074E0100B6ADD1 /* scen.menus.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 914CA45719074D0A00B6ADD1 /* scen.menus.mac.mm */; };
|
|
915325171A2E1DF0000A9A1C /* oldstructs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 915325161A2E1DA8000A9A1C /* oldstructs.cpp */; };
|
|
915325391A2E5F36000A9A1C /* specials_parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 915325181A2E37EE000A9A1C /* specials_parse.cpp */; };
|
|
9153253B1A2E5F37000A9A1C /* specials_parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 915325181A2E37EE000A9A1C /* specials_parse.cpp */; };
|
|
915E090A1A316EE3008BDF00 /* map_parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 915E09081A316D89008BDF00 /* map_parse.cpp */; };
|
|
915E090B1A316EE4008BDF00 /* map_parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 915E09081A316D89008BDF00 /* map_parse.cpp */; };
|
|
915E090C1A317E2E008BDF00 /* map_parse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 915E09081A316D89008BDF00 /* map_parse.cpp */; };
|
|
91870F81190C8C1C0081C150 /* winutil.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 919145FF18E63B70005CF3A4 /* winutil.mac.mm */; };
|
|
91870F83190C8C1F0081C150 /* tarball.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BFA3D81902AD78001686E4 /* tarball.cpp */; };
|
|
91870F84190C90980081C150 /* scen.menu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 914CA49F190C4E9200B6ADD1 /* scen.menu.xib */; };
|
|
919145FC18E3AB1B005CF3A4 /* boe.appleevents.mm in Sources */ = {isa = PBXBuildFile; fileRef = 919145FB18E3A32F005CF3A4 /* boe.appleevents.mm */; };
|
|
9192C12018F2745C0088A580 /* menu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9192C11E18F271920088A580 /* menu.xib */; };
|
|
919DDBFC19006CF2003E7FED /* libboost_filesystem.dylib in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDBFA19006CC9003E7FED /* libboost_filesystem.dylib */; };
|
|
919DDBFD19006CF2003E7FED /* libboost_system.dylib in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDBFB19006CC9003E7FED /* libboost_system.dylib */; };
|
|
919DDBFE19006CF6003E7FED /* libboost_filesystem.dylib in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDBFA19006CC9003E7FED /* libboost_filesystem.dylib */; };
|
|
919DDBFF19006CF6003E7FED /* libboost_system.dylib in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDBFB19006CC9003E7FED /* libboost_system.dylib */; };
|
|
919DDC0019006CF9003E7FED /* libboost_filesystem.dylib in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDBFA19006CC9003E7FED /* libboost_filesystem.dylib */; };
|
|
919DDC0119006CF9003E7FED /* libboost_system.dylib in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDBFB19006CC9003E7FED /* libboost_system.dylib */; };
|
|
919DDC0A1900750D003E7FED /* freetype.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDC091900750D003E7FED /* freetype.framework */; };
|
|
919DDC0B1900750D003E7FED /* freetype.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDC091900750D003E7FED /* freetype.framework */; };
|
|
919DDC0C1900750D003E7FED /* freetype.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDC091900750D003E7FED /* freetype.framework */; };
|
|
919DDC0D19007517003E7FED /* freetype.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDC091900750D003E7FED /* freetype.framework */; };
|
|
919DDC0E1900751C003E7FED /* freetype.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDC091900750D003E7FED /* freetype.framework */; };
|
|
919DDC0F1900751F003E7FED /* freetype.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 919DDC091900750D003E7FED /* freetype.framework */; };
|
|
91A0B1601900FFE500EF438F /* mask.frag in Copy Shaders */ = {isa = PBXBuildFile; fileRef = 91A0B15A1900F73E00EF438F /* mask.frag */; };
|
|
91A32D160FDE049900C4E957 /* ticpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA270FB8C459001E34EA /* ticpp.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D170FDE049900C4E957 /* tinystr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2E0FB8C459001E34EA /* tinystr.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D180FDE049900C4E957 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2A0FB8C459001E34EA /* tinyxml.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D190FDE049A00C4E957 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2C0FB8C459001E34EA /* tinyxmlerror.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D1A0FDE049A00C4E957 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2D0FB8C459001E34EA /* tinyxmlparser.cpp */; settings = {COMPILER_FLAGS = "-Wno-error=parentheses -w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D1B0FDE049F00C4E957 /* ticpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA270FB8C459001E34EA /* ticpp.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D1C0FDE049F00C4E957 /* tinystr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2E0FB8C459001E34EA /* tinystr.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D1D0FDE04A000C4E957 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2A0FB8C459001E34EA /* tinyxml.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D1E0FDE04A000C4E957 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2C0FB8C459001E34EA /* tinyxmlerror.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D1F0FDE04A100C4E957 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2D0FB8C459001E34EA /* tinyxmlparser.cpp */; settings = {COMPILER_FLAGS = "-Wno-error=parentheses -w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D200FDE04A500C4E957 /* ticpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA270FB8C459001E34EA /* ticpp.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D210FDE04A500C4E957 /* tinystr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2E0FB8C459001E34EA /* tinystr.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D220FDE04A600C4E957 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2A0FB8C459001E34EA /* tinyxml.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D230FDE04A600C4E957 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2C0FB8C459001E34EA /* tinyxmlerror.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91A32D240FDE04A600C4E957 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2D0FB8C459001E34EA /* tinyxmlparser.cpp */; settings = {COMPILER_FLAGS = "-Wno-error=parentheses -w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91AC60800FA26A3B00EEAE67 /* regtown.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC607F0FA26A3B00EEAE67 /* regtown.cpp */; };
|
|
91AC60810FA26A3B00EEAE67 /* regtown.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC607F0FA26A3B00EEAE67 /* regtown.cpp */; };
|
|
91AC60820FA26A3B00EEAE67 /* regtown.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC607F0FA26A3B00EEAE67 /* regtown.cpp */; };
|
|
91AC60A80FA26C1B00EEAE67 /* tmpltown.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC60A70FA26C1B00EEAE67 /* tmpltown.cpp */; };
|
|
91AC60A90FA26C1B00EEAE67 /* tmpltown.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC60A70FA26C1B00EEAE67 /* tmpltown.cpp */; };
|
|
91AC60AA0FA26C1B00EEAE67 /* tmpltown.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC60A70FA26C1B00EEAE67 /* tmpltown.cpp */; };
|
|
91AC61C60FA2729900EEAE67 /* universe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC61C50FA2729900EEAE67 /* universe.cpp */; };
|
|
91AC620B0FA2853700EEAE67 /* creatlist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC620A0FA2853700EEAE67 /* creatlist.cpp */; };
|
|
91AC620C0FA2853700EEAE67 /* creatlist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC620A0FA2853700EEAE67 /* creatlist.cpp */; };
|
|
91AC620D0FA2853700EEAE67 /* creatlist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC620A0FA2853700EEAE67 /* creatlist.cpp */; };
|
|
91AC65520FA3441B00EEAE67 /* universe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC61C50FA2729900EEAE67 /* universe.cpp */; };
|
|
91AC65AD0FA34AC600EEAE67 /* universe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AC61C50FA2729900EEAE67 /* universe.cpp */; };
|
|
91ACCE6418FFB61A00FAEF8B /* bladbase.exs in Copy Base Scenarios */ = {isa = PBXBuildFile; fileRef = 91B3EF250F969CE300BF5B67 /* bladbase.exs */; };
|
|
91ACCE66190004F000FAEF8B /* dlogscroll.png in Copy Mac Graphics */ = {isa = PBXBuildFile; fileRef = 91ACCE65190004D300FAEF8B /* dlogscroll.png */; };
|
|
91ACCE7619002E5F00FAEF8B /* sfml-audio.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */; };
|
|
91ACCE7719002E5F00FAEF8B /* sfml-graphics.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */; };
|
|
91ACCE7919002E5F00FAEF8B /* sfml-system.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E018F87F3700E3EA15 /* sfml-system.framework */; };
|
|
91ACCE7A19002E5F00FAEF8B /* sfml-window.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E118F87F3700E3EA15 /* sfml-window.framework */; };
|
|
91ACCE7B19002E5F00FAEF8B /* sndfile.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AAE18E7E529007B6799 /* sndfile.framework */; };
|
|
91ACCE881900344B00FAEF8B /* sfml-audio.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */; };
|
|
91ACCE891900344B00FAEF8B /* sfml-graphics.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */; };
|
|
91ACCE8B1900344B00FAEF8B /* sfml-system.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E018F87F3700E3EA15 /* sfml-system.framework */; };
|
|
91ACCE8C1900344B00FAEF8B /* sfml-window.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E118F87F3700E3EA15 /* sfml-window.framework */; };
|
|
91ACCE8D1900344B00FAEF8B /* sndfile.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AAE18E7E529007B6799 /* sndfile.framework */; };
|
|
91ACCE931900346C00FAEF8B /* sfml-audio.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */; };
|
|
91ACCE941900346C00FAEF8B /* sfml-graphics.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */; };
|
|
91ACCE961900346C00FAEF8B /* sfml-system.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E018F87F3700E3EA15 /* sfml-system.framework */; };
|
|
91ACCE971900346C00FAEF8B /* sfml-window.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E118F87F3700E3EA15 /* sfml-window.framework */; };
|
|
91ACCE981900346C00FAEF8B /* sndfile.framework in Copy Libraries and Frameworks */ = {isa = PBXBuildFile; fileRef = 914B2AAE18E7E529007B6799 /* sndfile.framework */; };
|
|
91B3EF1F0F969C9C00BF5B67 /* BoECharEd.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91B3EF110F969BD300BF5B67 /* BoECharEd.icns */; };
|
|
91B3EF470F969F1700BF5B67 /* BoE Scenario Editor.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91B3EEDB0F969BA700BF5B67 /* BoE Scenario Editor.icns */; };
|
|
91B3EF480F969F2300BF5B67 /* pc.main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EF050F969BD300BF5B67 /* pc.main.cpp */; };
|
|
91B3EF490F969F2300BF5B67 /* pc.action.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EF060F969BD300BF5B67 /* pc.action.cpp */; };
|
|
91B3EF4A0F969F2300BF5B67 /* pc.editors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EF070F969BD300BF5B67 /* pc.editors.cpp */; };
|
|
91B3EF4B0F969F2300BF5B67 /* pc.fileio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EF080F969BD300BF5B67 /* pc.fileio.cpp */; };
|
|
91B3EF500F969F3000BF5B67 /* scen.main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEEB0F969BA700BF5B67 /* scen.main.cpp */; };
|
|
91B3EF530F969F3000BF5B67 /* scen.keydlgs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEEE0F969BA700BF5B67 /* scen.keydlgs.cpp */; };
|
|
91B3EF540F969F3000BF5B67 /* scen.core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEEF0F969BA700BF5B67 /* scen.core.cpp */; };
|
|
91B3EF560F969F3000BF5B67 /* scen.actions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEF10F969BA700BF5B67 /* scen.actions.cpp */; };
|
|
91B3EF570F969F3000BF5B67 /* scen.fileio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEF20F969BA700BF5B67 /* scen.fileio.cpp */; };
|
|
91B3EF590F969F3000BF5B67 /* scen.townout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEF40F969BA700BF5B67 /* scen.townout.cpp */; };
|
|
91B3EF5A0F969F3000BF5B67 /* scen.btnmg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEF50F969BA700BF5B67 /* scen.btnmg.cpp */; };
|
|
91B3F1850F97894A00BF5B67 /* scen.graphics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEF30F969BA700BF5B67 /* scen.graphics.cpp */; };
|
|
91BFA3D71901B18F001686E4 /* mask.vert in Copy Shaders */ = {isa = PBXBuildFile; fileRef = 91BFA3D61901B024001686E4 /* mask.vert */; };
|
|
91BFA3DA1902B13D001686E4 /* tarball.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BFA3D81902AD78001686E4 /* tarball.cpp */; };
|
|
91BFA3DB1902B13F001686E4 /* tarball.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BFA3D81902AD78001686E4 /* tarball.cpp */; };
|
|
91BFA3E919033E01001686E4 /* gzstream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BFA3DE19033E01001686E4 /* gzstream.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91BFA3EA19033E01001686E4 /* gzstream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BFA3DE19033E01001686E4 /* gzstream.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91BFA3EB19033E01001686E4 /* gzstream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91BFA3DE19033E01001686E4 /* gzstream.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
|
|
91C1FCA60FCB6F7000EBAA65 /* button.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA890FB8EC57001E34EA /* button.cpp */; };
|
|
91C1FCA70FCB6F7100EBAA65 /* control.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA3C0FB8DA8E001E34EA /* control.cpp */; };
|
|
91C1FCA80FCB6F7100EBAA65 /* dialog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA180FB8BECA001E34EA /* dialog.cpp */; };
|
|
91C1FCA90FCB6F7200EBAA65 /* field.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAB50FB91A26001E34EA /* field.cpp */; };
|
|
91C1FCAA0FCB6F7200EBAA65 /* message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAB90FB91ADB001E34EA /* message.cpp */; };
|
|
91C1FCAB0FCB6F7300EBAA65 /* pict.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBAA90FB8F733001E34EA /* pict.cpp */; };
|
|
91C6864A0FD5EEFD000F6D01 /* pc.graphics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EF0A0F969BD300BF5B67 /* pc.graphics.cpp */; };
|
|
91C688E80FD702B9000F6D01 /* cursors.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91C688E70FD702B9000F6D01 /* cursors.mac.mm */; };
|
|
91C688E90FD702B9000F6D01 /* cursors.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91C688E70FD702B9000F6D01 /* cursors.mac.mm */; };
|
|
91C688EA0FD702B9000F6D01 /* cursors.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91C688E70FD702B9000F6D01 /* cursors.mac.mm */; };
|
|
91C749B81A2D6670008E0E10 /* strings in Copy Strings */ = {isa = PBXBuildFile; fileRef = 91C749B71A2D6432008E0E10 /* strings */; };
|
|
91C749BA1A2D670D008E0E10 /* dialogs in Copy Dialog Definitions */ = {isa = PBXBuildFile; fileRef = 91C749B91A2D66F7008E0E10 /* dialogs */; };
|
|
91D634560F8FD77800674AB3 /* BoE.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B8F435C0C0973680012E4A8 /* BoE.icns */; };
|
|
91E5C1F30F9E489B00C21460 /* graphtool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F10A0F9779C300BF5B67 /* graphtool.cpp */; };
|
|
91E5C1F40F9E489B00C21460 /* soundtool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F10F0F9779D000BF5B67 /* soundtool.cpp */; };
|
|
91E5C1F50F9E489B00C21460 /* mathutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F11E0F97801F00BF5B67 /* mathutil.cpp */; };
|
|
91E5C1F90F9E48AF00C21460 /* graphtool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F10A0F9779C300BF5B67 /* graphtool.cpp */; };
|
|
91E5C1FA0F9E48AF00C21460 /* soundtool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F10F0F9779D000BF5B67 /* soundtool.cpp */; };
|
|
91E5C1FB0F9E48AF00C21460 /* mathutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F11E0F97801F00BF5B67 /* mathutil.cpp */; };
|
|
91E5C2050F9E48D900C21460 /* graphtool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F10A0F9779C300BF5B67 /* graphtool.cpp */; };
|
|
91E5C2060F9E48D900C21460 /* soundtool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F10F0F9779D000BF5B67 /* soundtool.cpp */; };
|
|
91E5C2070F9E48D900C21460 /* mathutil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3F11E0F97801F00BF5B67 /* mathutil.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 */; };
|
|
91EC483B18FBAD8000BB1E86 /* prefs.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91EC481018FBABB100BB1E86 /* prefs.mac.mm */; };
|
|
91EF052C1904D099001BEF85 /* bold.ttf in Copy Fonts */ = {isa = PBXBuildFile; fileRef = 91EF05291904D082001BEF85 /* bold.ttf */; };
|
|
91EF052D1904D099001BEF85 /* plain.ttf in Copy Fonts */ = {isa = PBXBuildFile; fileRef = 91EF052A1904D082001BEF85 /* plain.ttf */; };
|
|
91F6F8E318F87F3700E3EA15 /* sfml-audio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */; };
|
|
91F6F8E418F87F3700E3EA15 /* sfml-audio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */; };
|
|
91F6F8E518F87F3700E3EA15 /* sfml-audio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */; };
|
|
91F6F8E618F87F3700E3EA15 /* sfml-graphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */; };
|
|
91F6F8E718F87F3700E3EA15 /* sfml-graphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */; };
|
|
91F6F8E818F87F3700E3EA15 /* sfml-graphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */; };
|
|
91F6F8EC18F87F3700E3EA15 /* sfml-system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E018F87F3700E3EA15 /* sfml-system.framework */; };
|
|
91F6F8ED18F87F3700E3EA15 /* sfml-system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E018F87F3700E3EA15 /* sfml-system.framework */; };
|
|
91F6F8EE18F87F3700E3EA15 /* sfml-system.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E018F87F3700E3EA15 /* sfml-system.framework */; };
|
|
91F6F8EF18F87F3700E3EA15 /* sfml-window.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E118F87F3700E3EA15 /* sfml-window.framework */; };
|
|
91F6F8F018F87F3700E3EA15 /* sfml-window.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E118F87F3700E3EA15 /* sfml-window.framework */; };
|
|
91F6F8F118F87F3700E3EA15 /* sfml-window.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91F6F8E118F87F3700E3EA15 /* sfml-window.framework */; };
|
|
91F6F8F618F8DE6300E3EA15 /* qdpict.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91F6F8F518F8DE6300E3EA15 /* qdpict.cpp */; };
|
|
91F6F8F718F8DE6300E3EA15 /* qdpict.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91F6F8F518F8DE6300E3EA15 /* qdpict.cpp */; };
|
|
91F6F8F818F8DE6300E3EA15 /* qdpict.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91F6F8F518F8DE6300E3EA15 /* qdpict.cpp */; };
|
|
91FCC8D818FE28CC007026CE /* pc.menu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 91FCC8D718FE28CC007026CE /* pc.menu.xib */; };
|
|
91FCC8DC18FE2CE8007026CE /* pc.menus.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91FCC8DB18FE2CE8007026CE /* pc.menus.mac.mm */; };
|
|
91FCC8F118FEEDC6007026CE /* winutil.mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 919145FF18E63B70005CF3A4 /* winutil.mac.mm */; };
|
|
91FCC8F218FEEFE0007026CE /* pc.editors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EF070F969BD300BF5B67 /* pc.editors.cpp */; };
|
|
91FCC8F418FF0866007026CE /* pc.appleevents.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91FCC8F318FF069A007026CE /* pc.appleevents.mm */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
912CF35A0FE449570063B614 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 912CF3570FE4494C0063B614;
|
|
remoteInfo = "Common Data Files";
|
|
};
|
|
912CF35C0FE4495A0063B614 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 912CF3570FE4494C0063B614;
|
|
remoteInfo = "Common Data Files";
|
|
};
|
|
912CF35E0FE4495F0063B614 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 912CF3570FE4494C0063B614;
|
|
remoteInfo = "Common Data Files";
|
|
};
|
|
91EBE9DD0F9A33A6002356F2 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 2BF04AC00BF518D4006C0831;
|
|
remoteInfo = "Blades of Exile";
|
|
};
|
|
91EBE9DF0F9A33A8002356F2 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 91B3EF170F969C2200BF5B67;
|
|
remoteInfo = "Blades of Exile Character Editor";
|
|
};
|
|
91EBE9E10F9A33AC002356F2 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 91B3EF3E0F969F0000BF5B67;
|
|
remoteInfo = "BoE Scenario Editor";
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
912CF3540FE448680063B614 /* Copy String Lists */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = Strings;
|
|
dstSubfolderSpec = 7;
|
|
files = (
|
|
);
|
|
name = "Copy String Lists";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
912CF3550FE448680063B614 /* Copy Dialogs */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = Dialogs;
|
|
dstSubfolderSpec = 7;
|
|
files = (
|
|
);
|
|
name = "Copy Dialogs";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
912CF3560FE4494C0063B614 /* Copy Scenarios */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "Blades of Exile Scenarios";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
912CF3600FE449900063B614 /* busywork.exs in Copy Scenarios */,
|
|
912CF3610FE449900063B614 /* stealth.exs in Copy Scenarios */,
|
|
912CF3620FE449900063B614 /* stealth.meg in Copy Scenarios */,
|
|
912CF3630FE449900063B614 /* valleydy.exs in Copy Scenarios */,
|
|
912CF3640FE449900063B614 /* valleydy.meg in Copy Scenarios */,
|
|
912CF3650FE449900063B614 /* zakhazi.exs in Copy Scenarios */,
|
|
912CF3660FE449900063B614 /* zakhazi.meg in Copy Scenarios */,
|
|
);
|
|
name = "Copy Scenarios";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
912CF36D0FE44A2A0063B614 /* Copy Mac Graphics */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "Scenario Editor/graphics.exd/mac";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
912CF4140FE44AAF0063B614 /* actionhelp.png in Copy Mac Graphics */,
|
|
912CF4150FE44AAF0063B614 /* bigscenpics.png in Copy Mac Graphics */,
|
|
912CF4160FE44AAF0063B614 /* booms.png in Copy Mac Graphics */,
|
|
912CF4170FE44AAF0063B614 /* buttons.png in Copy Mac Graphics */,
|
|
912CF4180FE44AAF0063B614 /* dlgbtnred.png in Copy Mac Graphics */,
|
|
912CF4190FE44AAF0063B614 /* dlogbtnhelp.png in Copy Mac Graphics */,
|
|
912CF41A0FE44AAF0063B614 /* dlogbtnled.png in Copy Mac Graphics */,
|
|
912CF41B0FE44AAF0063B614 /* dlogbtnlg.png in Copy Mac Graphics */,
|
|
912CF41C0FE44AAF0063B614 /* dlogbtnmed.png in Copy Mac Graphics */,
|
|
912CF41D0FE44AAF0063B614 /* dlogbtnsm.png in Copy Mac Graphics */,
|
|
912CF41E0FE44AAF0063B614 /* dlogbtntall.png in Copy Mac Graphics */,
|
|
912CF41F0FE44AAF0063B614 /* dlogpics.png in Copy Mac Graphics */,
|
|
91ACCE66190004F000FAEF8B /* dlogscroll.png in Copy Mac Graphics */,
|
|
912CF4200FE44AAF0063B614 /* edbuttons.png in Copy Mac Graphics */,
|
|
912CF4210FE44AAF0063B614 /* edsplash.png in Copy Mac Graphics */,
|
|
912CF4220FE44AAF0063B614 /* fields.png in Copy Mac Graphics */,
|
|
912CF4230FE44AAF0063B614 /* fighthelp.png in Copy Mac Graphics */,
|
|
912CF4240FE44AAF0063B614 /* invenbtns.png in Copy Mac Graphics */,
|
|
912CF4250FE44AAF0063B614 /* invenhelp.png in Copy Mac Graphics */,
|
|
912CF4260FE44AAF0063B614 /* inventory.png in Copy Mac Graphics */,
|
|
912CF4270FE44AAF0063B614 /* mapOLD.png in Copy Mac Graphics */,
|
|
912CF4280FE44AAF0063B614 /* missiles.png in Copy Mac Graphics */,
|
|
912CF4290FE44AAF0063B614 /* monst1.png in Copy Mac Graphics */,
|
|
912CF42A0FE44AAF0063B614 /* monst10.png in Copy Mac Graphics */,
|
|
912CF42B0FE44AAF0063B614 /* monst11.png in Copy Mac Graphics */,
|
|
912CF42C0FE44AAF0063B614 /* monst2.png in Copy Mac Graphics */,
|
|
912CF42D0FE44AAF0063B614 /* monst3.png in Copy Mac Graphics */,
|
|
912CF42E0FE44AAF0063B614 /* monst4.png in Copy Mac Graphics */,
|
|
912CF42F0FE44AAF0063B614 /* monst5.png in Copy Mac Graphics */,
|
|
912CF4300FE44AAF0063B614 /* monst6.png in Copy Mac Graphics */,
|
|
912CF4310FE44AAF0063B614 /* monst7.png in Copy Mac Graphics */,
|
|
912CF4320FE44AAF0063B614 /* monst8.png in Copy Mac Graphics */,
|
|
912CF4330FE44AAF0063B614 /* monst9.png in Copy Mac Graphics */,
|
|
912CF4340FE44AAF0063B614 /* objects.png in Copy Mac Graphics */,
|
|
912CF4350FE44AAF0063B614 /* outhelp.png in Copy Mac Graphics */,
|
|
912CF4360FE44AAF0063B614 /* pcedbuttons.png in Copy Mac Graphics */,
|
|
912CF4370FE44AAF0063B614 /* pcedtitle.png in Copy Mac Graphics */,
|
|
912CF4380FE44AAF0063B614 /* pcs.png in Copy Mac Graphics */,
|
|
912CF4390FE44AAF0063B614 /* pixpats.png in Copy Mac Graphics */,
|
|
912CF43A0FE44AAF0063B614 /* scenpics.png in Copy Mac Graphics */,
|
|
912CF43B0FE44AAF0063B614 /* spidlogo.png in Copy Mac Graphics */,
|
|
912CF43C0FE44AAF0063B614 /* startanim.png in Copy Mac Graphics */,
|
|
912CF43D0FE44AAF0063B614 /* startbut.png in Copy Mac Graphics */,
|
|
912CF43E0FE44AAF0063B614 /* startsplash.png in Copy Mac Graphics */,
|
|
912CF43F0FE44AAF0063B614 /* startup.png in Copy Mac Graphics */,
|
|
912CF4400FE44AAF0063B614 /* statarea.png in Copy Mac Graphics */,
|
|
912CF4410FE44AAF0063B614 /* stathelp.png in Copy Mac Graphics */,
|
|
912CF4420FE44AAF0063B614 /* staticonhelp.png in Copy Mac Graphics */,
|
|
912CF4430FE44AAF0063B614 /* staticons.png in Copy Mac Graphics */,
|
|
912CF4440FE44AAF0063B614 /* talkportraits.png in Copy Mac Graphics */,
|
|
912CF4450FE44AAF0063B614 /* ter1.png in Copy Mac Graphics */,
|
|
912CF4460FE44AAF0063B614 /* ter2.png in Copy Mac Graphics */,
|
|
912CF4470FE44AAF0063B614 /* ter3.png in Copy Mac Graphics */,
|
|
912CF4480FE44AAF0063B614 /* ter4.png in Copy Mac Graphics */,
|
|
912CF4490FE44AAF0063B614 /* ter5.png in Copy Mac Graphics */,
|
|
912CF44A0FE44AAF0063B614 /* ter6.png in Copy Mac Graphics */,
|
|
912CF44B0FE44AAF0063B614 /* ter7.png in Copy Mac Graphics */,
|
|
912CF44C0FE44AAF0063B614 /* ter8.png in Copy Mac Graphics */,
|
|
912CF44D0FE44AAF0063B614 /* teranim.png in Copy Mac Graphics */,
|
|
912CF44E0FE44AAF0063B614 /* termap.png in Copy Mac Graphics */,
|
|
912CF44F0FE44AAF0063B614 /* terscreen.png in Copy Mac Graphics */,
|
|
912CF4500FE44AAF0063B614 /* textbar.png in Copy Mac Graphics */,
|
|
912CF4510FE44AAF0063B614 /* tinyobj.png in Copy Mac Graphics */,
|
|
912CF4520FE44AAF0063B614 /* townhelp.png in Copy Mac Graphics */,
|
|
912CF4530FE44AAF0063B614 /* transcript.png in Copy Mac Graphics */,
|
|
912CF4540FE44AAF0063B614 /* trim.png in Copy Mac Graphics */,
|
|
912CF4550FE44AAF0063B614 /* vehicle.png in Copy Mac Graphics */,
|
|
);
|
|
name = "Copy Mac Graphics";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
912CF36E0FE44A2A0063B614 /* Copy Mac Cursors */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "Scenario Editor/graphics.exd/mac/cursors";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
912CF4560FE44AC20063B614 /* boot.gif in Copy Mac Cursors */,
|
|
912CF4570FE44AC20063B614 /* bottomright.gif in Copy Mac Cursors */,
|
|
912CF4580FE44AC20063B614 /* brush.gif in Copy Mac Cursors */,
|
|
912CF4590FE44AC20063B614 /* drop.gif in Copy Mac Cursors */,
|
|
912CF45A0FE44AC20063B614 /* E.gif in Copy Mac Cursors */,
|
|
912CF45B0FE44AC20063B614 /* eraser.gif in Copy Mac Cursors */,
|
|
912CF45C0FE44AC20063B614 /* eyedropper.gif in Copy Mac Cursors */,
|
|
912CF45D0FE44AC20063B614 /* hand.gif in Copy Mac Cursors */,
|
|
912CF45E0FE44AC20063B614 /* key.gif in Copy Mac Cursors */,
|
|
912CF45F0FE44AC20063B614 /* look.gif in Copy Mac Cursors */,
|
|
912CF4600FE44AC20063B614 /* N.gif in Copy Mac Cursors */,
|
|
912CF4610FE44AC20063B614 /* NE.gif in Copy Mac Cursors */,
|
|
912CF4620FE44AC20063B614 /* NW.gif in Copy Mac Cursors */,
|
|
912CF4630FE44AC20063B614 /* S.gif in Copy Mac Cursors */,
|
|
912CF4640FE44AC20063B614 /* SE.gif in Copy Mac Cursors */,
|
|
912CF4650FE44AC20063B614 /* spraycan.gif in Copy Mac Cursors */,
|
|
912CF4660FE44AC20063B614 /* SW.gif in Copy Mac Cursors */,
|
|
912CF4670FE44AC20063B614 /* sword.gif in Copy Mac Cursors */,
|
|
912CF4680FE44AC20063B614 /* talk.gif in Copy Mac Cursors */,
|
|
912CF4690FE44AC20063B614 /* target.gif in Copy Mac Cursors */,
|
|
912CF46A0FE44AC20063B614 /* topleft.gif in Copy Mac Cursors */,
|
|
912CF46B0FE44AC20063B614 /* W.gif in Copy Mac Cursors */,
|
|
912CF46C0FE44AC20063B614 /* wait.gif in Copy Mac Cursors */,
|
|
912CF46D0FE44AC20063B614 /* wand.gif in Copy Mac Cursors */,
|
|
914CA4441905789C00B6ADD1 /* watch.gif in Copy Mac Cursors */,
|
|
);
|
|
name = "Copy Mac Cursors";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
912CF37B0FE44A660063B614 /* Copy String Lists */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = Strings;
|
|
dstSubfolderSpec = 7;
|
|
files = (
|
|
);
|
|
name = "Copy String Lists";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
912CF37C0FE44A660063B614 /* Copy Dialogs */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = Dialogs;
|
|
dstSubfolderSpec = 7;
|
|
files = (
|
|
);
|
|
name = "Copy Dialogs";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
914701A618F62A52008A6DC9 /* Copy Fonts */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = data/fonts;
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
914701A718F62ABF008A6DC9 /* dungeon.ttf in Copy Fonts */,
|
|
914701A818F62AC0008A6DC9 /* maidenword.ttf in Copy Fonts */,
|
|
91EF052C1904D099001BEF85 /* bold.ttf in Copy Fonts */,
|
|
91EF052D1904D099001BEF85 /* plain.ttf in Copy Fonts */,
|
|
);
|
|
name = "Copy Fonts";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
914B2B3118E80030007B6799 /* Copy Mac Sounds */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "Scenario Editor/sounds.exa";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
914B2B3218E8005B007B6799 /* SND1.WAV in Copy Mac Sounds */,
|
|
914B2B3318E8005B007B6799 /* SND10.WAV in Copy Mac Sounds */,
|
|
914B2B3418E8005B007B6799 /* SND11.WAV in Copy Mac Sounds */,
|
|
914B2B3518E8005B007B6799 /* SND12.WAV in Copy Mac Sounds */,
|
|
914B2B3618E8005B007B6799 /* SND13.WAV in Copy Mac Sounds */,
|
|
914B2B3718E8005B007B6799 /* SND14.WAV in Copy Mac Sounds */,
|
|
914B2B3818E8005B007B6799 /* SND15.WAV in Copy Mac Sounds */,
|
|
914B2B3918E8005B007B6799 /* SND16.WAV in Copy Mac Sounds */,
|
|
914B2B3A18E8005B007B6799 /* SND17.WAV in Copy Mac Sounds */,
|
|
914B2B3B18E8005B007B6799 /* SND18.WAV in Copy Mac Sounds */,
|
|
914B2B3C18E8005B007B6799 /* SND19.WAV in Copy Mac Sounds */,
|
|
914B2B3D18E8005B007B6799 /* SND2.WAV in Copy Mac Sounds */,
|
|
914B2B3E18E8005B007B6799 /* SND20.WAV in Copy Mac Sounds */,
|
|
914B2B3F18E8005B007B6799 /* SND21.WAV in Copy Mac Sounds */,
|
|
914B2B4018E8005B007B6799 /* SND22.WAV in Copy Mac Sounds */,
|
|
914B2B4118E8005B007B6799 /* SND23.WAV in Copy Mac Sounds */,
|
|
914B2B4218E8005B007B6799 /* SND24.WAV in Copy Mac Sounds */,
|
|
914B2B4318E8005B007B6799 /* SND25.WAV in Copy Mac Sounds */,
|
|
914B2B4418E8005B007B6799 /* SND26.WAV in Copy Mac Sounds */,
|
|
914B2B4518E8005B007B6799 /* SND27.WAV in Copy Mac Sounds */,
|
|
914B2B4618E8005B007B6799 /* SND28.WAV in Copy Mac Sounds */,
|
|
914B2B4718E8005B007B6799 /* SND29.WAV in Copy Mac Sounds */,
|
|
914B2B4818E8005B007B6799 /* SND3.WAV in Copy Mac Sounds */,
|
|
914B2B4918E8005B007B6799 /* SND30.WAV in Copy Mac Sounds */,
|
|
914B2B4A18E8005B007B6799 /* SND31.WAV in Copy Mac Sounds */,
|
|
914B2B4B18E8005B007B6799 /* SND32.WAV in Copy Mac Sounds */,
|
|
914B2B4C18E8005B007B6799 /* SND33.WAV in Copy Mac Sounds */,
|
|
914B2B4D18E8005B007B6799 /* SND34.WAV in Copy Mac Sounds */,
|
|
914B2B4E18E8005B007B6799 /* SND35.WAV in Copy Mac Sounds */,
|
|
914B2B4F18E8005B007B6799 /* SND36.WAV in Copy Mac Sounds */,
|
|
914B2B5018E8005B007B6799 /* SND37.WAV in Copy Mac Sounds */,
|
|
914B2B5118E8005B007B6799 /* SND38.WAV in Copy Mac Sounds */,
|
|
914B2B5218E8005B007B6799 /* SND39.WAV in Copy Mac Sounds */,
|
|
914B2B5318E8005B007B6799 /* SND4.WAV in Copy Mac Sounds */,
|
|
914B2B5418E8005B007B6799 /* SND40.WAV in Copy Mac Sounds */,
|
|
914B2B5518E8005B007B6799 /* SND41.WAV in Copy Mac Sounds */,
|
|
914B2B5618E8005B007B6799 /* SND42.WAV in Copy Mac Sounds */,
|
|
914B2B5718E8005B007B6799 /* SND43.WAV in Copy Mac Sounds */,
|
|
914B2B5818E8005B007B6799 /* SND44.WAV in Copy Mac Sounds */,
|
|
914B2B5918E8005B007B6799 /* SND45.WAV in Copy Mac Sounds */,
|
|
914B2B5A18E8005B007B6799 /* SND46.WAV in Copy Mac Sounds */,
|
|
914B2B5B18E8005B007B6799 /* SND47.WAV in Copy Mac Sounds */,
|
|
914B2B5C18E8005B007B6799 /* SND48.WAV in Copy Mac Sounds */,
|
|
914B2B5D18E8005B007B6799 /* SND49.WAV in Copy Mac Sounds */,
|
|
914B2B5E18E8005B007B6799 /* SND5.WAV in Copy Mac Sounds */,
|
|
914B2B5F18E8005B007B6799 /* SND50.WAV in Copy Mac Sounds */,
|
|
914B2B6018E8005B007B6799 /* SND51.WAV in Copy Mac Sounds */,
|
|
914B2B6118E8005B007B6799 /* SND52.WAV in Copy Mac Sounds */,
|
|
914B2B6218E8005B007B6799 /* SND53.WAV in Copy Mac Sounds */,
|
|
914B2B6318E8005B007B6799 /* SND54.WAV in Copy Mac Sounds */,
|
|
914B2B6418E8005B007B6799 /* SND55.WAV in Copy Mac Sounds */,
|
|
914B2B6518E8005B007B6799 /* SND56.WAV in Copy Mac Sounds */,
|
|
914B2B6618E8005B007B6799 /* SND57.WAV in Copy Mac Sounds */,
|
|
914B2B6718E8005B007B6799 /* SND58.WAV in Copy Mac Sounds */,
|
|
914B2B6818E8005B007B6799 /* SND59.WAV in Copy Mac Sounds */,
|
|
914B2B6918E8005B007B6799 /* SND6.WAV in Copy Mac Sounds */,
|
|
914B2B6A18E8005B007B6799 /* SND60.WAV in Copy Mac Sounds */,
|
|
914B2B6B18E8005B007B6799 /* SND61.WAV in Copy Mac Sounds */,
|
|
914B2B6C18E8005B007B6799 /* SND62.WAV in Copy Mac Sounds */,
|
|
914B2B6D18E8005B007B6799 /* SND63.WAV in Copy Mac Sounds */,
|
|
914B2B6E18E8005B007B6799 /* SND64.WAV in Copy Mac Sounds */,
|
|
914B2B6F18E8005B007B6799 /* SND65.WAV in Copy Mac Sounds */,
|
|
914B2B7018E8005B007B6799 /* SND66.WAV in Copy Mac Sounds */,
|
|
914B2B7118E8005B007B6799 /* SND67.WAV in Copy Mac Sounds */,
|
|
914B2B7218E8005B007B6799 /* SND68.WAV in Copy Mac Sounds */,
|
|
914B2B7318E8005B007B6799 /* SND69.WAV in Copy Mac Sounds */,
|
|
914B2B7418E8005B007B6799 /* SND7.WAV in Copy Mac Sounds */,
|
|
914B2B7518E8005B007B6799 /* SND70.WAV in Copy Mac Sounds */,
|
|
914B2B7618E8005B007B6799 /* SND71.WAV in Copy Mac Sounds */,
|
|
914B2B7718E8005B007B6799 /* SND72.WAV in Copy Mac Sounds */,
|
|
914B2B7818E8005B007B6799 /* SND73.WAV in Copy Mac Sounds */,
|
|
914B2B7918E8005B007B6799 /* SND74.WAV in Copy Mac Sounds */,
|
|
914B2B7A18E8005B007B6799 /* SND75.WAV in Copy Mac Sounds */,
|
|
914B2B7B18E8005B007B6799 /* SND76.WAV in Copy Mac Sounds */,
|
|
914B2B7C18E8005B007B6799 /* SND77.WAV in Copy Mac Sounds */,
|
|
914B2B7D18E8005B007B6799 /* SND78.WAV in Copy Mac Sounds */,
|
|
914B2B7E18E8005B007B6799 /* SND79.WAV in Copy Mac Sounds */,
|
|
914B2B7F18E8005B007B6799 /* SND8.WAV in Copy Mac Sounds */,
|
|
914B2B8018E8005B007B6799 /* SND80.WAV in Copy Mac Sounds */,
|
|
914B2B8118E8005B007B6799 /* SND81.WAV in Copy Mac Sounds */,
|
|
914B2B8218E8005B007B6799 /* SND82.WAV in Copy Mac Sounds */,
|
|
914B2B8318E8005B007B6799 /* SND83.WAV in Copy Mac Sounds */,
|
|
914B2B8418E8005B007B6799 /* SND84.WAV in Copy Mac Sounds */,
|
|
914B2B8518E8005B007B6799 /* SND85.WAV in Copy Mac Sounds */,
|
|
914B2B8618E8005B007B6799 /* SND86.WAV in Copy Mac Sounds */,
|
|
914B2B8718E8005B007B6799 /* SND87.WAV in Copy Mac Sounds */,
|
|
914B2B8818E8005B007B6799 /* SND88.WAV in Copy Mac Sounds */,
|
|
914B2B8918E8005B007B6799 /* SND89.WAV in Copy Mac Sounds */,
|
|
914B2B8A18E8005B007B6799 /* SND9.WAV in Copy Mac Sounds */,
|
|
914B2B8B18E8005B007B6799 /* SND90.WAV in Copy Mac Sounds */,
|
|
914B2B8C18E8005B007B6799 /* SND91.WAV in Copy Mac Sounds */,
|
|
914B2B8D18E8005B007B6799 /* SND92.WAV in Copy Mac Sounds */,
|
|
914B2B8E18E8005B007B6799 /* SND93.WAV in Copy Mac Sounds */,
|
|
914B2B8F18E8005B007B6799 /* SND94.WAV in Copy Mac Sounds */,
|
|
914B2B9018E8005B007B6799 /* SND95.WAV in Copy Mac Sounds */,
|
|
914B2B9118E8005B007B6799 /* SND96.WAV in Copy Mac Sounds */,
|
|
914B2B9218E8005B007B6799 /* SND97.WAV in Copy Mac Sounds */,
|
|
914B2B9318E8005B007B6799 /* SND98.WAV in Copy Mac Sounds */,
|
|
914B2B9418E8005B007B6799 /* SND99.WAV in Copy Mac Sounds */,
|
|
);
|
|
name = "Copy Mac Sounds";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
914B2B9518E8008A007B6799 /* Copy Dialog Definitions */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = data;
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
91C749BA1A2D670D008E0E10 /* dialogs in Copy Dialog Definitions */,
|
|
);
|
|
name = "Copy Dialog Definitions";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
9192C13918F32E6E0088A580 /* Copy Strings */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = data;
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
91C749B81A2D6670008E0E10 /* strings in Copy Strings */,
|
|
);
|
|
name = "Copy Strings";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91A0B15F1900FFDA00EF438F /* Copy Shaders */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = data/shaders;
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
91A0B1601900FFE500EF438F /* mask.frag in Copy Shaders */,
|
|
91BFA3D71901B18F001686E4 /* mask.vert in Copy Shaders */,
|
|
);
|
|
name = "Copy Shaders";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91A32B660FDB5EF100C4E957 /* Copy Dialogs */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = Dialogs;
|
|
dstSubfolderSpec = 7;
|
|
files = (
|
|
);
|
|
name = "Copy Dialogs";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91A32B710FDB5F5A00C4E957 /* Copy String Lists */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = Strings;
|
|
dstSubfolderSpec = 7;
|
|
files = (
|
|
);
|
|
name = "Copy String Lists";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91ACCE6218FFB5F300FAEF8B /* Copy Base Scenarios */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "Scenario Editor/Blades of Exile Base";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
91ACCE6418FFB61A00FAEF8B /* bladbase.exs in Copy Base Scenarios */,
|
|
);
|
|
name = "Copy Base Scenarios";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91ACCE7319002E4700FAEF8B /* Copy Libraries and Frameworks */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
91ACCE7619002E5F00FAEF8B /* sfml-audio.framework in Copy Libraries and Frameworks */,
|
|
91ACCE7719002E5F00FAEF8B /* sfml-graphics.framework in Copy Libraries and Frameworks */,
|
|
91ACCE7919002E5F00FAEF8B /* sfml-system.framework in Copy Libraries and Frameworks */,
|
|
91ACCE7A19002E5F00FAEF8B /* sfml-window.framework in Copy Libraries and Frameworks */,
|
|
91ACCE7B19002E5F00FAEF8B /* sndfile.framework in Copy Libraries and Frameworks */,
|
|
919DDC0D19007517003E7FED /* freetype.framework in Copy Libraries and Frameworks */,
|
|
919DDC0019006CF9003E7FED /* libboost_filesystem.dylib in Copy Libraries and Frameworks */,
|
|
919DDC0119006CF9003E7FED /* libboost_system.dylib in Copy Libraries and Frameworks */,
|
|
);
|
|
name = "Copy Libraries and Frameworks";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91ACCE851900342C00FAEF8B /* Copy Libraries and Frameworks */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
91ACCE881900344B00FAEF8B /* sfml-audio.framework in Copy Libraries and Frameworks */,
|
|
91ACCE891900344B00FAEF8B /* sfml-graphics.framework in Copy Libraries and Frameworks */,
|
|
91ACCE8B1900344B00FAEF8B /* sfml-system.framework in Copy Libraries and Frameworks */,
|
|
91ACCE8C1900344B00FAEF8B /* sfml-window.framework in Copy Libraries and Frameworks */,
|
|
91ACCE8D1900344B00FAEF8B /* sndfile.framework in Copy Libraries and Frameworks */,
|
|
919DDC0E1900751C003E7FED /* freetype.framework in Copy Libraries and Frameworks */,
|
|
919DDBFE19006CF6003E7FED /* libboost_filesystem.dylib in Copy Libraries and Frameworks */,
|
|
919DDBFF19006CF6003E7FED /* libboost_system.dylib in Copy Libraries and Frameworks */,
|
|
);
|
|
name = "Copy Libraries and Frameworks";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91ACCE901900345200FAEF8B /* Copy Libraries and Frameworks */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
91ACCE931900346C00FAEF8B /* sfml-audio.framework in Copy Libraries and Frameworks */,
|
|
91ACCE941900346C00FAEF8B /* sfml-graphics.framework in Copy Libraries and Frameworks */,
|
|
91ACCE961900346C00FAEF8B /* sfml-system.framework in Copy Libraries and Frameworks */,
|
|
91ACCE971900346C00FAEF8B /* sfml-window.framework in Copy Libraries and Frameworks */,
|
|
91ACCE981900346C00FAEF8B /* sndfile.framework in Copy Libraries and Frameworks */,
|
|
919DDC0F1900751F003E7FED /* freetype.framework in Copy Libraries and Frameworks */,
|
|
919DDBFC19006CF2003E7FED /* libboost_filesystem.dylib in Copy Libraries and Frameworks */,
|
|
919DDBFD19006CF2003E7FED /* libboost_system.dylib in Copy Libraries and Frameworks */,
|
|
);
|
|
name = "Copy Libraries and Frameworks";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91B3EF320F969D9900BF5B67 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "Scenario Editor";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91C687050FD5F277000F6D01 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
2B8F435C0C0973680012E4A8 /* BoE.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = BoE.icns; sourceTree = "<group>"; };
|
|
2BF04AC10BF518D4006C0831 /* Blades of Exile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Blades of Exile.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
2BF04AC30BF518D4006C0831 /* Blades of Exile-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Blades of Exile-Info.plist"; sourceTree = "<group>"; };
|
|
2BF04ACB0BF51923006C0831 /* boe.main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = boe.main.cpp; sourceTree = "<group>"; };
|
|
2BF04ACC0BF51923006C0831 /* boe.main.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = boe.main.h; sourceTree = "<group>"; };
|
|
2BF04ACD0BF51923006C0831 /* boe.graphutil.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; path = boe.graphutil.cpp; sourceTree = "<group>"; };
|
|
2BF04ACE0BF51923006C0831 /* boe.graphutil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.graphutil.h; sourceTree = "<group>"; };
|
|
2BF04ACF0BF51923006C0831 /* boe.actions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.actions.cpp; sourceTree = "<group>"; };
|
|
2BF04AD00BF51923006C0831 /* boe.actions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.actions.h; sourceTree = "<group>"; };
|
|
2BF04AD10BF51923006C0831 /* boe.fileio.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.fileio.cpp; sourceTree = "<group>"; };
|
|
2BF04AD20BF51923006C0831 /* boe.fileio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.fileio.h; sourceTree = "<group>"; };
|
|
2BF04AD30BF51923006C0831 /* boe.graphics.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.graphics.cpp; sourceTree = "<group>"; };
|
|
2BF04AD40BF51923006C0831 /* boe.graphics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.graphics.h; sourceTree = "<group>"; };
|
|
2BF04AD50BF51923006C0831 /* boe.townspec.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.townspec.cpp; sourceTree = "<group>"; };
|
|
2BF04AD60BF51923006C0831 /* boe.townspec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.townspec.h; sourceTree = "<group>"; };
|
|
2BF04AE60BF51924006C0831 /* boe.combat.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.combat.cpp; sourceTree = "<group>"; };
|
|
2BF04AE70BF51924006C0831 /* boe.combat.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.combat.h; sourceTree = "<group>"; };
|
|
2BF04AE80BF51924006C0831 /* boe.dlgutil.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.dlgutil.cpp; sourceTree = "<group>"; };
|
|
2BF04AE90BF51924006C0831 /* boe.dlgutil.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.dlgutil.h; sourceTree = "<group>"; };
|
|
2BF04AEE0BF51924006C0831 /* boe.fields.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.fields.cpp; sourceTree = "<group>"; };
|
|
2BF04AEF0BF51924006C0831 /* boe.fields.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.fields.h; sourceTree = "<group>"; };
|
|
2BF04AF30BF51924006C0831 /* boe.global.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.global.h; sourceTree = "<group>"; };
|
|
2BF04AF40BF51924006C0831 /* boe.infodlg.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.infodlg.cpp; sourceTree = "<group>"; };
|
|
2BF04AF50BF51924006C0831 /* boe.infodlg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.infodlg.h; sourceTree = "<group>"; };
|
|
2BF04AF60BF51924006C0831 /* boe.itemdata.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.itemdata.cpp; sourceTree = "<group>"; };
|
|
2BF04AF70BF51924006C0831 /* boe.itemdata.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.itemdata.h; sourceTree = "<group>"; };
|
|
2BF04AF80BF51924006C0831 /* boe.items.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.items.cpp; sourceTree = "<group>"; };
|
|
2BF04AF90BF51924006C0831 /* boe.items.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.items.h; sourceTree = "<group>"; };
|
|
2BF04AFA0BF51924006C0831 /* boe.locutils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.locutils.cpp; sourceTree = "<group>"; };
|
|
2BF04AFB0BF51924006C0831 /* boe.locutils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.locutils.h; sourceTree = "<group>"; };
|
|
2BF04AFC0BF51924006C0831 /* boe.monster.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.monster.cpp; sourceTree = "<group>"; };
|
|
2BF04AFD0BF51924006C0831 /* boe.monster.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.monster.h; sourceTree = "<group>"; };
|
|
2BF04AFE0BF51924006C0831 /* boe.newgraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.newgraph.cpp; sourceTree = "<group>"; };
|
|
2BF04AFF0BF51924006C0831 /* boe.newgraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.newgraph.h; sourceTree = "<group>"; };
|
|
2BF04B000BF51924006C0831 /* boe.party.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.party.cpp; sourceTree = "<group>"; };
|
|
2BF04B010BF51924006C0831 /* boe.party.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.party.h; sourceTree = "<group>"; };
|
|
2BF04B030BF51924006C0831 /* boe.specials.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.specials.cpp; sourceTree = "<group>"; wrapsLines = 1; };
|
|
2BF04B040BF51924006C0831 /* boe.specials.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.specials.h; sourceTree = "<group>"; };
|
|
2BF04B050BF51924006C0831 /* boe.startup.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.startup.cpp; sourceTree = "<group>"; };
|
|
2BF04B060BF51924006C0831 /* boe.startup.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.startup.h; sourceTree = "<group>"; };
|
|
2BF04B070BF51924006C0831 /* boe.text.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.text.cpp; sourceTree = "<group>"; };
|
|
2BF04B080BF51924006C0831 /* boe.text.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.text.h; sourceTree = "<group>"; };
|
|
2BF04B090BF51924006C0831 /* boe.town.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = boe.town.cpp; sourceTree = "<group>"; wrapsLines = 1; };
|
|
2BF04B0A0BF51924006C0831 /* boe.town.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = boe.town.h; sourceTree = "<group>"; };
|
|
910BBA170FB8BECA001E34EA /* dialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dialog.h; sourceTree = "<group>"; };
|
|
910BBA180FB8BECA001E34EA /* dialog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dialog.cpp; sourceTree = "<group>"; };
|
|
910BBA270FB8C459001E34EA /* ticpp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ticpp.cpp; sourceTree = "<group>"; };
|
|
910BBA280FB8C459001E34EA /* ticpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ticpp.h; sourceTree = "<group>"; };
|
|
910BBA290FB8C459001E34EA /* tinystr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tinystr.h; sourceTree = "<group>"; };
|
|
910BBA2A0FB8C459001E34EA /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxml.cpp; sourceTree = "<group>"; };
|
|
910BBA2B0FB8C459001E34EA /* tinyxml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tinyxml.h; sourceTree = "<group>"; };
|
|
910BBA2C0FB8C459001E34EA /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlerror.cpp; sourceTree = "<group>"; };
|
|
910BBA2D0FB8C459001E34EA /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlparser.cpp; sourceTree = "<group>"; };
|
|
910BBA2E0FB8C459001E34EA /* tinystr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinystr.cpp; sourceTree = "<group>"; };
|
|
910BBA2F0FB8C470001E34EA /* ticpprc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ticpprc.h; sourceTree = "<group>"; };
|
|
910BBA3B0FB8DA8E001E34EA /* control.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = control.h; sourceTree = "<group>"; };
|
|
910BBA3C0FB8DA8E001E34EA /* control.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = control.cpp; sourceTree = "<group>"; };
|
|
910BBA880FB8EC57001E34EA /* button.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = button.h; sourceTree = "<group>"; };
|
|
910BBA890FB8EC57001E34EA /* button.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = button.cpp; sourceTree = "<group>"; };
|
|
910BBAA80FB8F733001E34EA /* pict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pict.h; sourceTree = "<group>"; };
|
|
910BBAA90FB8F733001E34EA /* pict.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pict.cpp; sourceTree = "<group>"; };
|
|
910BBAB40FB91A26001E34EA /* field.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field.h; sourceTree = "<group>"; };
|
|
910BBAB50FB91A26001E34EA /* field.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = field.cpp; sourceTree = "<group>"; };
|
|
910BBAB80FB91ADB001E34EA /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message.h; sourceTree = "<group>"; };
|
|
910BBAB90FB91ADB001E34EA /* message.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message.cpp; sourceTree = "<group>"; };
|
|
910BBAD90FB91D2A001E34EA /* dlogutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dlogutil.h; sourceTree = "<group>"; };
|
|
910BBADA0FB91D2A001E34EA /* dlogutil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dlogutil.cpp; sourceTree = "<group>"; };
|
|
9122832D0FCF6C7200B21642 /* busywork.exs */ = {isa = PBXFileReference; lastKnownFileType = file; path = busywork.exs; sourceTree = "<group>"; };
|
|
912283C80FD0E16C00B21642 /* undo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = undo.cpp; sourceTree = "<group>"; };
|
|
912287850FD41A2300B21642 /* simpletypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simpletypes.h; sourceTree = "<group>"; };
|
|
91279BAD0F9CFCBA007B0D52 /* boescenario.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = boescenario.icns; sourceTree = SOURCE_ROOT; };
|
|
91279BB30F9D03B6007B0D52 /* boesave.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = boesave.icns; sourceTree = "<group>"; };
|
|
91279BB40F9D03B7007B0D52 /* boesounds.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = boesounds.icns; sourceTree = "<group>"; };
|
|
91279BB50F9D03B7007B0D52 /* boegraphics.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = boegraphics.icns; sourceTree = "<group>"; };
|
|
91279BE00F9D0F73007B0D52 /* location.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = location.h; sourceTree = "<group>"; };
|
|
91279BE10F9D0F73007B0D52 /* location.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = location.cpp; sourceTree = "<group>"; };
|
|
91279C570F9D1253007B0D52 /* scenario.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scenario.h; sourceTree = "<group>"; };
|
|
91279C580F9D1253007B0D52 /* scenario.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scenario.cpp; sourceTree = "<group>"; };
|
|
91279C650F9D12D6007B0D52 /* terrain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = terrain.h; sourceTree = "<group>"; };
|
|
91279C660F9D12D6007B0D52 /* terrain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = terrain.cpp; sourceTree = "<group>"; };
|
|
91279C740F9D15E4007B0D52 /* vehicle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vehicle.h; sourceTree = "<group>"; };
|
|
91279C750F9D15E5007B0D52 /* vehicle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vehicle.cpp; sourceTree = "<group>"; };
|
|
91279CC00F9D19DA007B0D52 /* monster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = monster.h; sourceTree = "<group>"; };
|
|
91279CC10F9D19DA007B0D52 /* monster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = monster.cpp; sourceTree = "<group>"; };
|
|
91279CC50F9D1A02007B0D52 /* special.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = special.h; sourceTree = "<group>"; };
|
|
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>"; };
|
|
912CF37F0FE44A9B0063B614 /* actionhelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = actionhelp.png; sourceTree = "<group>"; };
|
|
912CF3800FE44A9B0063B614 /* bigscenpics.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bigscenpics.png; sourceTree = "<group>"; };
|
|
912CF3810FE44A9B0063B614 /* booms.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = booms.png; sourceTree = "<group>"; };
|
|
912CF3820FE44A9B0063B614 /* buttons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = buttons.png; sourceTree = "<group>"; };
|
|
912CF3840FE44A9B0063B614 /* boot.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = boot.gif; sourceTree = "<group>"; };
|
|
912CF3850FE44A9B0063B614 /* bottomright.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = bottomright.gif; sourceTree = "<group>"; };
|
|
912CF3860FE44A9B0063B614 /* brush.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = brush.gif; sourceTree = "<group>"; };
|
|
912CF3870FE44A9B0063B614 /* drop.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = drop.gif; sourceTree = "<group>"; };
|
|
912CF3880FE44A9B0063B614 /* E.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = E.gif; sourceTree = "<group>"; };
|
|
912CF3890FE44A9B0063B614 /* eraser.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = eraser.gif; sourceTree = "<group>"; };
|
|
912CF38A0FE44A9B0063B614 /* eyedropper.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = eyedropper.gif; sourceTree = "<group>"; };
|
|
912CF38B0FE44A9B0063B614 /* hand.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = hand.gif; sourceTree = "<group>"; };
|
|
912CF38C0FE44A9B0063B614 /* key.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = key.gif; sourceTree = "<group>"; };
|
|
912CF38D0FE44A9B0063B614 /* look.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = look.gif; sourceTree = "<group>"; };
|
|
912CF38E0FE44A9B0063B614 /* N.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = N.gif; sourceTree = "<group>"; };
|
|
912CF38F0FE44A9B0063B614 /* NE.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = NE.gif; sourceTree = "<group>"; };
|
|
912CF3900FE44A9B0063B614 /* NW.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = NW.gif; sourceTree = "<group>"; };
|
|
912CF3910FE44A9B0063B614 /* S.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = S.gif; sourceTree = "<group>"; };
|
|
912CF3920FE44A9B0063B614 /* SE.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SE.gif; sourceTree = "<group>"; };
|
|
912CF3930FE44A9B0063B614 /* spraycan.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = spraycan.gif; sourceTree = "<group>"; };
|
|
912CF3940FE44A9B0063B614 /* SW.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = SW.gif; sourceTree = "<group>"; };
|
|
912CF3950FE44A9B0063B614 /* sword.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = sword.gif; sourceTree = "<group>"; };
|
|
912CF3960FE44A9B0063B614 /* talk.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = talk.gif; sourceTree = "<group>"; };
|
|
912CF3970FE44A9B0063B614 /* target.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = target.gif; sourceTree = "<group>"; };
|
|
912CF3980FE44A9B0063B614 /* topleft.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = topleft.gif; sourceTree = "<group>"; };
|
|
912CF3990FE44A9B0063B614 /* W.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = W.gif; sourceTree = "<group>"; };
|
|
912CF39A0FE44A9B0063B614 /* wait.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = wait.gif; sourceTree = "<group>"; };
|
|
912CF39B0FE44A9B0063B614 /* wand.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = wand.gif; sourceTree = "<group>"; };
|
|
912CF39C0FE44A9B0063B614 /* dlgbtnred.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlgbtnred.png; sourceTree = "<group>"; };
|
|
912CF39D0FE44A9B0063B614 /* dlogbtnhelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogbtnhelp.png; sourceTree = "<group>"; };
|
|
912CF39E0FE44A9B0063B614 /* dlogbtnled.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogbtnled.png; sourceTree = "<group>"; };
|
|
912CF39F0FE44A9B0063B614 /* dlogbtnlg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogbtnlg.png; sourceTree = "<group>"; };
|
|
912CF3A00FE44A9B0063B614 /* dlogbtnmed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogbtnmed.png; sourceTree = "<group>"; };
|
|
912CF3A10FE44A9B0063B614 /* dlogbtnsm.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogbtnsm.png; sourceTree = "<group>"; };
|
|
912CF3A20FE44A9B0063B614 /* dlogbtntall.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogbtntall.png; sourceTree = "<group>"; };
|
|
912CF3A30FE44A9B0063B614 /* dlogpics.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogpics.png; sourceTree = "<group>"; };
|
|
912CF3A40FE44A9B0063B614 /* edbuttons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = edbuttons.png; sourceTree = "<group>"; };
|
|
912CF3A50FE44A9B0063B614 /* edsplash.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = edsplash.png; sourceTree = "<group>"; };
|
|
912CF3A60FE44A9B0063B614 /* fields.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fields.png; sourceTree = "<group>"; };
|
|
912CF3A70FE44A9B0063B614 /* fighthelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fighthelp.png; sourceTree = "<group>"; };
|
|
912CF3A80FE44A9B0063B614 /* invenbtns.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = invenbtns.png; sourceTree = "<group>"; };
|
|
912CF3A90FE44A9B0063B614 /* invenhelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = invenhelp.png; sourceTree = "<group>"; };
|
|
912CF3AA0FE44A9B0063B614 /* inventory.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = inventory.png; sourceTree = "<group>"; };
|
|
912CF3AB0FE44A9B0063B614 /* mapOLD.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mapOLD.png; sourceTree = "<group>"; };
|
|
912CF3AC0FE44A9B0063B614 /* missiles.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = missiles.png; sourceTree = "<group>"; };
|
|
912CF3AD0FE44A9B0063B614 /* monst1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst1.png; sourceTree = "<group>"; };
|
|
912CF3AE0FE44A9B0063B614 /* monst10.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst10.png; sourceTree = "<group>"; };
|
|
912CF3AF0FE44A9B0063B614 /* monst11.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst11.png; sourceTree = "<group>"; };
|
|
912CF3B00FE44A9B0063B614 /* monst2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst2.png; sourceTree = "<group>"; };
|
|
912CF3B10FE44A9B0063B614 /* monst3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst3.png; sourceTree = "<group>"; };
|
|
912CF3B20FE44A9B0063B614 /* monst4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst4.png; sourceTree = "<group>"; };
|
|
912CF3B30FE44A9B0063B614 /* monst5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst5.png; sourceTree = "<group>"; };
|
|
912CF3B40FE44A9B0063B614 /* monst6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst6.png; sourceTree = "<group>"; };
|
|
912CF3B50FE44A9B0063B614 /* monst7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst7.png; sourceTree = "<group>"; };
|
|
912CF3B60FE44A9B0063B614 /* monst8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst8.png; sourceTree = "<group>"; };
|
|
912CF3B70FE44A9B0063B614 /* monst9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monst9.png; sourceTree = "<group>"; };
|
|
912CF3B80FE44A9B0063B614 /* objects.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = objects.png; sourceTree = "<group>"; };
|
|
912CF3B90FE44A9B0063B614 /* outhelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = outhelp.png; sourceTree = "<group>"; };
|
|
912CF3BA0FE44A9B0063B614 /* pcedbuttons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pcedbuttons.png; sourceTree = "<group>"; };
|
|
912CF3BB0FE44A9B0063B614 /* pcedtitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pcedtitle.png; sourceTree = "<group>"; };
|
|
912CF3BC0FE44A9B0063B614 /* pcs.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pcs.png; sourceTree = "<group>"; };
|
|
912CF3BD0FE44A9B0063B614 /* pixpats.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pixpats.png; sourceTree = "<group>"; };
|
|
912CF3BE0FE44A9B0063B614 /* scenpics.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = scenpics.png; sourceTree = "<group>"; };
|
|
912CF3BF0FE44A9B0063B614 /* spidlogo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = spidlogo.png; sourceTree = "<group>"; };
|
|
912CF3C00FE44A9B0063B614 /* startanim.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = startanim.png; sourceTree = "<group>"; };
|
|
912CF3C10FE44A9B0063B614 /* startbut.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = startbut.png; sourceTree = "<group>"; };
|
|
912CF3C20FE44A9B0063B614 /* startsplash.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = startsplash.png; sourceTree = "<group>"; };
|
|
912CF3C30FE44A9B0063B614 /* startup.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = startup.png; sourceTree = "<group>"; };
|
|
912CF3C40FE44A9B0063B614 /* statarea.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = statarea.png; sourceTree = "<group>"; };
|
|
912CF3C50FE44A9B0063B614 /* stathelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stathelp.png; sourceTree = "<group>"; };
|
|
912CF3C60FE44A9B0063B614 /* staticonhelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = staticonhelp.png; sourceTree = "<group>"; };
|
|
912CF3C70FE44A9B0063B614 /* staticons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = staticons.png; sourceTree = "<group>"; };
|
|
912CF3C80FE44A9B0063B614 /* talkportraits.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = talkportraits.png; sourceTree = "<group>"; };
|
|
912CF3C90FE44A9B0063B614 /* ter1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter1.png; sourceTree = "<group>"; };
|
|
912CF3CA0FE44A9B0063B614 /* ter2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter2.png; sourceTree = "<group>"; };
|
|
912CF3CB0FE44A9B0063B614 /* ter3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter3.png; sourceTree = "<group>"; };
|
|
912CF3CC0FE44A9B0063B614 /* ter4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter4.png; sourceTree = "<group>"; };
|
|
912CF3CD0FE44A9B0063B614 /* ter5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter5.png; sourceTree = "<group>"; };
|
|
912CF3CE0FE44A9B0063B614 /* ter6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter6.png; sourceTree = "<group>"; };
|
|
912CF3CF0FE44A9B0063B614 /* ter7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter7.png; sourceTree = "<group>"; };
|
|
912CF3D00FE44A9B0063B614 /* ter8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ter8.png; sourceTree = "<group>"; };
|
|
912CF3D10FE44A9B0063B614 /* teranim.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = teranim.png; sourceTree = "<group>"; };
|
|
912CF3D20FE44A9B0063B614 /* termap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = termap.png; sourceTree = "<group>"; };
|
|
912CF3D30FE44A9B0063B614 /* terscreen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = terscreen.png; sourceTree = "<group>"; };
|
|
912CF3D40FE44A9B0063B614 /* textbar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = textbar.png; sourceTree = "<group>"; };
|
|
912CF3D50FE44A9B0063B614 /* tinyobj.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tinyobj.png; sourceTree = "<group>"; };
|
|
912CF3D60FE44A9B0063B614 /* townhelp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = townhelp.png; sourceTree = "<group>"; };
|
|
912CF3D70FE44A9B0063B614 /* transcript.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = transcript.png; sourceTree = "<group>"; };
|
|
912CF3D80FE44A9B0063B614 /* trim.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = trim.png; sourceTree = "<group>"; };
|
|
912CF3D90FE44A9B0063B614 /* vehicle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vehicle.png; sourceTree = "<group>"; };
|
|
912DFE8918E24B4C00B00D75 /* resmgr.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = resmgr.hpp; sourceTree = "<group>"; };
|
|
912DFE8A18E24B4C00B00D75 /* restypes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = restypes.hpp; sourceTree = "<group>"; };
|
|
912DFE8E18E2872300B00D75 /* boe.menus.mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = boe.menus.mac.mm; sourceTree = "<group>"; };
|
|
913D00590F9FEEC200184C18 /* porting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = porting.h; sourceTree = "<group>"; };
|
|
913D005A0F9FEEC200184C18 /* porting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = porting.cpp; sourceTree = "<group>"; };
|
|
913D05B40FA1E9E200184C18 /* party.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = party.h; sourceTree = "<group>"; };
|
|
913D05B50FA1E9E300184C18 /* party.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = party.cpp; sourceTree = "<group>"; };
|
|
913D05BA0FA1EA0A00184C18 /* pc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pc.h; sourceTree = "<group>"; };
|
|
913D05BB0FA1EA0A00184C18 /* pc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pc.cpp; sourceTree = "<group>"; };
|
|
913D6C040FC57A8E00E12527 /* boeresources.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = boeresources.icns; sourceTree = "<group>"; };
|
|
914701A418F629D4008A6DC9 /* dungeon.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = dungeon.ttf; sourceTree = "<group>"; };
|
|
914701A518F629D4008A6DC9 /* maidenword.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = maidenword.ttf; sourceTree = "<group>"; };
|
|
914701A918F64A85008A6DC9 /* dialog.xsd */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = dialog.xsd; path = schemas/dialog.xsd; sourceTree = "<group>"; };
|
|
914B2AA118E7E500007B6799 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
|
914B2AA218E7E500007B6799 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
|
|
914B2AAE18E7E529007B6799 /* sndfile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = sndfile.framework; path = /Library/Frameworks/sndfile.framework; sourceTree = "<absolute>"; };
|
|
914B2ACC18E7FFEF007B6799 /* SND1.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND1.WAV; sourceTree = "<group>"; };
|
|
914B2ACD18E7FFEF007B6799 /* SND10.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND10.WAV; sourceTree = "<group>"; };
|
|
914B2ACE18E7FFEF007B6799 /* SND11.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND11.WAV; sourceTree = "<group>"; };
|
|
914B2ACF18E7FFEF007B6799 /* SND12.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND12.WAV; sourceTree = "<group>"; };
|
|
914B2AD018E7FFEF007B6799 /* SND13.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND13.WAV; sourceTree = "<group>"; };
|
|
914B2AD118E7FFEF007B6799 /* SND14.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND14.WAV; sourceTree = "<group>"; };
|
|
914B2AD218E7FFEF007B6799 /* SND15.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND15.WAV; sourceTree = "<group>"; };
|
|
914B2AD318E7FFEF007B6799 /* SND16.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND16.WAV; sourceTree = "<group>"; };
|
|
914B2AD418E7FFEF007B6799 /* SND17.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND17.WAV; sourceTree = "<group>"; };
|
|
914B2AD518E7FFEF007B6799 /* SND18.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND18.WAV; sourceTree = "<group>"; };
|
|
914B2AD618E7FFEF007B6799 /* SND19.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND19.WAV; sourceTree = "<group>"; };
|
|
914B2AD718E7FFEF007B6799 /* SND2.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND2.WAV; sourceTree = "<group>"; };
|
|
914B2AD818E7FFEF007B6799 /* SND20.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND20.WAV; sourceTree = "<group>"; };
|
|
914B2AD918E7FFEF007B6799 /* SND21.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND21.WAV; sourceTree = "<group>"; };
|
|
914B2ADA18E7FFEF007B6799 /* SND22.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND22.WAV; sourceTree = "<group>"; };
|
|
914B2ADB18E7FFEF007B6799 /* SND23.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND23.WAV; sourceTree = "<group>"; };
|
|
914B2ADC18E7FFEF007B6799 /* SND24.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND24.WAV; sourceTree = "<group>"; };
|
|
914B2ADD18E7FFEF007B6799 /* SND25.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND25.WAV; sourceTree = "<group>"; };
|
|
914B2ADE18E7FFEF007B6799 /* SND26.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND26.WAV; sourceTree = "<group>"; };
|
|
914B2ADF18E7FFEF007B6799 /* SND27.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND27.WAV; sourceTree = "<group>"; };
|
|
914B2AE018E7FFEF007B6799 /* SND28.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND28.WAV; sourceTree = "<group>"; };
|
|
914B2AE118E7FFEF007B6799 /* SND29.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND29.WAV; sourceTree = "<group>"; };
|
|
914B2AE218E7FFEF007B6799 /* SND3.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND3.WAV; sourceTree = "<group>"; };
|
|
914B2AE318E7FFEF007B6799 /* SND30.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND30.WAV; sourceTree = "<group>"; };
|
|
914B2AE418E7FFEF007B6799 /* SND31.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND31.WAV; sourceTree = "<group>"; };
|
|
914B2AE518E7FFEF007B6799 /* SND32.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND32.WAV; sourceTree = "<group>"; };
|
|
914B2AE618E7FFEF007B6799 /* SND33.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND33.WAV; sourceTree = "<group>"; };
|
|
914B2AE718E7FFEF007B6799 /* SND34.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND34.WAV; sourceTree = "<group>"; };
|
|
914B2AE818E7FFEF007B6799 /* SND35.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND35.WAV; sourceTree = "<group>"; };
|
|
914B2AE918E7FFEF007B6799 /* SND36.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND36.WAV; sourceTree = "<group>"; };
|
|
914B2AEA18E7FFEF007B6799 /* SND37.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND37.WAV; sourceTree = "<group>"; };
|
|
914B2AEB18E7FFEF007B6799 /* SND38.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND38.WAV; sourceTree = "<group>"; };
|
|
914B2AEC18E7FFEF007B6799 /* SND39.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND39.WAV; sourceTree = "<group>"; };
|
|
914B2AED18E7FFEF007B6799 /* SND4.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND4.WAV; sourceTree = "<group>"; };
|
|
914B2AEE18E7FFEF007B6799 /* SND40.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND40.WAV; sourceTree = "<group>"; };
|
|
914B2AEF18E7FFEF007B6799 /* SND41.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND41.WAV; sourceTree = "<group>"; };
|
|
914B2AF018E7FFEF007B6799 /* SND42.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND42.WAV; sourceTree = "<group>"; };
|
|
914B2AF118E7FFEF007B6799 /* SND43.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND43.WAV; sourceTree = "<group>"; };
|
|
914B2AF218E7FFEF007B6799 /* SND44.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND44.WAV; sourceTree = "<group>"; };
|
|
914B2AF318E7FFEF007B6799 /* SND45.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND45.WAV; sourceTree = "<group>"; };
|
|
914B2AF418E7FFEF007B6799 /* SND46.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND46.WAV; sourceTree = "<group>"; };
|
|
914B2AF518E7FFEF007B6799 /* SND47.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND47.WAV; sourceTree = "<group>"; };
|
|
914B2AF618E7FFEF007B6799 /* SND48.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND48.WAV; sourceTree = "<group>"; };
|
|
914B2AF718E7FFEF007B6799 /* SND49.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND49.WAV; sourceTree = "<group>"; };
|
|
914B2AF818E7FFEF007B6799 /* SND5.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND5.WAV; sourceTree = "<group>"; };
|
|
914B2AF918E7FFEF007B6799 /* SND50.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND50.WAV; sourceTree = "<group>"; };
|
|
914B2AFA18E7FFEF007B6799 /* SND51.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND51.WAV; sourceTree = "<group>"; };
|
|
914B2AFB18E7FFEF007B6799 /* SND52.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND52.WAV; sourceTree = "<group>"; };
|
|
914B2AFC18E7FFEF007B6799 /* SND53.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND53.WAV; sourceTree = "<group>"; };
|
|
914B2AFD18E7FFEF007B6799 /* SND54.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND54.WAV; sourceTree = "<group>"; };
|
|
914B2AFE18E7FFEF007B6799 /* SND55.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND55.WAV; sourceTree = "<group>"; };
|
|
914B2AFF18E7FFEF007B6799 /* SND56.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND56.WAV; sourceTree = "<group>"; };
|
|
914B2B0018E7FFEF007B6799 /* SND57.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND57.WAV; sourceTree = "<group>"; };
|
|
914B2B0118E7FFEF007B6799 /* SND58.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND58.WAV; sourceTree = "<group>"; };
|
|
914B2B0218E7FFEF007B6799 /* SND59.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND59.WAV; sourceTree = "<group>"; };
|
|
914B2B0318E7FFEF007B6799 /* SND6.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND6.WAV; sourceTree = "<group>"; };
|
|
914B2B0418E7FFEF007B6799 /* SND60.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND60.WAV; sourceTree = "<group>"; };
|
|
914B2B0518E7FFEF007B6799 /* SND61.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND61.WAV; sourceTree = "<group>"; };
|
|
914B2B0618E7FFEF007B6799 /* SND62.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND62.WAV; sourceTree = "<group>"; };
|
|
914B2B0718E7FFEF007B6799 /* SND63.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND63.WAV; sourceTree = "<group>"; };
|
|
914B2B0818E7FFEF007B6799 /* SND64.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND64.WAV; sourceTree = "<group>"; };
|
|
914B2B0918E7FFEF007B6799 /* SND65.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND65.WAV; sourceTree = "<group>"; };
|
|
914B2B0A18E7FFEF007B6799 /* SND66.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND66.WAV; sourceTree = "<group>"; };
|
|
914B2B0B18E7FFEF007B6799 /* SND67.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND67.WAV; sourceTree = "<group>"; };
|
|
914B2B0C18E7FFEF007B6799 /* SND68.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND68.WAV; sourceTree = "<group>"; };
|
|
914B2B0D18E7FFEF007B6799 /* SND69.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND69.WAV; sourceTree = "<group>"; };
|
|
914B2B0E18E7FFEF007B6799 /* SND7.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND7.WAV; sourceTree = "<group>"; };
|
|
914B2B0F18E7FFEF007B6799 /* SND70.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND70.WAV; sourceTree = "<group>"; };
|
|
914B2B1018E7FFEF007B6799 /* SND71.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND71.WAV; sourceTree = "<group>"; };
|
|
914B2B1118E7FFEF007B6799 /* SND72.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND72.WAV; sourceTree = "<group>"; };
|
|
914B2B1218E7FFEF007B6799 /* SND73.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND73.WAV; sourceTree = "<group>"; };
|
|
914B2B1318E7FFEF007B6799 /* SND74.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND74.WAV; sourceTree = "<group>"; };
|
|
914B2B1418E7FFEF007B6799 /* SND75.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND75.WAV; sourceTree = "<group>"; };
|
|
914B2B1518E7FFEF007B6799 /* SND76.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND76.WAV; sourceTree = "<group>"; };
|
|
914B2B1618E7FFEF007B6799 /* SND77.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND77.WAV; sourceTree = "<group>"; };
|
|
914B2B1718E7FFEF007B6799 /* SND78.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND78.WAV; sourceTree = "<group>"; };
|
|
914B2B1818E7FFEF007B6799 /* SND79.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND79.WAV; sourceTree = "<group>"; };
|
|
914B2B1918E7FFEF007B6799 /* SND8.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND8.WAV; sourceTree = "<group>"; };
|
|
914B2B1A18E7FFEF007B6799 /* SND80.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND80.WAV; sourceTree = "<group>"; };
|
|
914B2B1B18E7FFEF007B6799 /* SND81.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND81.WAV; sourceTree = "<group>"; };
|
|
914B2B1C18E7FFEF007B6799 /* SND82.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND82.WAV; sourceTree = "<group>"; };
|
|
914B2B1D18E7FFEF007B6799 /* SND83.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND83.WAV; sourceTree = "<group>"; };
|
|
914B2B1E18E7FFEF007B6799 /* SND84.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND84.WAV; sourceTree = "<group>"; };
|
|
914B2B1F18E7FFEF007B6799 /* SND85.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND85.WAV; sourceTree = "<group>"; };
|
|
914B2B2018E7FFEF007B6799 /* SND86.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND86.WAV; sourceTree = "<group>"; };
|
|
914B2B2118E7FFEF007B6799 /* SND87.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND87.WAV; sourceTree = "<group>"; };
|
|
914B2B2218E7FFEF007B6799 /* SND88.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND88.WAV; sourceTree = "<group>"; };
|
|
914B2B2318E7FFEF007B6799 /* SND89.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND89.WAV; sourceTree = "<group>"; };
|
|
914B2B2418E7FFEF007B6799 /* SND9.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND9.WAV; sourceTree = "<group>"; };
|
|
914B2B2518E7FFEF007B6799 /* SND90.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND90.WAV; sourceTree = "<group>"; };
|
|
914B2B2618E7FFEF007B6799 /* SND91.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND91.WAV; sourceTree = "<group>"; };
|
|
914B2B2718E7FFEF007B6799 /* SND92.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND92.WAV; sourceTree = "<group>"; };
|
|
914B2B2818E7FFEF007B6799 /* SND93.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND93.WAV; sourceTree = "<group>"; };
|
|
914B2B2918E7FFEF007B6799 /* SND94.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND94.WAV; sourceTree = "<group>"; };
|
|
914B2B2A18E7FFEF007B6799 /* SND95.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND95.WAV; sourceTree = "<group>"; };
|
|
914B2B2B18E7FFEF007B6799 /* SND96.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND96.WAV; sourceTree = "<group>"; };
|
|
914B2B2C18E7FFEF007B6799 /* SND97.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND97.WAV; sourceTree = "<group>"; };
|
|
914B2B2D18E7FFEF007B6799 /* SND98.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND98.WAV; sourceTree = "<group>"; };
|
|
914B2B2E18E7FFEF007B6799 /* SND99.WAV */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = SND99.WAV; sourceTree = "<group>"; };
|
|
914B2BB518E892AA007B6799 /* dialog-converting.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "dialog-converting.txt"; path = "dialogxml/dialog-converting.txt"; sourceTree = SOURCE_ROOT; };
|
|
914CA4431905788F00B6ADD1 /* watch.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = watch.gif; sourceTree = "<group>"; };
|
|
914CA45719074D0A00B6ADD1 /* scen.menus.mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = scen.menus.mac.mm; sourceTree = "<group>"; };
|
|
914CA4641909B00100B6ADD1 /* scen.menus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scen.menus.h; sourceTree = "<group>"; };
|
|
914CA49F190C4E9200B6ADD1 /* scen.menu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = scen.menu.xib; sourceTree = "<group>"; };
|
|
915325161A2E1DA8000A9A1C /* oldstructs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = oldstructs.cpp; path = ../oldstructs.cpp; sourceTree = "<group>"; };
|
|
915325181A2E37EE000A9A1C /* specials_parse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = specials_parse.cpp; sourceTree = "<group>"; };
|
|
915E09071A316D6A008BDF00 /* map_parse.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = map_parse.hpp; sourceTree = "<group>"; };
|
|
915E09081A316D89008BDF00 /* map_parse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = map_parse.cpp; sourceTree = "<group>"; };
|
|
917B573F100B956C0096C978 /* undo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = undo.h; sourceTree = "<group>"; };
|
|
918D59A718EA513900735B66 /* dialog.keys.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dialog.keys.h; sourceTree = "<group>"; };
|
|
919145FB18E3A32F005CF3A4 /* boe.appleevents.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = boe.appleevents.mm; sourceTree = "<group>"; };
|
|
919145FD18E3C750005CF3A4 /* scrollbar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = scrollbar.h; sourceTree = "<group>"; };
|
|
919145FE18E63B41005CF3A4 /* winutil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = winutil.h; sourceTree = "<group>"; };
|
|
919145FF18E63B70005CF3A4 /* winutil.mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = winutil.mac.mm; sourceTree = "<group>"; };
|
|
9191460018E63D8E005CF3A4 /* scrollbar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scrollbar.cpp; sourceTree = "<group>"; };
|
|
9191460118E6591F005CF3A4 /* boe.menus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boe.menus.h; sourceTree = "<group>"; };
|
|
9192C11E18F271920088A580 /* menu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = menu.xib; sourceTree = "<group>"; };
|
|
919DDBFA19006CC9003E7FED /* libboost_filesystem.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libboost_filesystem.dylib; path = /usr/local/lib/libboost_filesystem.dylib; sourceTree = "<absolute>"; };
|
|
919DDBFB19006CC9003E7FED /* libboost_system.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libboost_system.dylib; path = /usr/local/lib/libboost_system.dylib; sourceTree = "<absolute>"; };
|
|
919DDC091900750D003E7FED /* freetype.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = freetype.framework; path = ../../../../../../Library/Frameworks/freetype.framework; sourceTree = "<group>"; };
|
|
91A0B15A1900F73E00EF438F /* mask.frag */ = {isa = PBXFileReference; explicitFileType = sourcecode.glsl; fileEncoding = 4; path = mask.frag; sourceTree = "<group>"; };
|
|
91A32BD10FDB797B00C4E957 /* dlogutil.buttons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dlogutil.buttons.h; sourceTree = "<group>"; };
|
|
91AC607E0FA26A3B00EEAE67 /* regtown.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = regtown.h; sourceTree = "<group>"; };
|
|
91AC607F0FA26A3B00EEAE67 /* regtown.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = regtown.cpp; sourceTree = "<group>"; };
|
|
91AC60A60FA26C1B00EEAE67 /* tmpltown.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tmpltown.h; sourceTree = "<group>"; };
|
|
91AC60A70FA26C1B00EEAE67 /* tmpltown.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tmpltown.cpp; sourceTree = "<group>"; };
|
|
91AC61300FA270B300EEAE67 /* classes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = classes.h; sourceTree = SOURCE_ROOT; };
|
|
91AC61C40FA2729900EEAE67 /* universe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = universe.h; sourceTree = "<group>"; };
|
|
91AC61C50FA2729900EEAE67 /* universe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = universe.cpp; sourceTree = "<group>"; };
|
|
91AC62090FA2853700EEAE67 /* creatlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = creatlist.h; sourceTree = "<group>"; };
|
|
91AC620A0FA2853700EEAE67 /* creatlist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = creatlist.cpp; sourceTree = "<group>"; };
|
|
91ACCE65190004D300FAEF8B /* dlogscroll.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dlogscroll.png; sourceTree = "<group>"; };
|
|
91ACCE82190032E000FAEF8B /* fix_dylibs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = fix_dylibs.sh; sourceTree = "<group>"; };
|
|
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; path = "BoE Scenario Editor-Info.plist"; sourceTree = "<group>"; };
|
|
91B3EEDA0F969BA700BF5B67 /* BOEScen.rsrc */ = {isa = PBXFileReference; lastKnownFileType = archive.rsrc; path = BOEScen.rsrc; sourceTree = "<group>"; };
|
|
91B3EEDB0F969BA700BF5B67 /* BoE Scenario Editor.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = "BoE Scenario Editor.icns"; sourceTree = "<group>"; };
|
|
91B3EEDE0F969BA700BF5B67 /* scen.global.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.global.h; sourceTree = "<group>"; };
|
|
91B3EEE00F969BA700BF5B67 /* scen.keydlgs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.keydlgs.h; sourceTree = "<group>"; };
|
|
91B3EEE10F969BA700BF5B67 /* scen.core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.core.h; sourceTree = "<group>"; };
|
|
91B3EEE30F969BA700BF5B67 /* scen.actions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.actions.h; sourceTree = "<group>"; };
|
|
91B3EEE40F969BA700BF5B67 /* scen.fileio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.fileio.h; sourceTree = "<group>"; };
|
|
91B3EEE50F969BA700BF5B67 /* scen.graphics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.graphics.h; sourceTree = "<group>"; };
|
|
91B3EEE60F969BA700BF5B67 /* scen.townout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.townout.h; sourceTree = "<group>"; };
|
|
91B3EEE70F969BA700BF5B67 /* scen.btnmg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scen.btnmg.h; sourceTree = "<group>"; };
|
|
91B3EEEB0F969BA700BF5B67 /* scen.main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.main.cpp; sourceTree = "<group>"; };
|
|
91B3EEEE0F969BA700BF5B67 /* scen.keydlgs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.keydlgs.cpp; sourceTree = "<group>"; };
|
|
91B3EEEF0F969BA700BF5B67 /* scen.core.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.core.cpp; sourceTree = "<group>"; };
|
|
91B3EEF10F969BA700BF5B67 /* scen.actions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.actions.cpp; sourceTree = "<group>"; };
|
|
91B3EEF20F969BA700BF5B67 /* scen.fileio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.fileio.cpp; sourceTree = "<group>"; };
|
|
91B3EEF30F969BA700BF5B67 /* scen.graphics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.graphics.cpp; sourceTree = "<group>"; };
|
|
91B3EEF40F969BA700BF5B67 /* scen.townout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.townout.cpp; sourceTree = "<group>"; };
|
|
91B3EEF50F969BA700BF5B67 /* scen.btnmg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scen.btnmg.cpp; sourceTree = "<group>"; };
|
|
91B3EEFC0F969BD300BF5B67 /* pc.action.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pc.action.h; sourceTree = "<group>"; };
|
|
91B3EEFD0F969BD300BF5B67 /* pc.editors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pc.editors.h; sourceTree = "<group>"; };
|
|
91B3EEFE0F969BD300BF5B67 /* pc.fileio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pc.fileio.h; sourceTree = "<group>"; };
|
|
91B3EEFF0F969BD300BF5B67 /* pc.global.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pc.global.h; sourceTree = "<group>"; };
|
|
91B3EF000F969BD300BF5B67 /* pc.graphics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pc.graphics.h; sourceTree = "<group>"; };
|
|
91B3EF050F969BD300BF5B67 /* pc.main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pc.main.cpp; sourceTree = "<group>"; };
|
|
91B3EF060F969BD300BF5B67 /* pc.action.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pc.action.cpp; sourceTree = "<group>"; };
|
|
91B3EF070F969BD300BF5B67 /* pc.editors.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pc.editors.cpp; sourceTree = "<group>"; };
|
|
91B3EF080F969BD300BF5B67 /* pc.fileio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pc.fileio.cpp; sourceTree = "<group>"; };
|
|
91B3EF0A0F969BD300BF5B67 /* pc.graphics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pc.graphics.cpp; sourceTree = "<group>"; };
|
|
91B3EF110F969BD300BF5B67 /* BoECharEd.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = BoECharEd.icns; sourceTree = "<group>"; };
|
|
91B3EF120F969BD300BF5B67 /* bladespced.rsrc */ = {isa = PBXFileReference; lastKnownFileType = archive.rsrc; path = bladespced.rsrc; sourceTree = "<group>"; };
|
|
91B3EF130F969BD300BF5B67 /* Blades of Exile Character Editor-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Blades of Exile Character Editor-Info.plist"; sourceTree = "<group>"; };
|
|
91B3EF180F969C2200BF5B67 /* Blades of Exile Character Editor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Blades of Exile Character Editor.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
91B3EF250F969CE300BF5B67 /* bladbase.exs */ = {isa = PBXFileReference; lastKnownFileType = file; name = bladbase.exs; path = "../rsrc/Blades of Exile Bases/bladbase.exs"; sourceTree = "<group>"; };
|
|
91B3EF3F0F969F0000BF5B67 /* BoE Scenario Editor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BoE Scenario Editor.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
91B3F1090F9779C300BF5B67 /* graphtool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = graphtool.h; sourceTree = "<group>"; };
|
|
91B3F10A0F9779C300BF5B67 /* graphtool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = graphtool.cpp; sourceTree = "<group>"; };
|
|
91B3F10E0F9779D000BF5B67 /* soundtool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = soundtool.h; sourceTree = "<group>"; };
|
|
91B3F10F0F9779D000BF5B67 /* soundtool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = soundtool.cpp; sourceTree = "<group>"; };
|
|
91B3F11D0F97801F00BF5B67 /* mathutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mathutil.h; sourceTree = "<group>"; };
|
|
91B3F11E0F97801F00BF5B67 /* mathutil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mathutil.cpp; sourceTree = "<group>"; };
|
|
91BFA3D61901B024001686E4 /* mask.vert */ = {isa = PBXFileReference; explicitFileType = sourcecode.glsl; fileEncoding = 4; path = mask.vert; sourceTree = "<group>"; };
|
|
91BFA3D81902AD78001686E4 /* tarball.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tarball.cpp; sourceTree = "<group>"; };
|
|
91BFA3D91902ADD5001686E4 /* tarball.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = tarball.hpp; sourceTree = "<group>"; };
|
|
91BFA3DE19033E01001686E4 /* gzstream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gzstream.cpp; sourceTree = "<group>"; };
|
|
91BFA3DF19033E01001686E4 /* gzstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gzstream.h; sourceTree = "<group>"; };
|
|
91C688E60FD702B9000F6D01 /* cursors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cursors.h; sourceTree = "<group>"; };
|
|
91C688E70FD702B9000F6D01 /* cursors.mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = cursors.mac.mm; sourceTree = "<group>"; };
|
|
91C749B71A2D6432008E0E10 /* strings */ = {isa = PBXFileReference; lastKnownFileType = folder; path = strings; sourceTree = "<group>"; };
|
|
91C749B91A2D66F7008E0E10 /* dialogs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = dialogs; sourceTree = "<group>"; };
|
|
91D62F330F8EB84800674AB3 /* bladesofexile.rsrc */ = {isa = PBXFileReference; lastKnownFileType = archive.rsrc; path = bladesofexile.rsrc; sourceTree = "<group>"; };
|
|
91D635AA0F90E7B500674AB3 /* stealth.exs */ = {isa = PBXFileReference; lastKnownFileType = file; path = stealth.exs; sourceTree = "<group>"; };
|
|
91D635AB0F90E7B500674AB3 /* stealth.meg */ = {isa = PBXFileReference; lastKnownFileType = file; path = stealth.meg; sourceTree = "<group>"; };
|
|
91D635AC0F90E7B500674AB3 /* valleydy.exs */ = {isa = PBXFileReference; lastKnownFileType = file; path = valleydy.exs; sourceTree = "<group>"; };
|
|
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; name = oldstructs.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; path = fileio.h; sourceTree = "<group>"; };
|
|
91E5C7A60F9F615400C21460 /* fileio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = 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>"; };
|
|
91EC480E18FBAA8700BB1E86 /* prefs.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = prefs.hpp; sourceTree = "<group>"; };
|
|
91EC481018FBABB100BB1E86 /* prefs.mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = prefs.mac.mm; sourceTree = "<group>"; };
|
|
91EF05291904D082001BEF85 /* bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = bold.ttf; sourceTree = "<group>"; };
|
|
91EF052A1904D082001BEF85 /* plain.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = plain.ttf; sourceTree = "<group>"; };
|
|
91F06E8F1A2EBEE70038E902 /* special_parse.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = special_parse.hpp; sourceTree = "<group>"; };
|
|
91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "sfml-audio.framework"; path = "/Library/Frameworks/sfml-audio.framework"; sourceTree = "<absolute>"; };
|
|
91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "sfml-graphics.framework"; path = "/Library/Frameworks/sfml-graphics.framework"; sourceTree = "<absolute>"; };
|
|
91F6F8E018F87F3700E3EA15 /* sfml-system.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "sfml-system.framework"; path = "/Library/Frameworks/sfml-system.framework"; sourceTree = "<absolute>"; };
|
|
91F6F8E118F87F3700E3EA15 /* sfml-window.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "sfml-window.framework"; path = "/Library/Frameworks/sfml-window.framework"; sourceTree = "<absolute>"; };
|
|
91F6F8E218F87F3700E3EA15 /* SFML.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SFML.framework; path = /Library/Frameworks/SFML.framework; sourceTree = "<absolute>"; };
|
|
91F6F8F518F8DE6300E3EA15 /* qdpict.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = qdpict.cpp; sourceTree = "<group>"; };
|
|
91FCC8D718FE28CC007026CE /* pc.menu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = pc.menu.xib; sourceTree = "<group>"; };
|
|
91FCC8DA18FE2CCA007026CE /* pc.menus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pc.menus.h; sourceTree = "<group>"; };
|
|
91FCC8DB18FE2CE8007026CE /* pc.menus.mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = pc.menus.mac.mm; sourceTree = "<group>"; };
|
|
91FCC8F318FF069A007026CE /* pc.appleevents.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = pc.appleevents.mm; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
2BF04ABF0BF518D4006C0831 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
914B2AA318E7E507007B6799 /* Cocoa.framework in Frameworks */,
|
|
914B2AA618E7E50D007B6799 /* OpenGL.framework in Frameworks */,
|
|
914B2ABF18E7E543007B6799 /* sndfile.framework in Frameworks */,
|
|
91F6F8E318F87F3700E3EA15 /* sfml-audio.framework in Frameworks */,
|
|
91F6F8E618F87F3700E3EA15 /* sfml-graphics.framework in Frameworks */,
|
|
91F6F8EC18F87F3700E3EA15 /* sfml-system.framework in Frameworks */,
|
|
91F6F8EF18F87F3700E3EA15 /* sfml-window.framework in Frameworks */,
|
|
919DDC0A1900750D003E7FED /* freetype.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91B3EF160F969C2200BF5B67 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
914B2AA418E7E509007B6799 /* Cocoa.framework in Frameworks */,
|
|
914B2AA718E7E50E007B6799 /* OpenGL.framework in Frameworks */,
|
|
914B2AC018E7E544007B6799 /* sndfile.framework in Frameworks */,
|
|
91F6F8E418F87F3700E3EA15 /* sfml-audio.framework in Frameworks */,
|
|
91F6F8E718F87F3700E3EA15 /* sfml-graphics.framework in Frameworks */,
|
|
91F6F8ED18F87F3700E3EA15 /* sfml-system.framework in Frameworks */,
|
|
91F6F8F018F87F3700E3EA15 /* sfml-window.framework in Frameworks */,
|
|
919DDC0B1900750D003E7FED /* freetype.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91B3EF3D0F969F0000BF5B67 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
914B2AA518E7E50A007B6799 /* Cocoa.framework in Frameworks */,
|
|
914B2AA818E7E50E007B6799 /* OpenGL.framework in Frameworks */,
|
|
914B2AC118E7E544007B6799 /* sndfile.framework in Frameworks */,
|
|
91F6F8E518F87F3700E3EA15 /* sfml-audio.framework in Frameworks */,
|
|
91F6F8E818F87F3700E3EA15 /* sfml-graphics.framework in Frameworks */,
|
|
91F6F8EE18F87F3700E3EA15 /* sfml-system.framework in Frameworks */,
|
|
91F6F8F118F87F3700E3EA15 /* sfml-window.framework in Frameworks */,
|
|
919DDC0C1900750D003E7FED /* freetype.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
2BF04A9F0BF51845006C0831 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91279BAB0F9CFB18007B0D52 /* classes */,
|
|
91B3F0FF0F97797200BF5B67 /* tools */,
|
|
91B3EF380F969E4A00BF5B67 /* osx */,
|
|
91B3EEF90F969BBD00BF5B67 /* CharEd */,
|
|
91B3EECD0F969B7000BF5B67 /* ScenEd */,
|
|
91B3EF220F969CA300BF5B67 /* rsrc */,
|
|
914B2AA018E7E4A3007B6799 /* Linked Frameworks */,
|
|
2BF04AB30BF5187A006C0831 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
2BF04AB30BF5187A006C0831 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2BF04AC10BF518D4006C0831 /* Blades of Exile.app */,
|
|
91B3EF180F969C2200BF5B67 /* Blades of Exile Character Editor.app */,
|
|
91B3EF3F0F969F0000BF5B67 /* BoE Scenario Editor.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
910BBA130FB8BE66001E34EA /* dialogxml */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
910BBA190FB8C43E001E34EA /* xml-parser */,
|
|
910BBA140FB8BE7D001E34EA /* headers */,
|
|
910BBA150FB8BE88001E34EA /* src */,
|
|
);
|
|
path = dialogxml;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
910BBA140FB8BE7D001E34EA /* headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
910BBA880FB8EC57001E34EA /* button.h */,
|
|
910BBA3B0FB8DA8E001E34EA /* control.h */,
|
|
910BBA170FB8BECA001E34EA /* dialog.h */,
|
|
918D59A718EA513900735B66 /* dialog.keys.h */,
|
|
91A32BD10FDB797B00C4E957 /* dlogutil.buttons.h */,
|
|
910BBAD90FB91D2A001E34EA /* dlogutil.h */,
|
|
910BBAB40FB91A26001E34EA /* field.h */,
|
|
910BBAB80FB91ADB001E34EA /* message.h */,
|
|
910BBAA80FB8F733001E34EA /* pict.h */,
|
|
919145FD18E3C750005CF3A4 /* scrollbar.h */,
|
|
);
|
|
name = headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
910BBA150FB8BE88001E34EA /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
910BBA890FB8EC57001E34EA /* button.cpp */,
|
|
910BBA3C0FB8DA8E001E34EA /* control.cpp */,
|
|
910BBA180FB8BECA001E34EA /* dialog.cpp */,
|
|
910BBADA0FB91D2A001E34EA /* dlogutil.cpp */,
|
|
910BBAB50FB91A26001E34EA /* field.cpp */,
|
|
910BBAB90FB91ADB001E34EA /* message.cpp */,
|
|
910BBAA90FB8F733001E34EA /* pict.cpp */,
|
|
9191460018E63D8E005CF3A4 /* scrollbar.cpp */,
|
|
);
|
|
name = src;
|
|
sourceTree = "<group>";
|
|
};
|
|
910BBA190FB8C43E001E34EA /* xml-parser */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
910BBA270FB8C459001E34EA /* ticpp.cpp */,
|
|
910BBA2E0FB8C459001E34EA /* tinystr.cpp */,
|
|
910BBA2A0FB8C459001E34EA /* tinyxml.cpp */,
|
|
910BBA2C0FB8C459001E34EA /* tinyxmlerror.cpp */,
|
|
910BBA2D0FB8C459001E34EA /* tinyxmlparser.cpp */,
|
|
910BBA280FB8C459001E34EA /* ticpp.h */,
|
|
910BBA2F0FB8C470001E34EA /* ticpprc.h */,
|
|
910BBA290FB8C459001E34EA /* tinystr.h */,
|
|
910BBA2B0FB8C459001E34EA /* tinyxml.h */,
|
|
);
|
|
path = "xml-parser";
|
|
sourceTree = "<group>";
|
|
};
|
|
91279BAB0F9CFB18007B0D52 /* classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
913D03330FA0FFE800184C18 /* headers */,
|
|
913D03320FA0FFE700184C18 /* src */,
|
|
91AC61300FA270B300EEAE67 /* classes.h */,
|
|
91E5C5A10F9EACE200C21460 /* oldstructs.h */,
|
|
915325161A2E1DA8000A9A1C /* oldstructs.cpp */,
|
|
);
|
|
path = classes;
|
|
sourceTree = "<group>";
|
|
};
|
|
912CF37D0FE44A9B0063B614 /* graphics.exd */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
912CF37E0FE44A9B0063B614 /* mac */,
|
|
912CF3DA0FE44A9B0063B614 /* win */,
|
|
);
|
|
path = graphics.exd;
|
|
sourceTree = "<group>";
|
|
};
|
|
912CF37E0FE44A9B0063B614 /* mac */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
912CF37F0FE44A9B0063B614 /* actionhelp.png */,
|
|
912CF3800FE44A9B0063B614 /* bigscenpics.png */,
|
|
912CF3810FE44A9B0063B614 /* booms.png */,
|
|
912CF3820FE44A9B0063B614 /* buttons.png */,
|
|
912CF3830FE44A9B0063B614 /* cursors */,
|
|
912CF39C0FE44A9B0063B614 /* dlgbtnred.png */,
|
|
912CF39D0FE44A9B0063B614 /* dlogbtnhelp.png */,
|
|
912CF39E0FE44A9B0063B614 /* dlogbtnled.png */,
|
|
912CF39F0FE44A9B0063B614 /* dlogbtnlg.png */,
|
|
912CF3A00FE44A9B0063B614 /* dlogbtnmed.png */,
|
|
912CF3A10FE44A9B0063B614 /* dlogbtnsm.png */,
|
|
912CF3A20FE44A9B0063B614 /* dlogbtntall.png */,
|
|
912CF3A30FE44A9B0063B614 /* dlogpics.png */,
|
|
91ACCE65190004D300FAEF8B /* dlogscroll.png */,
|
|
912CF3A40FE44A9B0063B614 /* edbuttons.png */,
|
|
912CF3A50FE44A9B0063B614 /* edsplash.png */,
|
|
912CF3A60FE44A9B0063B614 /* fields.png */,
|
|
912CF3A70FE44A9B0063B614 /* fighthelp.png */,
|
|
912CF3A80FE44A9B0063B614 /* invenbtns.png */,
|
|
912CF3A90FE44A9B0063B614 /* invenhelp.png */,
|
|
912CF3AA0FE44A9B0063B614 /* inventory.png */,
|
|
912CF3AB0FE44A9B0063B614 /* mapOLD.png */,
|
|
912CF3AC0FE44A9B0063B614 /* missiles.png */,
|
|
912CF3AD0FE44A9B0063B614 /* monst1.png */,
|
|
912CF3B00FE44A9B0063B614 /* monst2.png */,
|
|
912CF3B10FE44A9B0063B614 /* monst3.png */,
|
|
912CF3B20FE44A9B0063B614 /* monst4.png */,
|
|
912CF3B30FE44A9B0063B614 /* monst5.png */,
|
|
912CF3B40FE44A9B0063B614 /* monst6.png */,
|
|
912CF3B50FE44A9B0063B614 /* monst7.png */,
|
|
912CF3B60FE44A9B0063B614 /* monst8.png */,
|
|
912CF3B70FE44A9B0063B614 /* monst9.png */,
|
|
912CF3AE0FE44A9B0063B614 /* monst10.png */,
|
|
912CF3AF0FE44A9B0063B614 /* monst11.png */,
|
|
912CF3B80FE44A9B0063B614 /* objects.png */,
|
|
912CF3B90FE44A9B0063B614 /* outhelp.png */,
|
|
912CF3BA0FE44A9B0063B614 /* pcedbuttons.png */,
|
|
912CF3BB0FE44A9B0063B614 /* pcedtitle.png */,
|
|
912CF3BC0FE44A9B0063B614 /* pcs.png */,
|
|
912CF3BD0FE44A9B0063B614 /* pixpats.png */,
|
|
912CF3BE0FE44A9B0063B614 /* scenpics.png */,
|
|
912CF3BF0FE44A9B0063B614 /* spidlogo.png */,
|
|
912CF3C00FE44A9B0063B614 /* startanim.png */,
|
|
912CF3C10FE44A9B0063B614 /* startbut.png */,
|
|
912CF3C20FE44A9B0063B614 /* startsplash.png */,
|
|
912CF3C30FE44A9B0063B614 /* startup.png */,
|
|
912CF3C40FE44A9B0063B614 /* statarea.png */,
|
|
912CF3C50FE44A9B0063B614 /* stathelp.png */,
|
|
912CF3C60FE44A9B0063B614 /* staticonhelp.png */,
|
|
912CF3C70FE44A9B0063B614 /* staticons.png */,
|
|
912CF3C80FE44A9B0063B614 /* talkportraits.png */,
|
|
912CF3C90FE44A9B0063B614 /* ter1.png */,
|
|
912CF3CA0FE44A9B0063B614 /* ter2.png */,
|
|
912CF3CB0FE44A9B0063B614 /* ter3.png */,
|
|
912CF3CC0FE44A9B0063B614 /* ter4.png */,
|
|
912CF3CD0FE44A9B0063B614 /* ter5.png */,
|
|
912CF3CE0FE44A9B0063B614 /* ter6.png */,
|
|
912CF3CF0FE44A9B0063B614 /* ter7.png */,
|
|
912CF3D00FE44A9B0063B614 /* ter8.png */,
|
|
912CF3D10FE44A9B0063B614 /* teranim.png */,
|
|
912CF3D20FE44A9B0063B614 /* termap.png */,
|
|
912CF3D30FE44A9B0063B614 /* terscreen.png */,
|
|
912CF3D40FE44A9B0063B614 /* textbar.png */,
|
|
912CF3D50FE44A9B0063B614 /* tinyobj.png */,
|
|
912CF3D60FE44A9B0063B614 /* townhelp.png */,
|
|
912CF3D70FE44A9B0063B614 /* transcript.png */,
|
|
912CF3D80FE44A9B0063B614 /* trim.png */,
|
|
912CF3D90FE44A9B0063B614 /* vehicle.png */,
|
|
);
|
|
path = mac;
|
|
sourceTree = "<group>";
|
|
};
|
|
912CF3830FE44A9B0063B614 /* cursors */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
912CF3840FE44A9B0063B614 /* boot.gif */,
|
|
912CF3850FE44A9B0063B614 /* bottomright.gif */,
|
|
912CF3860FE44A9B0063B614 /* brush.gif */,
|
|
912CF3870FE44A9B0063B614 /* drop.gif */,
|
|
912CF3880FE44A9B0063B614 /* E.gif */,
|
|
912CF3890FE44A9B0063B614 /* eraser.gif */,
|
|
912CF38A0FE44A9B0063B614 /* eyedropper.gif */,
|
|
912CF38B0FE44A9B0063B614 /* hand.gif */,
|
|
912CF38C0FE44A9B0063B614 /* key.gif */,
|
|
912CF38D0FE44A9B0063B614 /* look.gif */,
|
|
912CF38E0FE44A9B0063B614 /* N.gif */,
|
|
912CF38F0FE44A9B0063B614 /* NE.gif */,
|
|
912CF3900FE44A9B0063B614 /* NW.gif */,
|
|
912CF3910FE44A9B0063B614 /* S.gif */,
|
|
912CF3920FE44A9B0063B614 /* SE.gif */,
|
|
912CF3930FE44A9B0063B614 /* spraycan.gif */,
|
|
912CF3940FE44A9B0063B614 /* SW.gif */,
|
|
912CF3950FE44A9B0063B614 /* sword.gif */,
|
|
912CF3960FE44A9B0063B614 /* talk.gif */,
|
|
912CF3970FE44A9B0063B614 /* target.gif */,
|
|
912CF3980FE44A9B0063B614 /* topleft.gif */,
|
|
912CF3990FE44A9B0063B614 /* W.gif */,
|
|
912CF39A0FE44A9B0063B614 /* wait.gif */,
|
|
912CF39B0FE44A9B0063B614 /* wand.gif */,
|
|
914CA4431905788F00B6ADD1 /* watch.gif */,
|
|
);
|
|
path = cursors;
|
|
sourceTree = "<group>";
|
|
};
|
|
912CF3DA0FE44A9B0063B614 /* win */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
path = win;
|
|
sourceTree = "<group>";
|
|
};
|
|
912DFE8718E24B0B00B00D75 /* resmgr */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
912DFE8918E24B4C00B00D75 /* resmgr.hpp */,
|
|
912DFE8A18E24B4C00B00D75 /* restypes.hpp */,
|
|
);
|
|
path = resmgr;
|
|
sourceTree = "<group>";
|
|
};
|
|
913D03320FA0FFE700184C18 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91AC620A0FA2853700EEAE67 /* creatlist.cpp */,
|
|
91279D3D0F9D1D6A007B0D52 /* item.cpp */,
|
|
91279BE10F9D0F73007B0D52 /* location.cpp */,
|
|
91279CC10F9D19DA007B0D52 /* monster.cpp */,
|
|
91E5C79D0F9F60FA00C21460 /* outdoors.cpp */,
|
|
913D05B50FA1E9E300184C18 /* party.cpp */,
|
|
913D05BB0FA1EA0A00184C18 /* pc.cpp */,
|
|
91AC607F0FA26A3B00EEAE67 /* regtown.cpp */,
|
|
91279C580F9D1253007B0D52 /* scenario.cpp */,
|
|
91279CC60F9D1A02007B0D52 /* special.cpp */,
|
|
91E5C7B70F9F619D00C21460 /* talking.cpp */,
|
|
91279C660F9D12D6007B0D52 /* terrain.cpp */,
|
|
91AC60A70FA26C1B00EEAE67 /* tmpltown.cpp */,
|
|
91E5C7980F9F60EC00C21460 /* town.cpp */,
|
|
91AC61C50FA2729900EEAE67 /* universe.cpp */,
|
|
91279C750F9D15E5007B0D52 /* vehicle.cpp */,
|
|
);
|
|
name = src;
|
|
sourceTree = "<group>";
|
|
};
|
|
913D03330FA0FFE800184C18 /* headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91AC62090FA2853700EEAE67 /* creatlist.h */,
|
|
91279D3C0F9D1D6A007B0D52 /* item.h */,
|
|
91279BE00F9D0F73007B0D52 /* location.h */,
|
|
91279CC00F9D19DA007B0D52 /* monster.h */,
|
|
91E5C79C0F9F60FA00C21460 /* outdoors.h */,
|
|
913D05B40FA1E9E200184C18 /* party.h */,
|
|
913D05BA0FA1EA0A00184C18 /* pc.h */,
|
|
91AC607E0FA26A3B00EEAE67 /* regtown.h */,
|
|
91279C570F9D1253007B0D52 /* scenario.h */,
|
|
912287850FD41A2300B21642 /* simpletypes.h */,
|
|
91279CC50F9D1A02007B0D52 /* special.h */,
|
|
91E5C7B60F9F619D00C21460 /* talking.h */,
|
|
91279C650F9D12D6007B0D52 /* terrain.h */,
|
|
91AC60A60FA26C1B00EEAE67 /* tmpltown.h */,
|
|
91E5C7970F9F60EC00C21460 /* town.h */,
|
|
91AC61C40FA2729900EEAE67 /* universe.h */,
|
|
91279C740F9D15E4007B0D52 /* vehicle.h */,
|
|
);
|
|
name = headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
913D03340FA0FFFF00184C18 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91C688E70FD702B9000F6D01 /* cursors.mac.mm */,
|
|
91E5C7A60F9F615400C21460 /* fileio.cpp */,
|
|
91B3F10A0F9779C300BF5B67 /* graphtool.cpp */,
|
|
91B3F11E0F97801F00BF5B67 /* mathutil.cpp */,
|
|
915E09081A316D89008BDF00 /* map_parse.cpp */,
|
|
913D005A0F9FEEC200184C18 /* porting.cpp */,
|
|
91EC481018FBABB100BB1E86 /* prefs.mac.mm */,
|
|
91F6F8F518F8DE6300E3EA15 /* qdpict.cpp */,
|
|
91B3F10F0F9779D000BF5B67 /* soundtool.cpp */,
|
|
915325181A2E37EE000A9A1C /* specials_parse.cpp */,
|
|
91BFA3D81902AD78001686E4 /* tarball.cpp */,
|
|
912283C80FD0E16C00B21642 /* undo.cpp */,
|
|
919145FF18E63B70005CF3A4 /* winutil.mac.mm */,
|
|
91A0B15A1900F73E00EF438F /* mask.frag */,
|
|
91BFA3D61901B024001686E4 /* mask.vert */,
|
|
);
|
|
name = src;
|
|
sourceTree = "<group>";
|
|
};
|
|
913D03350FA1000200184C18 /* headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91C688E60FD702B9000F6D01 /* cursors.h */,
|
|
91E5C7A50F9F615400C21460 /* fileio.h */,
|
|
91B3F1090F9779C300BF5B67 /* graphtool.h */,
|
|
915E09071A316D6A008BDF00 /* map_parse.hpp */,
|
|
91B3F11D0F97801F00BF5B67 /* mathutil.h */,
|
|
913D00590F9FEEC200184C18 /* porting.h */,
|
|
91EC480E18FBAA8700BB1E86 /* prefs.hpp */,
|
|
91B3F10E0F9779D000BF5B67 /* soundtool.h */,
|
|
91BFA3D91902ADD5001686E4 /* tarball.hpp */,
|
|
91F06E8F1A2EBEE70038E902 /* special_parse.hpp */,
|
|
917B573F100B956C0096C978 /* undo.h */,
|
|
919145FE18E63B41005CF3A4 /* winutil.h */,
|
|
);
|
|
name = headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
914701A318F629D4008A6DC9 /* fonts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91EF05291904D082001BEF85 /* bold.ttf */,
|
|
914701A418F629D4008A6DC9 /* dungeon.ttf */,
|
|
914701A518F629D4008A6DC9 /* maidenword.ttf */,
|
|
91EF052A1904D082001BEF85 /* plain.ttf */,
|
|
);
|
|
path = fonts;
|
|
sourceTree = "<group>";
|
|
};
|
|
914B2AA018E7E4A3007B6799 /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
914B2AA118E7E500007B6799 /* Cocoa.framework */,
|
|
914B2AA218E7E500007B6799 /* OpenGL.framework */,
|
|
91F6F8E218F87F3700E3EA15 /* SFML.framework */,
|
|
91F6F8DD18F87F3700E3EA15 /* sfml-audio.framework */,
|
|
91F6F8DE18F87F3700E3EA15 /* sfml-graphics.framework */,
|
|
91F6F8E018F87F3700E3EA15 /* sfml-system.framework */,
|
|
91F6F8E118F87F3700E3EA15 /* sfml-window.framework */,
|
|
914B2AAE18E7E529007B6799 /* sndfile.framework */,
|
|
919DDC091900750D003E7FED /* freetype.framework */,
|
|
919DDBFA19006CC9003E7FED /* libboost_filesystem.dylib */,
|
|
919DDBFB19006CC9003E7FED /* libboost_system.dylib */,
|
|
91ACCE82190032E000FAEF8B /* fix_dylibs.sh */,
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
914B2ACB18E7FFEF007B6799 /* sounds.exa */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
914B2ACC18E7FFEF007B6799 /* SND1.WAV */,
|
|
914B2AD718E7FFEF007B6799 /* SND2.WAV */,
|
|
914B2AE218E7FFEF007B6799 /* SND3.WAV */,
|
|
914B2AED18E7FFEF007B6799 /* SND4.WAV */,
|
|
914B2AF818E7FFEF007B6799 /* SND5.WAV */,
|
|
914B2B0318E7FFEF007B6799 /* SND6.WAV */,
|
|
914B2B0E18E7FFEF007B6799 /* SND7.WAV */,
|
|
914B2B1918E7FFEF007B6799 /* SND8.WAV */,
|
|
914B2B2418E7FFEF007B6799 /* SND9.WAV */,
|
|
914B2ACD18E7FFEF007B6799 /* SND10.WAV */,
|
|
914B2ACE18E7FFEF007B6799 /* SND11.WAV */,
|
|
914B2ACF18E7FFEF007B6799 /* SND12.WAV */,
|
|
914B2AD018E7FFEF007B6799 /* SND13.WAV */,
|
|
914B2AD118E7FFEF007B6799 /* SND14.WAV */,
|
|
914B2AD218E7FFEF007B6799 /* SND15.WAV */,
|
|
914B2AD318E7FFEF007B6799 /* SND16.WAV */,
|
|
914B2AD418E7FFEF007B6799 /* SND17.WAV */,
|
|
914B2AD518E7FFEF007B6799 /* SND18.WAV */,
|
|
914B2AD618E7FFEF007B6799 /* SND19.WAV */,
|
|
914B2AD818E7FFEF007B6799 /* SND20.WAV */,
|
|
914B2AD918E7FFEF007B6799 /* SND21.WAV */,
|
|
914B2ADA18E7FFEF007B6799 /* SND22.WAV */,
|
|
914B2ADB18E7FFEF007B6799 /* SND23.WAV */,
|
|
914B2ADC18E7FFEF007B6799 /* SND24.WAV */,
|
|
914B2ADD18E7FFEF007B6799 /* SND25.WAV */,
|
|
914B2ADE18E7FFEF007B6799 /* SND26.WAV */,
|
|
914B2ADF18E7FFEF007B6799 /* SND27.WAV */,
|
|
914B2AE018E7FFEF007B6799 /* SND28.WAV */,
|
|
914B2AE118E7FFEF007B6799 /* SND29.WAV */,
|
|
914B2AE318E7FFEF007B6799 /* SND30.WAV */,
|
|
914B2AE418E7FFEF007B6799 /* SND31.WAV */,
|
|
914B2AE518E7FFEF007B6799 /* SND32.WAV */,
|
|
914B2AE618E7FFEF007B6799 /* SND33.WAV */,
|
|
914B2AE718E7FFEF007B6799 /* SND34.WAV */,
|
|
914B2AE818E7FFEF007B6799 /* SND35.WAV */,
|
|
914B2AE918E7FFEF007B6799 /* SND36.WAV */,
|
|
914B2AEA18E7FFEF007B6799 /* SND37.WAV */,
|
|
914B2AEB18E7FFEF007B6799 /* SND38.WAV */,
|
|
914B2AEC18E7FFEF007B6799 /* SND39.WAV */,
|
|
914B2AEE18E7FFEF007B6799 /* SND40.WAV */,
|
|
914B2AEF18E7FFEF007B6799 /* SND41.WAV */,
|
|
914B2AF018E7FFEF007B6799 /* SND42.WAV */,
|
|
914B2AF118E7FFEF007B6799 /* SND43.WAV */,
|
|
914B2AF218E7FFEF007B6799 /* SND44.WAV */,
|
|
914B2AF318E7FFEF007B6799 /* SND45.WAV */,
|
|
914B2AF418E7FFEF007B6799 /* SND46.WAV */,
|
|
914B2AF518E7FFEF007B6799 /* SND47.WAV */,
|
|
914B2AF618E7FFEF007B6799 /* SND48.WAV */,
|
|
914B2AF718E7FFEF007B6799 /* SND49.WAV */,
|
|
914B2AF918E7FFEF007B6799 /* SND50.WAV */,
|
|
914B2AFA18E7FFEF007B6799 /* SND51.WAV */,
|
|
914B2AFB18E7FFEF007B6799 /* SND52.WAV */,
|
|
914B2AFC18E7FFEF007B6799 /* SND53.WAV */,
|
|
914B2AFD18E7FFEF007B6799 /* SND54.WAV */,
|
|
914B2AFE18E7FFEF007B6799 /* SND55.WAV */,
|
|
914B2AFF18E7FFEF007B6799 /* SND56.WAV */,
|
|
914B2B0018E7FFEF007B6799 /* SND57.WAV */,
|
|
914B2B0118E7FFEF007B6799 /* SND58.WAV */,
|
|
914B2B0218E7FFEF007B6799 /* SND59.WAV */,
|
|
914B2B0418E7FFEF007B6799 /* SND60.WAV */,
|
|
914B2B0518E7FFEF007B6799 /* SND61.WAV */,
|
|
914B2B0618E7FFEF007B6799 /* SND62.WAV */,
|
|
914B2B0718E7FFEF007B6799 /* SND63.WAV */,
|
|
914B2B0818E7FFEF007B6799 /* SND64.WAV */,
|
|
914B2B0918E7FFEF007B6799 /* SND65.WAV */,
|
|
914B2B0A18E7FFEF007B6799 /* SND66.WAV */,
|
|
914B2B0B18E7FFEF007B6799 /* SND67.WAV */,
|
|
914B2B0C18E7FFEF007B6799 /* SND68.WAV */,
|
|
914B2B0D18E7FFEF007B6799 /* SND69.WAV */,
|
|
914B2B0F18E7FFEF007B6799 /* SND70.WAV */,
|
|
914B2B1018E7FFEF007B6799 /* SND71.WAV */,
|
|
914B2B1118E7FFEF007B6799 /* SND72.WAV */,
|
|
914B2B1218E7FFEF007B6799 /* SND73.WAV */,
|
|
914B2B1318E7FFEF007B6799 /* SND74.WAV */,
|
|
914B2B1418E7FFEF007B6799 /* SND75.WAV */,
|
|
914B2B1518E7FFEF007B6799 /* SND76.WAV */,
|
|
914B2B1618E7FFEF007B6799 /* SND77.WAV */,
|
|
914B2B1718E7FFEF007B6799 /* SND78.WAV */,
|
|
914B2B1818E7FFEF007B6799 /* SND79.WAV */,
|
|
914B2B1A18E7FFEF007B6799 /* SND80.WAV */,
|
|
914B2B1B18E7FFEF007B6799 /* SND81.WAV */,
|
|
914B2B1C18E7FFEF007B6799 /* SND82.WAV */,
|
|
914B2B1D18E7FFEF007B6799 /* SND83.WAV */,
|
|
914B2B1E18E7FFEF007B6799 /* SND84.WAV */,
|
|
914B2B1F18E7FFEF007B6799 /* SND85.WAV */,
|
|
914B2B2018E7FFEF007B6799 /* SND86.WAV */,
|
|
914B2B2118E7FFEF007B6799 /* SND87.WAV */,
|
|
914B2B2218E7FFEF007B6799 /* SND88.WAV */,
|
|
914B2B2318E7FFEF007B6799 /* SND89.WAV */,
|
|
914B2B2518E7FFEF007B6799 /* SND90.WAV */,
|
|
914B2B2618E7FFEF007B6799 /* SND91.WAV */,
|
|
914B2B2718E7FFEF007B6799 /* SND92.WAV */,
|
|
914B2B2818E7FFEF007B6799 /* SND93.WAV */,
|
|
914B2B2918E7FFEF007B6799 /* SND94.WAV */,
|
|
914B2B2A18E7FFEF007B6799 /* SND95.WAV */,
|
|
914B2B2B18E7FFEF007B6799 /* SND96.WAV */,
|
|
914B2B2C18E7FFEF007B6799 /* SND97.WAV */,
|
|
914B2B2D18E7FFEF007B6799 /* SND98.WAV */,
|
|
914B2B2E18E7FFEF007B6799 /* SND99.WAV */,
|
|
);
|
|
path = sounds.exa;
|
|
sourceTree = "<group>";
|
|
};
|
|
914B2BAE18E801E4007B6799 /* dialogs */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
path = dialogs;
|
|
sourceTree = "<group>";
|
|
};
|
|
914B2BAF18E801F3007B6799 /* strings */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
path = strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
91A32AFF0FDAC37400C4E957 /* dialogs */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
path = dialogs;
|
|
sourceTree = "<group>";
|
|
};
|
|
91A32B010FDAC39100C4E957 /* dialogs */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
path = dialogs;
|
|
sourceTree = "<group>";
|
|
};
|
|
91A32B020FDAC39900C4E957 /* strings */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
path = strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EECD0F969B7000BF5B67 /* ScenEd */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91B3EEEA0F969BA700BF5B67 /* src */,
|
|
91B3EEDC0F969BA700BF5B67 /* headers */,
|
|
91B3EED50F969BA700BF5B67 /* rsrc */,
|
|
);
|
|
name = ScenEd;
|
|
path = scenedit;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EED50F969BA700BF5B67 /* rsrc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91A32AFF0FDAC37400C4E957 /* dialogs */,
|
|
91279BAD0F9CFCBA007B0D52 /* boescenario.icns */,
|
|
91B3EED90F969BA700BF5B67 /* BoE Scenario Editor-Info.plist */,
|
|
91B3EEDA0F969BA700BF5B67 /* BOEScen.rsrc */,
|
|
91B3EEDB0F969BA700BF5B67 /* BoE Scenario Editor.icns */,
|
|
914CA49F190C4E9200B6ADD1 /* scen.menu.xib */,
|
|
);
|
|
name = rsrc;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EEDC0F969BA700BF5B67 /* headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91B3EEE30F969BA700BF5B67 /* scen.actions.h */,
|
|
91B3EEE70F969BA700BF5B67 /* scen.btnmg.h */,
|
|
91B3EEE10F969BA700BF5B67 /* scen.core.h */,
|
|
91B3EEE40F969BA700BF5B67 /* scen.fileio.h */,
|
|
91B3EEDE0F969BA700BF5B67 /* scen.global.h */,
|
|
91B3EEE50F969BA700BF5B67 /* scen.graphics.h */,
|
|
91B3EEE00F969BA700BF5B67 /* scen.keydlgs.h */,
|
|
91B3EEE60F969BA700BF5B67 /* scen.townout.h */,
|
|
914CA4641909B00100B6ADD1 /* scen.menus.h */,
|
|
);
|
|
name = headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EEEA0F969BA700BF5B67 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91B3EEF10F969BA700BF5B67 /* scen.actions.cpp */,
|
|
91B3EEF50F969BA700BF5B67 /* scen.btnmg.cpp */,
|
|
91B3EEEF0F969BA700BF5B67 /* scen.core.cpp */,
|
|
91B3EEF20F969BA700BF5B67 /* scen.fileio.cpp */,
|
|
91B3EEF30F969BA700BF5B67 /* scen.graphics.cpp */,
|
|
91B3EEEE0F969BA700BF5B67 /* scen.keydlgs.cpp */,
|
|
91B3EEEB0F969BA700BF5B67 /* scen.main.cpp */,
|
|
91B3EEF40F969BA700BF5B67 /* scen.townout.cpp */,
|
|
914CA45719074D0A00B6ADD1 /* scen.menus.mac.mm */,
|
|
);
|
|
name = src;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EEF90F969BBD00BF5B67 /* CharEd */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91B3EF040F969BD300BF5B67 /* src */,
|
|
91B3EEFB0F969BD300BF5B67 /* headers */,
|
|
91B3EF0D0F969BD300BF5B67 /* rsrc */,
|
|
);
|
|
name = CharEd;
|
|
path = pcedit;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EEFB0F969BD300BF5B67 /* headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91B3EEFC0F969BD300BF5B67 /* pc.action.h */,
|
|
91B3EEFD0F969BD300BF5B67 /* pc.editors.h */,
|
|
91B3EEFE0F969BD300BF5B67 /* pc.fileio.h */,
|
|
91B3EEFF0F969BD300BF5B67 /* pc.global.h */,
|
|
91B3EF000F969BD300BF5B67 /* pc.graphics.h */,
|
|
91FCC8DA18FE2CCA007026CE /* pc.menus.h */,
|
|
);
|
|
name = headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EF040F969BD300BF5B67 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91B3EF060F969BD300BF5B67 /* pc.action.cpp */,
|
|
91FCC8F318FF069A007026CE /* pc.appleevents.mm */,
|
|
91B3EF070F969BD300BF5B67 /* pc.editors.cpp */,
|
|
91B3EF080F969BD300BF5B67 /* pc.fileio.cpp */,
|
|
91B3EF0A0F969BD300BF5B67 /* pc.graphics.cpp */,
|
|
91B3EF050F969BD300BF5B67 /* pc.main.cpp */,
|
|
91FCC8DB18FE2CE8007026CE /* pc.menus.mac.mm */,
|
|
);
|
|
name = src;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EF0D0F969BD300BF5B67 /* rsrc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91A32B020FDAC39900C4E957 /* strings */,
|
|
91A32B010FDAC39100C4E957 /* dialogs */,
|
|
91B3EF110F969BD300BF5B67 /* BoECharEd.icns */,
|
|
91B3EF120F969BD300BF5B67 /* bladespced.rsrc */,
|
|
91B3EF130F969BD300BF5B67 /* Blades of Exile Character Editor-Info.plist */,
|
|
91FCC8D718FE28CC007026CE /* pc.menu.xib */,
|
|
);
|
|
name = rsrc;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3EF220F969CA300BF5B67 /* rsrc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
914701A918F64A85008A6DC9 /* dialog.xsd */,
|
|
91C749B71A2D6432008E0E10 /* strings */,
|
|
91C749B91A2D66F7008E0E10 /* dialogs */,
|
|
914701A318F629D4008A6DC9 /* fonts */,
|
|
914B2ACB18E7FFEF007B6799 /* sounds.exa */,
|
|
91B3EF250F969CE300BF5B67 /* bladbase.exs */,
|
|
912CF37D0FE44A9B0063B614 /* graphics.exd */,
|
|
91D635A90F90E7B500674AB3 /* Blades of Exile Scenarios */,
|
|
914B2BB518E892AA007B6799 /* dialog-converting.txt */,
|
|
);
|
|
name = rsrc;
|
|
path = ../rsrc;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
91B3EF380F969E4A00BF5B67 /* osx */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91D62F2C0F8EB7AB00674AB3 /* src */,
|
|
91D62F2D0F8EB7BA00674AB3 /* headers */,
|
|
91D62F2E0F8EB80200674AB3 /* rsrc */,
|
|
);
|
|
name = osx;
|
|
sourceTree = "<group>";
|
|
};
|
|
91B3F0FF0F97797200BF5B67 /* tools */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91BFA3DC19033E00001686E4 /* gzstream */,
|
|
912DFE8718E24B0B00B00D75 /* resmgr */,
|
|
910BBA130FB8BE66001E34EA /* dialogxml */,
|
|
913D03350FA1000200184C18 /* headers */,
|
|
913D03340FA0FFFF00184C18 /* src */,
|
|
);
|
|
path = tools;
|
|
sourceTree = "<group>";
|
|
};
|
|
91BFA3DC19033E00001686E4 /* gzstream */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
91BFA3DE19033E01001686E4 /* gzstream.cpp */,
|
|
91BFA3DF19033E01001686E4 /* gzstream.h */,
|
|
);
|
|
path = gzstream;
|
|
sourceTree = "<group>";
|
|
};
|
|
91D62F2C0F8EB7AB00674AB3 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2BF04ACF0BF51923006C0831 /* boe.actions.cpp */,
|
|
919145FB18E3A32F005CF3A4 /* boe.appleevents.mm */,
|
|
2BF04AE60BF51924006C0831 /* boe.combat.cpp */,
|
|
2BF04AE80BF51924006C0831 /* boe.dlgutil.cpp */,
|
|
2BF04AEE0BF51924006C0831 /* boe.fields.cpp */,
|
|
2BF04AD10BF51923006C0831 /* boe.fileio.cpp */,
|
|
2BF04AD30BF51923006C0831 /* boe.graphics.cpp */,
|
|
2BF04ACD0BF51923006C0831 /* boe.graphutil.cpp */,
|
|
2BF04AF40BF51924006C0831 /* boe.infodlg.cpp */,
|
|
2BF04AF60BF51924006C0831 /* boe.itemdata.cpp */,
|
|
2BF04AF80BF51924006C0831 /* boe.items.cpp */,
|
|
2BF04AFA0BF51924006C0831 /* boe.locutils.cpp */,
|
|
2BF04ACB0BF51923006C0831 /* boe.main.cpp */,
|
|
912DFE8E18E2872300B00D75 /* boe.menus.mac.mm */,
|
|
2BF04AFC0BF51924006C0831 /* boe.monster.cpp */,
|
|
2BF04AFE0BF51924006C0831 /* boe.newgraph.cpp */,
|
|
2BF04B000BF51924006C0831 /* boe.party.cpp */,
|
|
2BF04B030BF51924006C0831 /* boe.specials.cpp */,
|
|
2BF04B050BF51924006C0831 /* boe.startup.cpp */,
|
|
2BF04B070BF51924006C0831 /* boe.text.cpp */,
|
|
2BF04B090BF51924006C0831 /* boe.town.cpp */,
|
|
2BF04AD50BF51923006C0831 /* boe.townspec.cpp */,
|
|
);
|
|
name = src;
|
|
sourceTree = "<group>";
|
|
};
|
|
91D62F2D0F8EB7BA00674AB3 /* headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2BF04AD00BF51923006C0831 /* boe.actions.h */,
|
|
2BF04AE70BF51924006C0831 /* boe.combat.h */,
|
|
91B3E8A50F938FFE00BF5B67 /* boe.consts.h */,
|
|
2BF04AE90BF51924006C0831 /* boe.dlgutil.h */,
|
|
2BF04AEF0BF51924006C0831 /* boe.fields.h */,
|
|
2BF04AD20BF51923006C0831 /* boe.fileio.h */,
|
|
2BF04AF30BF51924006C0831 /* boe.global.h */,
|
|
2BF04AD40BF51923006C0831 /* boe.graphics.h */,
|
|
2BF04ACE0BF51923006C0831 /* boe.graphutil.h */,
|
|
2BF04AF50BF51924006C0831 /* boe.infodlg.h */,
|
|
2BF04AF70BF51924006C0831 /* boe.itemdata.h */,
|
|
2BF04AF90BF51924006C0831 /* boe.items.h */,
|
|
2BF04AFB0BF51924006C0831 /* boe.locutils.h */,
|
|
2BF04ACC0BF51923006C0831 /* boe.main.h */,
|
|
9191460118E6591F005CF3A4 /* boe.menus.h */,
|
|
2BF04AFD0BF51924006C0831 /* boe.monster.h */,
|
|
2BF04AFF0BF51924006C0831 /* boe.newgraph.h */,
|
|
2BF04B010BF51924006C0831 /* boe.party.h */,
|
|
2BF04B040BF51924006C0831 /* boe.specials.h */,
|
|
2BF04B060BF51924006C0831 /* boe.startup.h */,
|
|
2BF04B080BF51924006C0831 /* boe.text.h */,
|
|
2BF04B0A0BF51924006C0831 /* boe.town.h */,
|
|
2BF04AD60BF51923006C0831 /* boe.townspec.h */,
|
|
);
|
|
name = headers;
|
|
sourceTree = "<group>";
|
|
};
|
|
91D62F2E0F8EB80200674AB3 /* rsrc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
914B2BAF18E801F3007B6799 /* strings */,
|
|
914B2BAE18E801E4007B6799 /* dialogs */,
|
|
91279BB30F9D03B6007B0D52 /* boesave.icns */,
|
|
91279BB40F9D03B7007B0D52 /* boesounds.icns */,
|
|
913D6C040FC57A8E00E12527 /* boeresources.icns */,
|
|
91279BB50F9D03B7007B0D52 /* boegraphics.icns */,
|
|
91D62F330F8EB84800674AB3 /* bladesofexile.rsrc */,
|
|
2B8F435C0C0973680012E4A8 /* BoE.icns */,
|
|
2BF04AC30BF518D4006C0831 /* Blades of Exile-Info.plist */,
|
|
9192C11E18F271920088A580 /* menu.xib */,
|
|
);
|
|
name = rsrc;
|
|
sourceTree = "<group>";
|
|
};
|
|
91D635A90F90E7B500674AB3 /* Blades of Exile Scenarios */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9122832D0FCF6C7200B21642 /* busywork.exs */,
|
|
91D635AA0F90E7B500674AB3 /* stealth.exs */,
|
|
91D635AB0F90E7B500674AB3 /* stealth.meg */,
|
|
91D635AC0F90E7B500674AB3 /* valleydy.exs */,
|
|
91D635AD0F90E7B500674AB3 /* valleydy.meg */,
|
|
91D635AE0F90E7B500674AB3 /* zakhazi.exs */,
|
|
91D635AF0F90E7B500674AB3 /* zakhazi.meg */,
|
|
);
|
|
path = "Blades of Exile Scenarios";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
2BF04AC00BF518D4006C0831 /* Blades of Exile */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 2BF04AC40BF518D4006C0831 /* Build configuration list for PBXNativeTarget "Blades of Exile" */;
|
|
buildPhases = (
|
|
2BF04ABD0BF518D4006C0831 /* Resources */,
|
|
2BF04ABE0BF518D4006C0831 /* Sources */,
|
|
912CF37B0FE44A660063B614 /* Copy String Lists */,
|
|
912CF37C0FE44A660063B614 /* Copy Dialogs */,
|
|
2BF04ABF0BF518D4006C0831 /* Frameworks */,
|
|
91ACCE7319002E4700FAEF8B /* Copy Libraries and Frameworks */,
|
|
91ACCE801900302D00FAEF8B /* Fix dylib install names */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
912CF35B0FE449570063B614 /* PBXTargetDependency */,
|
|
);
|
|
name = "Blades of Exile";
|
|
productName = "Blades of Exile";
|
|
productReference = 2BF04AC10BF518D4006C0831 /* Blades of Exile.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
91B3EF170F969C2200BF5B67 /* Blades of Exile Character Editor */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 91B3EF1D0F969C2400BF5B67 /* Build configuration list for PBXNativeTarget "Blades of Exile Character Editor" */;
|
|
buildPhases = (
|
|
91B3EF140F969C2200BF5B67 /* Resources */,
|
|
91B3EF320F969D9900BF5B67 /* CopyFiles */,
|
|
912CF3540FE448680063B614 /* Copy String Lists */,
|
|
912CF3550FE448680063B614 /* Copy Dialogs */,
|
|
91B3EF150F969C2200BF5B67 /* Sources */,
|
|
91B3EF160F969C2200BF5B67 /* Frameworks */,
|
|
91ACCE851900342C00FAEF8B /* Copy Libraries and Frameworks */,
|
|
91ACCE861900342E00FAEF8B /* Fix dylib install names */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
912CF35D0FE4495A0063B614 /* PBXTargetDependency */,
|
|
);
|
|
name = "Blades of Exile Character Editor";
|
|
productName = "Blades of Exile Character Editor";
|
|
productReference = 91B3EF180F969C2200BF5B67 /* Blades of Exile Character Editor.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
91B3EF3E0F969F0000BF5B67 /* BoE Scenario Editor */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 91B3EF440F969F0100BF5B67 /* Build configuration list for PBXNativeTarget "BoE Scenario Editor" */;
|
|
buildPhases = (
|
|
91B3EF3B0F969F0000BF5B67 /* Resources */,
|
|
91A32B710FDB5F5A00C4E957 /* Copy String Lists */,
|
|
91A32B660FDB5EF100C4E957 /* Copy Dialogs */,
|
|
91C687050FD5F277000F6D01 /* CopyFiles */,
|
|
91B3EF3C0F969F0000BF5B67 /* Sources */,
|
|
91B3EF3D0F969F0000BF5B67 /* Frameworks */,
|
|
91ACCE901900345200FAEF8B /* Copy Libraries and Frameworks */,
|
|
91ACCE911900345400FAEF8B /* Fix dylib install names */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
912CF35F0FE4495F0063B614 /* PBXTargetDependency */,
|
|
);
|
|
name = "BoE Scenario Editor";
|
|
productName = "BoE Scenario Editor";
|
|
productReference = 91B3EF3F0F969F0000BF5B67 /* BoE Scenario Editor.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
2BF04AA10BF51845006C0831 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = NO;
|
|
LastUpgradeCheck = 0450;
|
|
};
|
|
buildConfigurationList = 2BF04AA20BF51845006C0831 /* Build configuration list for PBXProject "BoE" */;
|
|
compatibilityVersion = "Xcode 2.4";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 2BF04A9F0BF51845006C0831;
|
|
productRefGroup = 2BF04AB30BF5187A006C0831 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
912CF3570FE4494C0063B614 /* Common Data Files */,
|
|
2BF04AC00BF518D4006C0831 /* Blades of Exile */,
|
|
91B3EF170F969C2200BF5B67 /* Blades of Exile Character Editor */,
|
|
91B3EF3E0F969F0000BF5B67 /* BoE Scenario Editor */,
|
|
91EBE9DA0F9A33A1002356F2 /* All */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
2BF04ABD0BF518D4006C0831 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
91D634560F8FD77800674AB3 /* BoE.icns in Resources */,
|
|
91279BB60F9D03B7007B0D52 /* boesave.icns in Resources */,
|
|
91279BB70F9D03B7007B0D52 /* boesounds.icns in Resources */,
|
|
91279BB80F9D03B7007B0D52 /* boegraphics.icns in Resources */,
|
|
913D6C050FC57A8E00E12527 /* boeresources.icns in Resources */,
|
|
9192C12018F2745C0088A580 /* menu.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91B3EF140F969C2200BF5B67 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
91B3EF1F0F969C9C00BF5B67 /* BoECharEd.icns in Resources */,
|
|
91FCC8D818FE28CC007026CE /* pc.menu.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91B3EF3B0F969F0000BF5B67 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
91B3EF470F969F1700BF5B67 /* BoE Scenario Editor.icns in Resources */,
|
|
91279BAE0F9CFCBA007B0D52 /* boescenario.icns in Resources */,
|
|
91870F84190C90980081C150 /* scen.menu.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
914B2BB718E8BF99007B6799 /* Validate Dialog Definitions */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"$(SRCROOT)/../rsrc/dialogs/*.xml",
|
|
);
|
|
name = "Validate Dialog Definitions";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/data/dialogs/*.xml",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/bash;
|
|
shellScript = "\nfunction filter() {\n\tgrep -v 'validates' -\n\treturn 0\n}\n\ncd ../rsrc/dialogs/\nset -o pipefail\nxmllint --nonet --noout --schema \"$SOURCE_ROOT/../rsrc/schemas/dialog.xsd\" \"$SOURCE_ROOT/../rsrc/dialogs/\"*.xml 2>&1 | sed 's/%20/ /g' | filter\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
91ACCE801900302D00FAEF8B /* Fix dylib install names */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Fix dylib install names";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = ./fix_dylibs.sh;
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
91ACCE861900342E00FAEF8B /* Fix dylib install names */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Fix dylib install names";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = ./fix_dylibs.sh;
|
|
};
|
|
91ACCE911900345400FAEF8B /* Fix dylib install names */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
name = "Fix dylib install names";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = ./fix_dylibs.sh;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
2BF04ABE0BF518D4006C0831 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
91E5C1F30F9E489B00C21460 /* graphtool.cpp in Sources */,
|
|
91E5C1F40F9E489B00C21460 /* soundtool.cpp in Sources */,
|
|
91E5C1F50F9E489B00C21460 /* mathutil.cpp in Sources */,
|
|
2BF04B0B0BF51924006C0831 /* boe.main.cpp in Sources */,
|
|
2BF04B0C0BF51924006C0831 /* boe.graphutil.cpp in Sources */,
|
|
2BF04B0E0BF51924006C0831 /* boe.fileio.cpp in Sources */,
|
|
2BF04B100BF51924006C0831 /* boe.townspec.cpp in Sources */,
|
|
2BF04B1C0BF51924006C0831 /* boe.combat.cpp in Sources */,
|
|
2BF04B1D0BF51924006C0831 /* boe.dlgutil.cpp in Sources */,
|
|
2BF04B200BF51924006C0831 /* boe.fields.cpp in Sources */,
|
|
2BF04B230BF51924006C0831 /* boe.infodlg.cpp in Sources */,
|
|
2BF04B240BF51924006C0831 /* boe.itemdata.cpp in Sources */,
|
|
2BF04B250BF51924006C0831 /* boe.items.cpp in Sources */,
|
|
2BF04B260BF51924006C0831 /* boe.locutils.cpp in Sources */,
|
|
2BF04B270BF51924006C0831 /* boe.monster.cpp in Sources */,
|
|
2BF04B280BF51924006C0831 /* boe.newgraph.cpp in Sources */,
|
|
2BF04B290BF51924006C0831 /* boe.party.cpp in Sources */,
|
|
2BF04B2B0BF51924006C0831 /* boe.specials.cpp in Sources */,
|
|
2BF04B2C0BF51924006C0831 /* boe.startup.cpp in Sources */,
|
|
2BF04B2D0BF51924006C0831 /* boe.text.cpp in Sources */,
|
|
2BF04B2E0BF51924006C0831 /* boe.town.cpp in Sources */,
|
|
9127903E0F9B7F49007B0D52 /* boe.actions.cpp in Sources */,
|
|
9127903F0F9B7F50007B0D52 /* boe.graphics.cpp in Sources */,
|
|
91279BE20F9D0F73007B0D52 /* location.cpp in Sources */,
|
|
91279C590F9D1253007B0D52 /* scenario.cpp in Sources */,
|
|
91279C670F9D12D6007B0D52 /* terrain.cpp in Sources */,
|
|
91279C760F9D15E5007B0D52 /* vehicle.cpp in Sources */,
|
|
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 */,
|
|
913D05B60FA1E9E300184C18 /* party.cpp in Sources */,
|
|
913D05BC0FA1EA0A00184C18 /* pc.cpp in Sources */,
|
|
91AC60800FA26A3B00EEAE67 /* regtown.cpp in Sources */,
|
|
91AC60A80FA26C1B00EEAE67 /* tmpltown.cpp in Sources */,
|
|
91AC61C60FA2729900EEAE67 /* universe.cpp in Sources */,
|
|
91AC620B0FA2853700EEAE67 /* creatlist.cpp in Sources */,
|
|
912287000FD330F100B21642 /* button.cpp in Sources */,
|
|
912287010FD330F100B21642 /* control.cpp in Sources */,
|
|
912287020FD330F200B21642 /* dialog.cpp in Sources */,
|
|
912287030FD330F200B21642 /* dlogutil.cpp in Sources */,
|
|
912287040FD330F300B21642 /* field.cpp in Sources */,
|
|
912287050FD330F300B21642 /* message.cpp in Sources */,
|
|
912287060FD330F300B21642 /* pict.cpp in Sources */,
|
|
91C688E80FD702B9000F6D01 /* cursors.mac.mm in Sources */,
|
|
91A32D160FDE049900C4E957 /* ticpp.cpp in Sources */,
|
|
91A32D170FDE049900C4E957 /* tinystr.cpp in Sources */,
|
|
91A32D180FDE049900C4E957 /* tinyxml.cpp in Sources */,
|
|
91A32D190FDE049A00C4E957 /* tinyxmlerror.cpp in Sources */,
|
|
91A32D1A0FDE049A00C4E957 /* tinyxmlparser.cpp in Sources */,
|
|
912DFE8F18E2872400B00D75 /* boe.menus.mac.mm in Sources */,
|
|
919145FC18E3AB1B005CF3A4 /* boe.appleevents.mm in Sources */,
|
|
914B2AC618E7E6EB007B6799 /* winutil.mac.mm in Sources */,
|
|
9107074C18F1D18400F7BD7F /* scrollbar.cpp in Sources */,
|
|
91F6F8F618F8DE6300E3EA15 /* qdpict.cpp in Sources */,
|
|
91EC483B18FBAD8000BB1E86 /* prefs.mac.mm in Sources */,
|
|
91FCC8F218FEEFE0007026CE /* pc.editors.cpp in Sources */,
|
|
91BFA3DA1902B13D001686E4 /* tarball.cpp in Sources */,
|
|
91BFA3E919033E01001686E4 /* gzstream.cpp in Sources */,
|
|
915325171A2E1DF0000A9A1C /* oldstructs.cpp in Sources */,
|
|
9153253B1A2E5F37000A9A1C /* specials_parse.cpp in Sources */,
|
|
915E090A1A316EE3008BDF00 /* map_parse.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91B3EF150F969C2200BF5B67 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
91E5C1F90F9E48AF00C21460 /* graphtool.cpp in Sources */,
|
|
91E5C1FA0F9E48AF00C21460 /* soundtool.cpp in Sources */,
|
|
91E5C1FB0F9E48AF00C21460 /* mathutil.cpp in Sources */,
|
|
91B3EF480F969F2300BF5B67 /* pc.main.cpp in Sources */,
|
|
91B3EF490F969F2300BF5B67 /* pc.action.cpp in Sources */,
|
|
91B3EF4A0F969F2300BF5B67 /* pc.editors.cpp in Sources */,
|
|
91B3EF4B0F969F2300BF5B67 /* pc.fileio.cpp in Sources */,
|
|
91279BE30F9D0F73007B0D52 /* location.cpp in Sources */,
|
|
91279C5A0F9D1253007B0D52 /* scenario.cpp in Sources */,
|
|
91279C680F9D12D6007B0D52 /* terrain.cpp in Sources */,
|
|
91279C770F9D15E5007B0D52 /* vehicle.cpp in Sources */,
|
|
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 */,
|
|
913D05B80FA1E9E300184C18 /* party.cpp in Sources */,
|
|
913D05BE0FA1EA0A00184C18 /* pc.cpp in Sources */,
|
|
91AC60820FA26A3B00EEAE67 /* regtown.cpp in Sources */,
|
|
91AC60AA0FA26C1B00EEAE67 /* tmpltown.cpp in Sources */,
|
|
91AC620D0FA2853700EEAE67 /* creatlist.cpp in Sources */,
|
|
91AC65AD0FA34AC600EEAE67 /* universe.cpp in Sources */,
|
|
912286F90FD330EA00B21642 /* button.cpp in Sources */,
|
|
912286FA0FD330EA00B21642 /* control.cpp in Sources */,
|
|
912286FB0FD330EB00B21642 /* dialog.cpp in Sources */,
|
|
912286FC0FD330EB00B21642 /* dlogutil.cpp in Sources */,
|
|
912286FD0FD330EC00B21642 /* field.cpp in Sources */,
|
|
912286FE0FD330EC00B21642 /* message.cpp in Sources */,
|
|
912286FF0FD330ED00B21642 /* pict.cpp in Sources */,
|
|
91C6864A0FD5EEFD000F6D01 /* pc.graphics.cpp in Sources */,
|
|
91C688E90FD702B9000F6D01 /* cursors.mac.mm in Sources */,
|
|
91A32D1B0FDE049F00C4E957 /* ticpp.cpp in Sources */,
|
|
91A32D1C0FDE049F00C4E957 /* tinystr.cpp in Sources */,
|
|
91A32D1D0FDE04A000C4E957 /* tinyxml.cpp in Sources */,
|
|
91A32D1E0FDE04A000C4E957 /* tinyxmlerror.cpp in Sources */,
|
|
91A32D1F0FDE04A100C4E957 /* tinyxmlparser.cpp in Sources */,
|
|
9107074D18F1D18400F7BD7F /* scrollbar.cpp in Sources */,
|
|
91F6F8F718F8DE6300E3EA15 /* qdpict.cpp in Sources */,
|
|
91FCC8DC18FE2CE8007026CE /* pc.menus.mac.mm in Sources */,
|
|
91FCC8F118FEEDC6007026CE /* winutil.mac.mm in Sources */,
|
|
91FCC8F418FF0866007026CE /* pc.appleevents.mm in Sources */,
|
|
91BFA3DB1902B13F001686E4 /* tarball.cpp in Sources */,
|
|
91BFA3EA19033E01001686E4 /* gzstream.cpp in Sources */,
|
|
915E090C1A317E2E008BDF00 /* map_parse.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
91B3EF3C0F969F0000BF5B67 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
91E5C2050F9E48D900C21460 /* graphtool.cpp in Sources */,
|
|
91E5C2060F9E48D900C21460 /* soundtool.cpp in Sources */,
|
|
91E5C2070F9E48D900C21460 /* mathutil.cpp in Sources */,
|
|
91B3EF500F969F3000BF5B67 /* scen.main.cpp in Sources */,
|
|
91B3EF530F969F3000BF5B67 /* scen.keydlgs.cpp in Sources */,
|
|
91B3EF540F969F3000BF5B67 /* scen.core.cpp in Sources */,
|
|
91B3EF560F969F3000BF5B67 /* scen.actions.cpp in Sources */,
|
|
91B3EF570F969F3000BF5B67 /* scen.fileio.cpp in Sources */,
|
|
91B3EF590F969F3000BF5B67 /* scen.townout.cpp in Sources */,
|
|
91B3EF5A0F969F3000BF5B67 /* scen.btnmg.cpp in Sources */,
|
|
91B3F1850F97894A00BF5B67 /* scen.graphics.cpp in Sources */,
|
|
91279BE40F9D0F73007B0D52 /* location.cpp in Sources */,
|
|
91279C5B0F9D1253007B0D52 /* scenario.cpp in Sources */,
|
|
91279C690F9D12D6007B0D52 /* terrain.cpp in Sources */,
|
|
91279C780F9D15E5007B0D52 /* vehicle.cpp in Sources */,
|
|
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 */,
|
|
913D05B70FA1E9E300184C18 /* party.cpp in Sources */,
|
|
913D05BD0FA1EA0A00184C18 /* pc.cpp in Sources */,
|
|
91AC60810FA26A3B00EEAE67 /* regtown.cpp in Sources */,
|
|
91AC60A90FA26C1B00EEAE67 /* tmpltown.cpp in Sources */,
|
|
91AC620C0FA2853700EEAE67 /* creatlist.cpp in Sources */,
|
|
91AC65520FA3441B00EEAE67 /* universe.cpp in Sources */,
|
|
91C1FCA60FCB6F7000EBAA65 /* button.cpp in Sources */,
|
|
91C1FCA70FCB6F7100EBAA65 /* control.cpp in Sources */,
|
|
91C1FCA80FCB6F7100EBAA65 /* dialog.cpp in Sources */,
|
|
91C1FCA90FCB6F7200EBAA65 /* field.cpp in Sources */,
|
|
91C1FCAA0FCB6F7200EBAA65 /* message.cpp in Sources */,
|
|
91C1FCAB0FCB6F7300EBAA65 /* pict.cpp in Sources */,
|
|
912283C90FD0E16C00B21642 /* undo.cpp in Sources */,
|
|
912286F80FD330E500B21642 /* dlogutil.cpp in Sources */,
|
|
91C688EA0FD702B9000F6D01 /* cursors.mac.mm in Sources */,
|
|
91A32D200FDE04A500C4E957 /* ticpp.cpp in Sources */,
|
|
91A32D210FDE04A500C4E957 /* tinystr.cpp in Sources */,
|
|
91A32D220FDE04A600C4E957 /* tinyxml.cpp in Sources */,
|
|
91A32D230FDE04A600C4E957 /* tinyxmlerror.cpp in Sources */,
|
|
91A32D240FDE04A600C4E957 /* tinyxmlparser.cpp in Sources */,
|
|
9107074E18F1D18500F7BD7F /* scrollbar.cpp in Sources */,
|
|
91F6F8F818F8DE6300E3EA15 /* qdpict.cpp in Sources */,
|
|
91BFA3EB19033E01001686E4 /* gzstream.cpp in Sources */,
|
|
914CA45819074E0100B6ADD1 /* scen.menus.mac.mm in Sources */,
|
|
91870F81190C8C1C0081C150 /* winutil.mac.mm in Sources */,
|
|
91870F83190C8C1F0081C150 /* tarball.cpp in Sources */,
|
|
915325391A2E5F36000A9A1C /* specials_parse.cpp in Sources */,
|
|
915E090B1A316EE4008BDF00 /* map_parse.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
912CF35B0FE449570063B614 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 912CF3570FE4494C0063B614 /* Common Data Files */;
|
|
targetProxy = 912CF35A0FE449570063B614 /* PBXContainerItemProxy */;
|
|
};
|
|
912CF35D0FE4495A0063B614 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 912CF3570FE4494C0063B614 /* Common Data Files */;
|
|
targetProxy = 912CF35C0FE4495A0063B614 /* PBXContainerItemProxy */;
|
|
};
|
|
912CF35F0FE4495F0063B614 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 912CF3570FE4494C0063B614 /* Common Data Files */;
|
|
targetProxy = 912CF35E0FE4495F0063B614 /* PBXContainerItemProxy */;
|
|
};
|
|
91EBE9DE0F9A33A6002356F2 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 2BF04AC00BF518D4006C0831 /* Blades of Exile */;
|
|
targetProxy = 91EBE9DD0F9A33A6002356F2 /* PBXContainerItemProxy */;
|
|
};
|
|
91EBE9E00F9A33A8002356F2 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 91B3EF170F969C2200BF5B67 /* Blades of Exile Character Editor */;
|
|
targetProxy = 91EBE9DF0F9A33A8002356F2 /* PBXContainerItemProxy */;
|
|
};
|
|
91EBE9E20F9A33AC002356F2 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 91B3EF3E0F969F0000BF5B67 /* BoE Scenario Editor */;
|
|
targetProxy = 91EBE9E10F9A33AC002356F2 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
2BF04AA30BF51845006C0831 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEAD_CODE_STRIPPING = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
GCC_ENABLE_PASCAL_STRINGS = NO;
|
|
GCC_INPUT_FILETYPE = automatic;
|
|
GCC_PREPROCESSOR_DEFINITIONS = TIXML_USE_TICPP;
|
|
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
|
|
GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
|
|
GCC_WARN_MISSING_PARENTHESES = YES;
|
|
GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
|
|
GCC_WARN_PROTOTYPE_CONVERSION = YES;
|
|
GCC_WARN_SIGN_COMPARE = YES;
|
|
GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_LABEL = YES;
|
|
GCC_WARN_UNUSED_PARAMETER = YES;
|
|
GCC_WARN_UNUSED_VALUE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
LINK_WITH_STANDARD_LIBRARIES = YES;
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-ferror-limit=0",
|
|
"-Werror=format",
|
|
"-ftemplate-backtrace-limit=0",
|
|
"-Werror=return-type",
|
|
"-Werror=parentheses",
|
|
"-Werror=dangling-else",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"-lboost_filesystem",
|
|
"-lboost_system",
|
|
"-lz",
|
|
);
|
|
OTHER_LDFLAGS_QUOTED_FOR_PROJECT_1 = "\"$(PROJECT_DIR)/misc/\"";
|
|
STRIP_INSTALLED_PRODUCT = NO;
|
|
WARNING_CFLAGS = (
|
|
"-Wfloat-equal",
|
|
"-Wno-long-long",
|
|
);
|
|
};
|
|
name = Debug;
|
|
};
|
|
2BF04AA40BF51845006C0831 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = (
|
|
i386,
|
|
ppc,
|
|
x86_64,
|
|
);
|
|
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
COPY_PHASE_STRIP = YES;
|
|
DEAD_CODE_STRIPPING = YES;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
GCC_ENABLE_PASCAL_STRINGS = NO;
|
|
GCC_INPUT_FILETYPE = automatic;
|
|
GCC_PREPROCESSOR_DEFINITIONS = TIXML_USE_TICPP;
|
|
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
|
|
GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
|
|
GCC_WARN_MISSING_PARENTHESES = YES;
|
|
GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
|
|
GCC_WARN_PROTOTYPE_CONVERSION = YES;
|
|
GCC_WARN_SIGN_COMPARE = YES;
|
|
GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_LABEL = YES;
|
|
GCC_WARN_UNUSED_PARAMETER = YES;
|
|
GCC_WARN_UNUSED_VALUE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
LINK_WITH_STANDARD_LIBRARIES = YES;
|
|
OTHER_CPLUSPLUSFLAGS = (
|
|
"$(OTHER_CFLAGS)",
|
|
"-ferror-limit=0",
|
|
"-Werror=format",
|
|
"-ftemplate-backtrace-limit=0",
|
|
"-Werror=return-type",
|
|
"-Werror=parentheses",
|
|
"-Werror=dangling-else",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"-lboost_filesystem",
|
|
"-lboost_system",
|
|
"-lz",
|
|
);
|
|
OTHER_LDFLAGS_QUOTED_FOR_PROJECT_1 = "\"$(PROJECT_DIR)/misc/\"";
|
|
WARNING_CFLAGS = (
|
|
"-Wfloat-equal",
|
|
"-Wno-long-long",
|
|
);
|
|
};
|
|
name = Release;
|
|
};
|
|
2BF04AC50BF518D4006C0831 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INFOPLIST_FILE = "Blades of Exile-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
OTHER_LDFLAGS_QUOTED_FOR_TARGET_1 = "\"$(PROJECT_DIR)/misc/\"";
|
|
PRODUCT_NAME = "Blades of Exile";
|
|
WRAPPER_EXTENSION = app;
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
2BF04AC60BF518D4006C0831 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
INFOPLIST_FILE = "Blades of Exile-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
OTHER_LDFLAGS_QUOTED_FOR_TARGET_1 = "\"$(PROJECT_DIR)/misc/\"";
|
|
PRODUCT_NAME = "Blades of Exile";
|
|
WRAPPER_EXTENSION = app;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
912CF3580FE4494C0063B614 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
PRODUCT_NAME = "Common Data Files";
|
|
};
|
|
name = Debug;
|
|
};
|
|
912CF3590FE4494C0063B614 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
PRODUCT_NAME = "Common Data Files";
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
91B3EF1B0F969C2300BF5B67 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Scenario Editor";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INFOPLIST_FILE = "pcedit/Blades of Exile Character Editor-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
OTHER_LDFLAGS_QUOTED_FOR_TARGET_1 = "\"$(PROJECT_DIR)/misc/\"";
|
|
PRODUCT_NAME = "Blades of Exile Character Editor";
|
|
WRAPPER_EXTENSION = app;
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
91B3EF1C0F969C2300BF5B67 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Scenario Editor";
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INFOPLIST_FILE = "pcedit/Blades of Exile Character Editor-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
OTHER_LDFLAGS_QUOTED_FOR_TARGET_1 = "\"$(PROJECT_DIR)/misc/\"";
|
|
PRODUCT_NAME = "Blades of Exile Character Editor";
|
|
WRAPPER_EXTENSION = app;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
91B3EF420F969F0100BF5B67 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)/Scenario Editor";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INFOPLIST_FILE = "scenedit/BoE Scenario Editor-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
PRODUCT_NAME = "BoE Scenario Editor";
|
|
SDKROOT = "";
|
|
WRAPPER_EXTENSION = app;
|
|
ZERO_LINK = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
91B3EF430F969F0100BF5B67 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)/Scenario Editor";
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INFOPLIST_FILE = "scenedit/BoE Scenario Editor-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
PRODUCT_NAME = "BoE Scenario Editor";
|
|
SDKROOT = "";
|
|
WRAPPER_EXTENSION = app;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
91EBE9DB0F9A33A1002356F2 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
PRODUCT_NAME = All;
|
|
};
|
|
name = Debug;
|
|
};
|
|
91EBE9DC0F9A33A1002356F2 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
PRODUCT_NAME = All;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
2BF04AA20BF51845006C0831 /* Build configuration list for PBXProject "BoE" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2BF04AA30BF51845006C0831 /* Debug */,
|
|
2BF04AA40BF51845006C0831 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
2BF04AC40BF518D4006C0831 /* Build configuration list for PBXNativeTarget "Blades of Exile" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
2BF04AC50BF518D4006C0831 /* Debug */,
|
|
2BF04AC60BF518D4006C0831 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
912CF36F0FE44A2A0063B614 /* Build configuration list for PBXAggregateTarget "Common Data Files" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
912CF3580FE4494C0063B614 /* Debug */,
|
|
912CF3590FE4494C0063B614 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
91B3EF1D0F969C2400BF5B67 /* Build configuration list for PBXNativeTarget "Blades of Exile Character Editor" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
91B3EF1B0F969C2300BF5B67 /* Debug */,
|
|
91B3EF1C0F969C2300BF5B67 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
91B3EF440F969F0100BF5B67 /* Build configuration list for PBXNativeTarget "BoE Scenario Editor" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
91B3EF420F969F0100BF5B67 /* Debug */,
|
|
91B3EF430F969F0100BF5B67 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
91EBE9F70F9A33D1002356F2 /* Build configuration list for PBXAggregateTarget "All" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
91EBE9DB0F9A33A1002356F2 /* Debug */,
|
|
91EBE9DC0F9A33A1002356F2 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 2BF04AA10BF51845006C0831 /* Project object */;
|
|
}
|