- added a system to display one or two strings and/or call a special the first time the party sees a particular type of monster

- added ambient sound, both outdoor ambient sound and monster vocalizing ambient sound (eg cat meowing when in sight)
- fixed an inconsistency whereby two sounds were swapped relative to their original Mac versions
- added (but haven't yet used much) a few more typedefs for clarity

git-svn-id: http://openexile.googlecode.com/svn/trunk@86 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-05-31 22:13:43 +00:00
parent 851859d61e
commit 48210becd9
19 changed files with 199 additions and 35 deletions

View File

@@ -44,6 +44,23 @@
2BF04DE90BF7A6FE006C0831 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BF04DE80BF7A6FE006C0831 /* Carbon.framework */; };
9122832E0FCF6C7200B21642 /* busywork.exs in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9122832D0FCF6C7200B21642 /* busywork.exs */; };
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 */; };
912287280FD3358A00B21642 /* libticpp.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9141DAB50FCB94900047D3A3 /* libticpp.dylib */; };
912287290FD3359300B21642 /* libticpp.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9141DAB50FCB94900047D3A3 /* libticpp.dylib */; };
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 */; };
912793640F9C107B007B0D52 /* viewdlog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B3EEF80F969BA700BF5B67 /* viewdlog.cpp */; };
@@ -188,6 +205,20 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
9122870E0FD3339F00B21642 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9141DAB40FCB94900047D3A3 /* ticpp */;
remoteInfo = ticpp;
};
912287110FD333AE00B21642 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9141DAB40FCB94900047D3A3 /* ticpp */;
remoteInfo = ticpp;
};
9141DABB0FCB95030047D3A3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 2BF04AA10BF51845006C0831 /* Project object */;
@@ -452,6 +483,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
912287290FD3359300B21642 /* libticpp.dylib in Frameworks */,
2BF04DE90BF7A6FE006C0831 /* Carbon.framework in Frameworks */,
913D02690FA0EB0300184C18 /* QuickTime.framework in Frameworks */,
);
@@ -477,6 +509,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
912287280FD3358A00B21642 /* libticpp.dylib in Frameworks */,
91B3EF1E0F969C4B00BF5B67 /* Carbon.framework in Frameworks */,
913D026B0FA0EB0500184C18 /* QuickTime.framework in Frameworks */,
);
@@ -929,6 +962,7 @@
buildRules = (
);
dependencies = (
912287120FD333AE00B21642 /* PBXTargetDependency */,
);
name = "Blades of Exile";
productName = "Blades of Exile";
@@ -981,6 +1015,7 @@
buildRules = (
);
dependencies = (
9122870F0FD3339F00B21642 /* PBXTargetDependency */,
);
name = "Blades of Exile Character Editor";
productName = "Blades of Exile Character Editor";
@@ -1126,6 +1161,13 @@
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 */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1189,6 +1231,13 @@
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 */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1237,12 +1286,23 @@
91C1FCAA0FCB6F7200EBAA65 /* message.cpp in Sources */,
91C1FCAB0FCB6F7300EBAA65 /* pict.cpp in Sources */,
912283C90FD0E16C00B21642 /* undo.cpp in Sources */,
912286F80FD330E500B21642 /* dlogutil.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
9122870F0FD3339F00B21642 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9141DAB40FCB94900047D3A3 /* ticpp */;
targetProxy = 9122870E0FD3339F00B21642 /* PBXContainerItemProxy */;
};
912287120FD333AE00B21642 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9141DAB40FCB94900047D3A3 /* ticpp */;
targetProxy = 912287110FD333AE00B21642 /* PBXContainerItemProxy */;
};
9141DABC0FCB95030047D3A3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9141DAB40FCB94900047D3A3 /* ticpp */;
@@ -1366,6 +1426,10 @@
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
INFOPLIST_FILE = "Blades of Exile-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
);
OTHER_LDFLAGS = (
"-framework",
Carbon,
@@ -1395,6 +1459,10 @@
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
INFOPLIST_FILE = "Blades of Exile-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
);
OTHER_LDFLAGS = (
"-framework",
Carbon,
@@ -1515,6 +1583,10 @@
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
INFOPLIST_FILE = "Blades of Exile Char Editor/Blades of Exile Character Editor-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
);
OTHER_LDFLAGS = (
"-framework",
Carbon,
@@ -1546,6 +1618,10 @@
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
INFOPLIST_FILE = "Blades of Exile Char Editor/Blades of Exile Character Editor-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
);
OTHER_LDFLAGS = (
"-framework",
Carbon,