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.
Basic support (reads, is exposed, not set/write tested)
FNV::WRLDRecord, FNV::LANDRecord Copying a land, pgrd, world cell, etc to a record that already has that subrecord no longer occasionally clobbers the formID of the existing record. Added support for swapped impacts to FNV::CELLRecord Improved support for FNV::LVLIRecord LVLG chunk wasn't being read / exposed / saved Removed erroneous support for models Improved support for FNV::CREARecord, FNV::NPC_Record Wasn't reading item extra data Improved support for FNV::NAVMRecord A struct needed packing to fix alignment on read / write Improved support for FNV::REFRRecord XMBR chunk (used twice in FalloutNV.esm) wasn't being read / written Fixed land indexing, placeable fixing options for FalloutNewVegas and Oblivion If min loading (the default) is used, the records weren't read as they need to be for these options Added RecordChanger record visitor for testing Marks all records as changed to force them being fully read, copied, saved Fixed some issues with using copyattrs on FNV and Ob LANDRecords
- Loading branch information
waruddar
committed
May 16, 2011
1 parent
ee56316
commit eb33d9a
Showing
39 changed files
with
6,417 additions
and
1,628 deletions.
There are no files selected for viewing
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.