This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
forked from leandor/CBashSF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed API function: AllowRaising now takes a function pointer that …
…has a const STRING argument Raised callbacks now include the API function name where the exception was thrown AddMod now returns ModFile * instead of a status code Added API function: SINT32 IsRecordFormIDsInvalid(Record *RecordID) Returns whether the record uses any formIDs that were invalidated by CBash based on the formID's master index Does not detect formIDs that either don't exist or aren't valid for a given chunk field Renamed load flag IsIgnoreAbsentMasters to IsIgnoreInactiveMasters Fixed some bugs with using the land indexing option No longer crashes, no longer reads cell records twice in some circumstances Fixed usage of IsNoLoad More functions are now allowed if IsNoLoad is used cint: Now encodes all strings passed to CBash with mbcs (likely to change) Added dump_record to cint for debugging Fixed Debug_DumpModFiles
- Loading branch information
waruddar
committed
Nov 17, 2011
1 parent
98e6e13
commit 61937da
Showing
25 changed files
with
806 additions
and
584 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.