Skip to content
Snippets Groups Projects
  1. Sep 12, 2017
    • jonwd7's avatar
      Enum and Compound changes · 844160d2
      jonwd7 authored
      Fixed a few enum types to bitflags.  Renamed some compounds to match the types in engine.  Removed MTransform because it doesn't exist.  The NiAVObject transform is simply an NiTransform written out of order.   Switched types to use NiQuatTransform where applicable.
      
      Made an NiPlane compound to match the type used in engine.   Switched types to use NiPlane where applicable.
      
      Removed some unused compounds and commented code.
      844160d2
  2. Sep 10, 2017
  3. Sep 08, 2017
  4. Sep 06, 2017
  5. Aug 16, 2017
    • jonwd7's avatar
      Matrix34 type · 53403abc
      jonwd7 authored
      53403abc
    • jonwd7's avatar
      Add 30.2.0.3 · a90db44d
      jonwd7 authored
      a90db44d
    • 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
  6. 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
  7. 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
  8. Jun 27, 2017
  9. Jun 17, 2017
  10. Jun 14, 2017
  11. Jun 13, 2017
  12. Jun 09, 2017
  13. Jun 02, 2017
Loading