Skip to content
Snippets Groups Projects
  1. Aug 16, 2017
    • jonwd7's avatar
      NiPSAlignedQuadGenerator decoding · 0d42df6f
      jonwd7 authored
      0d42df6f
    • jonwd7's avatar
      NiPhysX block decoding · 3d0d554e
      jonwd7 authored
      The blocks were almost entirely undecoded before, with incomplete linkage (Ref fields).  They are now completely decoded and I do not believe there were any regressions for past NIF versions, but it would be hard to test as I do not have NIFs before 30.1 with these blocks.
      
      However the version conditions were all maintained and corrected on the fields that were already decoded for 20.x.
      3d0d554e
  2. Aug 14, 2017
    • jonwd7's avatar
      Header compound overhaul · 009c8c2e
      jonwd7 authored
      Almost completely redone with correct version ranges, fixed names, fixed types, and corrections for 30.x NIFs.   30.x NIFs with embedded thumbnail metadata would not load before these fixes.
      
      Also, BSStreamHeader was annotated but a compound for it was not feasible for several reasons, namely the nesting of `User Version 2` which would break existing parsers.   This also leads to the ugly repetition of the cond expression for it.
      009c8c2e
  3. Aug 02, 2017
    • jonwd7's avatar
      Relaxed suffix enforcement for niflib · 254893b8
      jonwd7 authored
      Duplicate name avoidance was too strict and unnecessary in these cases.  Nifdocsys will now attempt to cast subsequent duplicate names to the correct types in order to ensure correct read/write size.  As such the first type should always be the largest, so the "Flags" fields on NiAVObject were switched.
      
      So in the case of Flags and Body Flags, a uint data member will be created on the class and will be read/written to with a cast during I/O.
      
      The suffix is still required when the types are not castable between one another.
      254893b8
    • jonwd7's avatar
      Fix additional niflib compilation issues · 089611d0
      jonwd7 authored
      089611d0
  4. Jun 27, 2017
  5. Jun 17, 2017
  6. Jun 14, 2017
  7. Jun 13, 2017
  8. Jun 09, 2017
  9. Jun 02, 2017
  10. Jun 01, 2017
    • jonwd7's avatar
      Partial revert of #26 to unbreak niflib support · ceb8b3cc
      jonwd7 authored
      Niflib requires enum names be unique or it simply can't compile.   Until
      a system is in place to compensate for this #26 needs to have these
      changes reverted.
      ceb8b3cc
    • jonwd7's avatar
      SkyrimHavokMaterial additions · 7ac67b30
      jonwd7 authored
      Picked from #39
      7ac67b30
    • jonwd7's avatar
      HavokMaterial update · 3ea5130b
      jonwd7 authored
      For a couple Oblivion NIFs which are pre-Havok version yet somehow use Havok..
      3ea5130b
    • jonwd7's avatar
      bhkBoxShape fixes · b3e71353
      jonwd7 authored
      b3e71353
    • jonwd7's avatar
      Change hxMatrix3 yet again · b54f5272
      jonwd7 authored
      b54f5272
    • jonwd7's avatar
      Add Broad Phase enum · abf267bd
      jonwd7 authored
      abf267bd
    • jonwd7's avatar
      Fix Malleable and RDT · 083f25fd
      jonwd7 authored
      Removed compounds:  bhkRDTConstraint, bhkRDTMalleableConstraint.
      
      Renamed compound: SubConstraint->ConstraintData (to reflect hkpConstraintData*)
      
      Created:  MalleableDescriptor (to reflect other Descriptor compounds)
      
      Corrected bhkRagdollTemplate inheritance.  Fully decoded bhkRagdollTemplateData.
      
      bhkRDT now load without error or link validation warnings.
      083f25fd
    • jonwd7's avatar
      Simplify HavokMaterial conditions · fd8ea3f4
      jonwd7 authored
      This was necessary so that Fallout3HavokMaterial actually applied to all FO3 NIF versions (e.g. User Version 2 == 16)
      fd8ea3f4
    • jonwd7's avatar
      Fix up bhkBonePoseArray · fc68c1ed
      jonwd7 authored
      Pull in some of the documentation from #39 and fix the type names and the bone transform layout.
      fc68c1ed
    • jonwd7's avatar
      Go back to type for Inertia Tensor · 2bb9bc16
      jonwd7 authored
      Seems niflib wants that row to be a special type, so fix "InertiaMatrix" to be the real type, `hkMatrix3` and use it for the Inertia Tensor.
      2bb9bc16
Loading