-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ECommons
updated
21 files
Submodule Penumbra.GameData
updated
26 files
+7 −3 | Actors/ActorIdentifierFactory.cs | |
+5 −5 | Data/BNpcNames.cs | |
+1 −1 | Data/GamePaths.cs | |
+4 −4 | Data/IdentifiedObjectData.cs | |
+2 −2 | Data/ItemData.cs | |
+3 −4 | Data/ObjectIdentification.cs | |
+4 −3 | Data/RacialDeformer.cs | |
+30 −0 | Data/TransformMatrix.cs | |
+10 −10 | DataContainers/Bases/ItemDictionary.cs | |
+1 −1 | DataContainers/DictBNpcNames.cs | |
+28 −17 | DataContainers/DictBonusItems.cs | |
+0 −57 | DataContainers/IdentificationListBonus.cs | |
+2 −2 | DataContainers/IdentificationListEquipment.cs | |
+7 −4 | DataContainers/ItemsByType.cs | |
+5 −5 | DataContainers/ItemsPrimaryModel.cs | |
+4 −4 | DataContainers/ItemsSecondaryModel.cs | |
+4 −4 | DataContainers/ItemsTertiaryModel.cs | |
+8 −0 | Enums/BonusItemFlag.cs | |
+67 −25 | Enums/FullEquipType.cs | |
+16 −0 | Enums/Race.cs | |
+2 −2 | Files/PbdFile.Write.cs | |
+24 −1 | Interop/DisassembledShader.cs | |
+0 −31 | Structs/BonusItem.cs | |
+6 −0 | Structs/EquipItem.cs | |
+30 −0 | Structs/GmpEntry.cs | |
+26 −0 | Structs/ImcEntry.cs |