A class for collectively managing all edit data More...
Classes | |
class | DlcInfo |
DLC management structure More... | |
class | MissingRomItem |
A dummy item for remembering the name or path of a resource for which the actual file cannot be found. More... | |
class | OutputLogEventHandlerEventArgs |
log output event More... | |
class | YamlFileData |
Yaml storage management structure More... | |
Public Types | |
enum | FileType { Unknown = -1 , Yaml , RBR , SGR , Count } |
Save format More... | |
enum | OVERWRITE_RULES { NEVER , ALWAYS , EQUAL_TO_IGNOREITEM , ALWAYS_BUT_DONT_CHANGE_ORDER } |
Overwrite rules when adding items with conflicting GUIDs More... | |
Public Member Functions | |
void | insertItem (RomItem rom, int index) |
int | getIndex (RomItem insert) |
Catalog (bool inIsSrcNewGame=false) | |
Event | getEventByScript (Script script) |
void | addItem (RomItem item, OVERWRITE_RULES overwrite=OVERWRITE_RULES.NEVER) |
void | addEnhancedItem (NItem inItem) |
Resource.ErrorType | addNewItem (Common.Resource.ResourceItem item, bool overwrite=false) |
void | deleteItem (RomItem item) |
void | deleteItem (Resource.ResourceItem inResourceItem, Dictionary< string, int > inUsedFilePathCountDic, bool inIsAutoDeleteFile=true) |
void | deleteItem (Guid guid) |
bool | isExistItem (Guid guId) |
RomItem | getItemFromGuid (Guid guId, bool isCheckSystemProjectResourceInEditProject=false) |
Acquisition of ROM with specified ID More... | |
RomItem | getItemFromGuid (Resource.Icon.Ref iconRef) |
Obtain the ROM with the specified ID (for BattleScript compatibility with Ver1.2.2 or earlier) More... | |
RomItem | getItemFromName (string name, Type type) |
T | getItemFromGuid< T > (Guid guId) |
T | getItemFromName< T > (string name) |
Common.Resource.ResourceItem | getItemFromPath (string path, bool isFullCheck=true) |
List< RomItem > | getFilteredItemList (Type type, bool excludeReadOnlyMap=true) |
List< RomItem > | getFilteredItemList (List< Guid > list) |
IEnumerable< T > | getFilteredItemList< T > (List< Guid > list) |
List< RomItem > | getFilteredItemList< T > () |
IEnumerable< T > | getFiltered< T > () |
List< RomItem > | getFilteredItemList (Type type, string option) |
IEnumerable< Tuple< T, int > > | getIndexedItemList< T > () |
Folder | getRootFolderFromSignature (short inSignature, bool inIsCreate=false) |
void | enumItems< T > (Action< T > func) |
List< ExtraChunk > | getFilteredExtraChunkList (Guid id) |
RomItem | getItemFromIndex (int idx) |
int | saveResources () |
int | save (bool isCopyResource=false, bool includeReadonlyMap=false, bool createBackup=true) |
int | saveRom (FileType inFileType, Type type, string pathPrefix="") |
int | save (FileType inFileType, bool isCopyResource, bool includeReadonlyMap=false, bool createBackup=true, string pathPrefix="") |
void | CreateBackup () |
void | CopyResourceFile (List< RomItem > inRomList) |
List< RomItem > | getEventRomList (Guid evRef) |
bool | checkDiffForSavedFiles (string pathPrefix="") |
void | clearOldRomFiles (FileType inFileType, bool createBackup) |
int | save (Stream stream, bool writeMissingRomList=false) |
int | saveSgr (IEnumerable< RomItem > romList, Stream stream, bool writeMissingRomList=false) |
int | saveYaml (IEnumerable< RomItem > romList, Stream stream, bool writeMissingRomList=false) |
int | save (IEnumerable< RomItem > romList, Stream stream, bool writeMissingRomList=false) |
int | save (FileType inFileType, IEnumerable< RomItem > romList, Stream stream, bool writeMissingRomList=false) |
Resource.ErrorType | addNewResourcesTypeOnceReportProgress (Type type, string directory, string[] ext, bool removeInvalidResources=false) |
Resource.ErrorType | addNewResourcesType (Type type, string directory, string[] ext, bool isReportProgress, bool removeInvalidResources=false) |
int | load (bool autoAddNewResource=true, string useBackup=null, bool skipSystemResources=false) |
void | createResourceRootFolder () |
void | createDatabaseRootFolder () |
long | getDlcTimestamp (Guid dlcGuid) |
void | loadDlcRoms (Guid dlcGuid, bool inIsLoadLayout=true, bool inIsLoadMap=false, bool useDict=false) |
void | addDlcRoms (Guid dlcGuid, bool inIsLoadLayout=true, bool inIsLoadMap=false, bool useDict=false) |
void | AddSystemLayout (Dictionary< Guid, DlcInfo > dlcInfos, bool useDict) |
Add system layout More... | |
void | combineFolder (Folder inKeepFolder, Folder inFolder) |
List< RomItem > | getDlcRoms (Guid dlcGuid) |
void | removeDlcFolders (Guid dlcGuid) |
int | load (Stream stream, OVERWRITE_RULES overwrite=OVERWRITE_RULES.NEVER, bool ignoreMissing=false) |
int | load (FileType inFileType, Stream stream, OVERWRITE_RULES overwrite=OVERWRITE_RULES.NEVER, bool ignoreMissing=false) |
int | loadLayout (FileType inFileType, Stream stream, OVERWRITE_RULES overwrite=OVERWRITE_RULES.NEVER, bool ignoreMissing=false) |
int | loadSgr (Stream stream, OVERWRITE_RULES overwrite, bool ignoreMissing) |
int | loadLayoutSgr (Stream stream, OVERWRITE_RULES overwrite, bool ignoreMissing) |
int | loadYaml (Stream stream, OVERWRITE_RULES overwrite, bool ignoreMissing) |
int | loadLayoutYaml (Stream stream, OVERWRITE_RULES overwrite, bool ignoreMissing) |
void | appendItem (RomItem oldItem, RomItem newItem) |
RomItem | findFirstItem (Type type) |
GameSettings | getGameSettings (bool inCreateForce=true) |
LayoutProperties | getLayoutProperties () |
void | sort (Type targetType) |
List< Common.Rom.RomItem > | getFullList () |
List< DlcInfo > | getUsingDlcInfoList () |
void | clear (bool userResOnly) |
Resource.ResourceItem | getRemovedRomInfo (Guid guid) |
void | verifyAllResource () |
List< Common.Resource.ResourceItem > | checkLostResource () |
void | deleteAndIgnoreItem (RomItem rom) |
void | reorder (IEnumerable< RomItem > order) |
void | reorderDatabaseFromFolderTree () |
void | cleanup () |
delegate void | OutputLogEventHandler (object sender, OutputLogEventHandlerEventArgs e) |
log output handler More... | |
void | CallOutputLog (string inLog) |
log output More... | |
Static Public Member Functions | |
static bool | isSystemId (Guid inId) |
static Catalog | LoadGameSettings (string inFolderPath) |
static void | resetCurrentRomVersion () |
static void | DeleteFilesAndFoldersRecursively (string target_dir) |
static void | Reload (List< Common.Rom.RomItem > inRomList) |
static RomItem | createItem (Type type) |
static short | getSignatureFromType (Type type) |
static Type | getType (BinaryReader reader) |
static void | writeType (BinaryWriter writer, Type currentCategory) |
static Type | getTypeFromSignature (short signature) |
static FileType | getFileTypeFromFolder (string inFolderPath, bool inIsCheckGameSettings=false) |
static FileType | getFileTypeFromFileName (string inFolderPath) |
static string | getExtension (FileType inFileType) |
static string | getRomFileName (Type type) |
static string | getRomFileName (FileType inFileType, Type type) |
static void | createDlcList (bool jpPreferred) |
static Dictionary< Guid, DlcInfo > | createDlcList (string path, bool jpPreferred) |
Get DLC info in path More... | |
static string | GetLog (object inItem) |
Public Attributes | |
int | romVersion = ROM_VERSION |
int | lastUsedSwitch |
Static Public Attributes | |
static string | categoryInfoFileName = "info.xml" |
const short | ROM_VERSION = 74 |
const short | ROM_VERSION_SGB1 = 9 |
const string | ROM_HEADER = "YUKAR" |
const string | ROM_EXTENSION = ".rbr" |
const string | OLDROM_EXTENSION = ".sgr" |
const string | YAML_EXTENSION = ".yaml" |
const string | BACKUPDIR = "backup" |
const string | EMERGENCY_BACKUPDIR_PREFIX = BACKUPDIR + "\\bakin_emergency_backup_" |
const string | BACKUPDIR_PREFIX = BACKUPDIR + "\\bakin_backup_" |
static Guid[] | sOldContentIds |
const short | SIGNATURE_ROOT = 0x0001 |
const short | SIGNATURE_SETTINGS = 0x0100 |
const short | SIGNATURE_SETTINGS_STATUS = 0x0101 |
const short | SIGNATURE_HERO = 0x0200 |
const short | SIGNATURE_MAP = 0x0300 |
const short | SIGNATURE_FIELD = 0x0310 |
const short | SIGNATURE_MAPOBJECT_REF = 0x0320 |
const short | SIGNATURE_STAIR_REF = 0x0330 |
const short | SIGNATURE_CAMERA = 0x0340 |
const short | SIGNATURE_RENDERSETTINGS = 0x0350 |
const short | SIGNATURE_ITEM = 0x0400 |
const short | SIGNATURE_SKILL = 0x0500 |
const short | SIGNATURE_BATTLE_COMMAND = 0x0600 |
const short | SIGNATURE_EVENT = 0x0700 |
const short | SIGNATURE_SCRIPT = 0x0710 |
const short | SIGNATURE_MONSTER = 0x0800 |
const short | SIGNATURE_EFFECT = 0x0900 |
const short | SIGNATURE_CAST = 0x0A00 |
const short | SIGNATURE_JOB = 0x0B00 |
const short | SIGNATURE_NITEM = 0x0C00 |
const short | SIGNATURE_NSKILL = 0x0D00 |
const short | SIGNATURE_ATTRIBUTE = 0x0E00 |
const short | SIGNATURE_CONDITION = 0x0F00 |
const short | SIGNATURE_RESOURCE = 0x1100 |
const short | SIGNATURE_BGM = 0x1101 |
const short | SIGNATURE_SE = 0x1102 |
const short | SIGNATURE_MAPCHIP_OLD = 0x1103 |
const short | SIGNATURE_CHARACTER = 0x1104 |
const short | SIGNATURE_ICON = 0x1105 |
const short | SIGNATURE_MONSTER_IMG = 0x1106 |
const short | SIGNATURE_SPRITE = 0x1107 |
const short | SIGNATURE_WINDOW = 0x1108 |
const short | SIGNATURE_EFFECT_SOURCE = 0x1109 |
const short | SIGNATURE_SYSTEM_IMG = 0x1110 |
const short | SIGNATURE_BUILDING = 0x1111 |
const short | SIGNATURE_MAPITEM = 0x1112 |
const short | SIGNATURE_FACE = 0x1113 |
const short | SIGNATURE_BGS = 0x1114 |
const short | SIGNATURE_BATTLE_BG = 0x1115 |
const short | SIGNATURE_MAPCHIP = 0x1116 |
const short | SIGNATURE_ITEM_MODEL = 0x1117 |
const short | SIGNATURE_MAP_BG = 0x1118 |
const short | SIGNATURE_REFLECTION = 0x1119 |
const short | SIGNATURE_LUT = 0x1120 |
const short | SIGNATURE_LOCALLIGHT = 0x1121 |
const short | SIGNATURE_MATERIAL = 0x1122 |
const short | SIGNATURE_TEXTURE = 0x1123 |
const short | SIGNATURE_MODEL = 0x1124 |
const short | SIGNATURE_PARTICLE = 0x1125 |
const short | SIGNATURE_MOTIONSET = 0x1126 |
const short | SIGNATURE_SLICEANIMATIONSET = 0x1127 |
const short | SIGNATURE_SETUPPED = 0x1128 |
const short | SIGNATURE_PHYSICSSETUP = 0x112A |
const short | SIGNATURE_MOVIE = 0x112B |
const short | SIGNATURE_MIDI = 0x112C |
const short | SIGNATURE_VST = 0x112D |
const short | SIGNATURE_NSPRITE = 0x112E |
const short | SIGNATURE_NSPRITESET = 0x112F |
const short | SIGNATURE_SOUND = 0x1130 |
const short | SIGNATURE_IGNORE = 0x1200 |
const short | SIGNATURE_SETUPPED2D = 0x1131 |
const short | SIGNATURE_IMAGE = 0x1132 |
const short | SIGNATURE_BLENDSHAPE = 0x1133 |
const short | SIGNATURE_DECAL = 0x1134 |
const short | SIGNATURE_PHYSICSSETUP_OLD = 0x046A |
const short | SIGNATURE_EXTRA = 0x2000 |
const short | SIGNATURE_FOLDER = 0x2002 |
const short | SIGNATURE_FOLDER_FOR_EVENTLIST = 0x2003 |
const short | SIGNATURE_LAYOUT = 0x2004 |
const short | SIGNATURE_AREABATTLESETTINGS = 0x2001 |
const short | SIGNATURE_CAMERA_FRAME = 0x0341 |
const short | SIGNATURE_SETUPPED_SUBGRAPHIC = 0x2100 |
const short | SIGNATURE_LAYOUT_NODE = 0x2101 |
const short | SIGNATURE_LAYOUT_MENU_ITEM = 0x2102 |
const short | SIGNATURE_CONDITION_PANEL = 0x2103 |
const short | SIGNATURE_COPY_TEMP_ITEM = 0x2200 |
const short | SIGNATURE_TERRAIN_CBINFO = 0x2201 |
const short | SIGNATURE_MAP_CBSIZEINFO = 0x2202 |
const short | SIGNATURE_BLENDSHAPE_CLIP = 0x2203 |
const int | RESULT_ERROR = -1 |
const int | RESULT_IO_ERROR = 1 |
const int | RESULT_NOERROR = 0 |
const int | GUID_SIZE = 16 |
const int | GUID_STR_SIZE = 36 |
static Catalog | sInstance = null |
static int | sLoadRomVersion |
static string | sResourceDir = ".\\" |
static Func< int, int, string, bool > | sProgressListener |
static bool | sEngineMode |
static bool | sIgnoreMissingMode |
static Guid[] | sSystemResourceContentIds |
static readonly Guid | sSgb1DlcGuid = new Guid("C48094A5-6B1B-40B3-B3B2-4E5A9B04DC3F") |
static readonly Guid | sSgb1hdDlcGuid = new Guid("14D05464-B51E-4FC1-842A-752CD77641A0") |
static readonly string | sResourceItemFileName = "ResourceItem" |
static readonly string | sCameraFileName = "Camera" |
static readonly string | sBattleCameraFileName = "BattleCamera" |
static bool | isLoading = false |
static Dictionary< Guid, DlcInfo > | sDlcDictionary = new Dictionary<Guid, DlcInfo>() |
Properties | |
static bool | IsSrcNewGame [get] |
static bool | IsEditorCopyProcess [get, set] |
GameDataManager | GameDataManager [get, set] |
Resource.Texture | ErrorTexture [get] |
Resource.Texture | ErrorMapChipTexture [get] |
Resource.SliceAnimationSet | ErrorAnimation [get] |
System.Drawing.Bitmap | ErrorTextureBitmap [get] |
bool | IsReadOnly = false [get, set] |
bool | IsCopySystemProjectResourceFile = false [get, set] |
string | ProjectDir [get, set] |
static string | sSystemResourceDir [get, set] |
static string | sDlcDir [get, set] |
Events | |
static OutputLogEventHandler | OutputLog |
A class for collectively managing all edit data
Yukar.Common.Catalog.Catalog | ( | bool | inIsSrcNewGame = false | ) |
void Yukar.Common.Catalog.addDlcRoms | ( | Guid | dlcGuid, |
bool | inIsLoadLayout = true , |
||
bool | inIsLoadMap = false , |
||
bool | useDict = false |
||
) |
void Yukar.Common.Catalog.addEnhancedItem | ( | NItem | inItem | ) |
void Yukar.Common.Catalog.addItem | ( | RomItem | item, |
OVERWRITE_RULES | overwrite = OVERWRITE_RULES.NEVER |
||
) |
Resource.ErrorType Yukar.Common.Catalog.addNewItem | ( | Common.Resource.ResourceItem | item, |
bool | overwrite = false |
||
) |
Resource.ErrorType Yukar.Common.Catalog.addNewResourcesType | ( | Type | type, |
string | directory, | ||
string[] | ext, | ||
bool | isReportProgress, | ||
bool | removeInvalidResources = false |
||
) |
Resource.ErrorType Yukar.Common.Catalog.addNewResourcesTypeOnceReportProgress | ( | Type | type, |
string | directory, | ||
string[] | ext, | ||
bool | removeInvalidResources = false |
||
) |
void Yukar.Common.Catalog.AddSystemLayout | ( | Dictionary< Guid, DlcInfo > | dlcInfos, |
bool | useDict | ||
) |
Add system layout
dlcInfos | List of DLCs to load |
useDict | do localization conversions |
void Yukar.Common.Catalog.CallOutputLog | ( | string | inLog | ) |
log output
inLog | log |
bool Yukar.Common.Catalog.checkDiffForSavedFiles | ( | string | pathPrefix = "" | ) |
List< Common.Resource.ResourceItem > Yukar.Common.Catalog.checkLostResource | ( | ) |
void Yukar.Common.Catalog.cleanup | ( | ) |
void Yukar.Common.Catalog.clear | ( | bool | userResOnly | ) |
void Yukar.Common.Catalog.clearOldRomFiles | ( | FileType | inFileType, |
bool | createBackup | ||
) |
void Yukar.Common.Catalog.CopyResourceFile | ( | List< RomItem > | inRomList | ) |
void Yukar.Common.Catalog.CreateBackup | ( | ) |
void Yukar.Common.Catalog.createDatabaseRootFolder | ( | ) |
|
static |
|
static |
Get DLC info in path
path | Path with DLC you want to get |
jpPreferred | Do you prefer to acquire Japanese? |
|
static |
void Yukar.Common.Catalog.createResourceRootFolder | ( | ) |
void Yukar.Common.Catalog.deleteAndIgnoreItem | ( | RomItem | rom | ) |
|
static |
void Yukar.Common.Catalog.deleteItem | ( | Guid | guid | ) |
void Yukar.Common.Catalog.deleteItem | ( | Resource.ResourceItem | inResourceItem, |
Dictionary< string, int > | inUsedFilePathCountDic, | ||
bool | inIsAutoDeleteFile = true |
||
) |
void Yukar.Common.Catalog.deleteItem | ( | RomItem | item | ) |
void Yukar.Common.Catalog.enumItems< T > | ( | Action< T > | func | ) |
T | : | RomItem |
RomItem Yukar.Common.Catalog.findFirstItem | ( | Type | type | ) |
List< RomItem > Yukar.Common.Catalog.getDlcRoms | ( | Guid | dlcGuid | ) |
long Yukar.Common.Catalog.getDlcTimestamp | ( | Guid | dlcGuid | ) |
List< RomItem > Yukar.Common.Catalog.getEventRomList | ( | Guid | evRef | ) |
|
static |
|
static |
|
static |
IEnumerable< T > Yukar.Common.Catalog.getFiltered< T > | ( | ) |
T | : | RomItem |
List< ExtraChunk > Yukar.Common.Catalog.getFilteredExtraChunkList | ( | Guid | id | ) |
List< RomItem > Yukar.Common.Catalog.getFilteredItemList | ( | List< Guid > | list | ) |
List< RomItem > Yukar.Common.Catalog.getFilteredItemList | ( | Type | type, |
bool | excludeReadOnlyMap = true |
||
) |
List< RomItem > Yukar.Common.Catalog.getFilteredItemList | ( | Type | type, |
string | option | ||
) |
List< RomItem > Yukar.Common.Catalog.getFilteredItemList< T > | ( | ) |
T | : | RomItem |
IEnumerable< T > Yukar.Common.Catalog.getFilteredItemList< T > | ( | List< Guid > | list | ) |
T | : | RomItem |
List< Common.Rom.RomItem > Yukar.Common.Catalog.getFullList | ( | ) |
GameSettings Yukar.Common.Catalog.getGameSettings | ( | bool | inCreateForce = true | ) |
int Yukar.Common.Catalog.getIndex | ( | RomItem | insert | ) |
IEnumerable< Tuple< T, int > > Yukar.Common.Catalog.getIndexedItemList< T > | ( | ) |
T | : | RomItem |
RomItem Yukar.Common.Catalog.getItemFromGuid | ( | Guid | guId, |
bool | isCheckSystemProjectResourceInEditProject = false |
||
) |
Acquisition of ROM with specified ID
guId | ID |
isCheckSystemProjectResourceInEditProject | Search system resources for catalogs that are being edited |
RomItem Yukar.Common.Catalog.getItemFromGuid | ( | Resource.Icon.Ref | iconRef | ) |
Obtain the ROM with the specified ID (for BattleScript compatibility with Ver1.2.2 or earlier)
guId | ID |
isCheckSystemProjectResourceInEditProject | Search system resources for catalogs that are being edited |
T Yukar.Common.Catalog.getItemFromGuid< T > | ( | Guid | guId | ) |
T | : | RomItem |
RomItem Yukar.Common.Catalog.getItemFromIndex | ( | int | idx | ) |
RomItem Yukar.Common.Catalog.getItemFromName | ( | string | name, |
Type | type | ||
) |
T Yukar.Common.Catalog.getItemFromName< T > | ( | string | name | ) |
T | : | RomItem |
Common.Resource.ResourceItem Yukar.Common.Catalog.getItemFromPath | ( | string | path, |
bool | isFullCheck = true |
||
) |
LayoutProperties Yukar.Common.Catalog.getLayoutProperties | ( | ) |
|
static |
Resource.ResourceItem Yukar.Common.Catalog.getRemovedRomInfo | ( | Guid | guid | ) |
|
static |
|
static |
Folder Yukar.Common.Catalog.getRootFolderFromSignature | ( | short | inSignature, |
bool | inIsCreate = false |
||
) |
|
static |
|
static |
|
static |
List< DlcInfo > Yukar.Common.Catalog.getUsingDlcInfoList | ( | ) |
void Yukar.Common.Catalog.insertItem | ( | RomItem | rom, |
int | index | ||
) |
bool Yukar.Common.Catalog.isExistItem | ( | Guid | guId | ) |
|
static |
int Yukar.Common.Catalog.load | ( | bool | autoAddNewResource = true , |
string | useBackup = null , |
||
bool | skipSystemResources = false |
||
) |
int Yukar.Common.Catalog.load | ( | FileType | inFileType, |
Stream | stream, | ||
OVERWRITE_RULES | overwrite = OVERWRITE_RULES.NEVER , |
||
bool | ignoreMissing = false |
||
) |
int Yukar.Common.Catalog.load | ( | Stream | stream, |
OVERWRITE_RULES | overwrite = OVERWRITE_RULES.NEVER , |
||
bool | ignoreMissing = false |
||
) |
void Yukar.Common.Catalog.loadDlcRoms | ( | Guid | dlcGuid, |
bool | inIsLoadLayout = true , |
||
bool | inIsLoadMap = false , |
||
bool | useDict = false |
||
) |
|
static |
int Yukar.Common.Catalog.loadLayout | ( | FileType | inFileType, |
Stream | stream, | ||
OVERWRITE_RULES | overwrite = OVERWRITE_RULES.NEVER , |
||
bool | ignoreMissing = false |
||
) |
int Yukar.Common.Catalog.loadLayoutSgr | ( | Stream | stream, |
OVERWRITE_RULES | overwrite, | ||
bool | ignoreMissing | ||
) |
int Yukar.Common.Catalog.loadLayoutYaml | ( | Stream | stream, |
OVERWRITE_RULES | overwrite, | ||
bool | ignoreMissing | ||
) |
int Yukar.Common.Catalog.loadSgr | ( | Stream | stream, |
OVERWRITE_RULES | overwrite, | ||
bool | ignoreMissing | ||
) |
int Yukar.Common.Catalog.loadYaml | ( | Stream | stream, |
OVERWRITE_RULES | overwrite, | ||
bool | ignoreMissing | ||
) |
delegate void Yukar.Common.Catalog.OutputLogEventHandler | ( | object | sender, |
OutputLogEventHandlerEventArgs | e | ||
) |
log output handler
sender | |
e |
|
static |
void Yukar.Common.Catalog.removeDlcFolders | ( | Guid | dlcGuid | ) |
void Yukar.Common.Catalog.reorder | ( | IEnumerable< RomItem > | order | ) |
void Yukar.Common.Catalog.reorderDatabaseFromFolderTree | ( | ) |
|
static |
int Yukar.Common.Catalog.save | ( | bool | isCopyResource = false , |
bool | includeReadonlyMap = false , |
||
bool | createBackup = true |
||
) |
int Yukar.Common.Catalog.save | ( | FileType | inFileType, |
bool | isCopyResource, | ||
bool | includeReadonlyMap = false , |
||
bool | createBackup = true , |
||
string | pathPrefix = "" |
||
) |
int Yukar.Common.Catalog.save | ( | FileType | inFileType, |
IEnumerable< RomItem > | romList, | ||
Stream | stream, | ||
bool | writeMissingRomList = false |
||
) |
int Yukar.Common.Catalog.save | ( | IEnumerable< RomItem > | romList, |
Stream | stream, | ||
bool | writeMissingRomList = false |
||
) |
int Yukar.Common.Catalog.save | ( | Stream | stream, |
bool | writeMissingRomList = false |
||
) |
int Yukar.Common.Catalog.saveResources | ( | ) |
int Yukar.Common.Catalog.saveRom | ( | FileType | inFileType, |
Type | type, | ||
string | pathPrefix = "" |
||
) |
int Yukar.Common.Catalog.saveSgr | ( | IEnumerable< RomItem > | romList, |
Stream | stream, | ||
bool | writeMissingRomList = false |
||
) |
int Yukar.Common.Catalog.saveYaml | ( | IEnumerable< RomItem > | romList, |
Stream | stream, | ||
bool | writeMissingRomList = false |
||
) |
void Yukar.Common.Catalog.sort | ( | Type | targetType | ) |
void Yukar.Common.Catalog.verifyAllResource | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int Yukar.Common.Catalog.lastUsedSwitch |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int Yukar.Common.Catalog.romVersion = ROM_VERSION |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
get |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
staticgetset |
|
getset |
|
staticget |
|
getset |
|
staticgetset |
|
staticgetset |
|
static |