Skip to content

2022.05.16

Compare
Choose a tag to compare
@zrax zrax released this 16 May 17:58
· 96 commits to master since this release
2022.05.16
f807aa0
  • Drop Python 2.x support
    • Update sample python scripts for Python 3.x compatibility
  • Add support for waveset buoys
  • Add some missing APIs to various Python wrapper objects
  • Add EAX object python bindings
  • HSPlasmaNet: Implement some missing Auth messages
  • Fix Object ID issues when writing PRPs
  • Fix incorrectly marking PRPs as optimized after they've been modified
  • Fix EoA animation timing calculations
  • Fix PRC parsing issues in plSpanTemplate
  • Fix hsCompressedQuatKey64 reading and writing
  • Fix incorrect object returned from plLayerAnimation::getRuntimeCtl()
  • Fix a failure to decode ELF lines with non-UTF8 text
  • Fix missing transform matrices in plGeometrySpan PRC
  • Fix plSpan contents properties when adding/removing lights
  • Fix plGBufferGroup.getVertices() returning incorrect values in Python
  • Windows: Fix race condition in hsFileStream by avoiding libc File I/O APIs.