Skip to content

v2.1.24

Compare
Choose a tag to compare
@alexrp alexrp released this 06 Jan 20:38
· 180 commits to master since this release
v2.1.24
6c7bd6e
  • Vezel.Novadrop.Formats
    • Added support for loading older data center format versions.
      • A DataCenterArchitecture (X86, X64) value can be specified in DataCenterLoadOptions.
      • A DataCenterFormat (V3, V6X86, V6X64) value can be specified in DataCenterSaveOptions.
    • Changed some region sanity checks to not require DataCenterLoadOptions.Strict.
    • Optimized data center saving to be ~30% faster.
    • Changed FakePaddingCryptoTransform to handle arrays of any size.
  • Vezel.Novadrop.Client
    • Eliminated some unnecessary allocations in the GameMessageServer window procedure.
  • novadrop-dc
    • Added --architecture and --format options to relevant commands.
    • Reduced the excessive number of tasks spawned in PackCommand.
      • This slightly improves the time it takes to load data sheets, and cuts down a bit on memory usage.