Convert item type editing dialogs

This commit is contained in:
2014-11-29 02:13:21 -05:00
parent bc7d1a3772
commit c855983de4
6 changed files with 500 additions and 299 deletions

View File

@@ -477,6 +477,9 @@
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 */; };
91A073581A285293002F7E72 /* edit-monster-abils.xml in Copy Dialog Definitions */ = {isa = PBXBuildFile; fileRef = 91A073561A2828C6002F7E72 /* edit-monster-abils.xml */; };
91A0735C1A297C3F002F7E72 /* item-types.txt in Copy Strings */ = {isa = PBXBuildFile; fileRef = 91A0735B1A2975AD002F7E72 /* item-types.txt */; };
91A0735D1A297C4D002F7E72 /* edit-item.xml in Copy Dialog Definitions */ = {isa = PBXBuildFile; fileRef = 91A073591A29202E002F7E72 /* edit-item.xml */; };
91A0735E1A297C4D002F7E72 /* edit-item-abils.xml in Copy Dialog Definitions */ = {isa = PBXBuildFile; fileRef = 91A0735A1A2928B4002F7E72 /* edit-item-abils.xml */; };
91A0B1601900FFE500EF438F /* mask.frag in Copy Shaders */ = {isa = PBXBuildFile; fileRef = 91A0B15A1900F73E00EF438F /* mask.frag */; };
91A32D160FDE049900C4E957 /* ticpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA270FB8C459001E34EA /* ticpp.cpp */; };
91A32D170FDE049900C4E957 /* tinystr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 910BBA2E0FB8C459001E34EA /* tinystr.cpp */; };
@@ -1065,6 +1068,8 @@
914CA49E190C47D000B6ADD1 /* edit-intro.xml in Copy Dialog Definitions */,
91C9C97D19116446001E14EB /* edit-monster.xml in Copy Dialog Definitions */,
91A073581A285293002F7E72 /* edit-monster-abils.xml in Copy Dialog Definitions */,
91A0735D1A297C4D002F7E72 /* edit-item.xml in Copy Dialog Definitions */,
91A0735E1A297C4D002F7E72 /* edit-item-abils.xml in Copy Dialog Definitions */,
);
name = "Copy Dialog Definitions";
runOnlyForDeploymentPostprocessing = 0;
@@ -1100,6 +1105,7 @@
914CA478190C47BD00B6ADD1 /* outdoor-default.txt in Copy Strings */,
914CA479190C47BD00B6ADD1 /* scen-default.txt in Copy Strings */,
914CA47A190C47BD00B6ADD1 /* town-default.txt in Copy Strings */,
91A0735C1A297C3F002F7E72 /* item-types.txt in Copy Strings */,
);
name = "Copy Strings";
runOnlyForDeploymentPostprocessing = 0;
@@ -1663,6 +1669,9 @@
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>"; };
91A073561A2828C6002F7E72 /* edit-monster-abils.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "edit-monster-abils.xml"; sourceTree = "<group>"; };
91A073591A29202E002F7E72 /* edit-item.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "edit-item.xml"; sourceTree = "<group>"; };
91A0735A1A2928B4002F7E72 /* edit-item-abils.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "edit-item-abils.xml"; sourceTree = "<group>"; };
91A0735B1A2975AD002F7E72 /* item-types.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "item-types.txt"; path = "strings/item-types.txt"; sourceTree = "<group>"; };
91A0B15A1900F73E00EF438F /* mask.frag */ = {isa = PBXFileReference; explicitFileType = sourcecode.glsl; fileEncoding = 4; path = mask.frag; sourceTree = "<group>"; };
91A32BBA0FDB657800C4E957 /* dialog.results.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dialog.results.h; sourceTree = "<group>"; };
91A32BD10FDB797B00C4E957 /* dlogutil.buttons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dlogutil.buttons.h; sourceTree = "<group>"; };
@@ -2073,6 +2082,7 @@
914CA456190749E100B6ADD1 /* town-default.txt */,
9192C13818F327230088A580 /* traits.txt */,
914CA46D190C478400B6ADD1 /* trim-names.txt */,
91A0735B1A2975AD002F7E72 /* item-types.txt */,
);
name = strings;
sourceTree = "<group>";
@@ -2196,6 +2206,8 @@
91364F1218F0914F0033B58E /* view-sign.xml */,
91364F1318F0914F0033B58E /* welcome.xml */,
91A073561A2828C6002F7E72 /* edit-monster-abils.xml */,
91A073591A29202E002F7E72 /* edit-item.xml */,
91A0735A1A2928B4002F7E72 /* edit-item-abils.xml */,
);
path = dialogs;
sourceTree = "<group>";