Skip to content

v0.5

Pre-release
Pre-release

Choose a tag to compare

@milkydelta milkydelta released this 15 Jun 01:27
· 47 commits to master since this release

Changes since 0.4:

  • csproj Version fields changed from 1.0.0 to 0.5.0.
  • Added camera layer mask override.
    • Right now, this is a basic int in the config, just so there's a value to apply, but I'd like to change it to something more readable. See #4 for ideas/progress.
    • A value of 0 means the override is ignored.
  • Changed name of KlakSpout native DLL.
    • Fixes #3.
    • New name is OAT_KlakSpout.dll. Location remains the same.
  • Prepare for protocol changes in new LIVnyan versions.
    • New config value ProtocolMinorVersion sets the name of the MMF and controls how/what data is read.
      • Value 0 is for previous behaviour, which is compatible with LIVnyan v1.2.
      • Value >= 1 adds 2 ints and 3 floats, and is not quite compatible with LIVnyan v1.3a1.
    • New config value to apply resolution from MMF
    • New config value to apply clip plane location from MMF
    • Helper program mmf_vnyan.exe now uses protocol version v1.1.