Difference between revisions of "Korman:0.15 Release Notes"

(Created page with "Korman 0.15 Beta 1 was released on June 12, 2023. It represents 33 [https://github.com/H-uru/korman/compare/v0.14...v0.15-beta1 commits] with approximately 2,500 lines of code...")
(No difference)

Revision as of 21:15, 12 June 2023

Korman 0.15 Beta 1 was released on June 12, 2023. It represents 33 commits with approximately 2,500 lines of code changed since Korman 0.14.

Download

Changes from Korman 0.14 to Korman 0.15

  • Added the concept of "External Pages."
  • Added the "Late" render pass to the Render Dependencies modifier. (Thanks to Hazado for authoring this patch.)
  • Added the Telescope Modifier. (Thanks to Doobes for co-authoring this patch.)
  • Did lots of gnarly plumbing under the hood.
  • [1] Fixed a bug in which Facing Target Nodes did not function as expected when used in a Region Sensor Node instead of a Clickable Node.
  • Fixed a potential crash in the exporter when a dependency file is missing.
  • Fixed a potential crash in the exporter when a Sound Message node is sent to a Random Sound.
  • Improved the handling of ptAttribNamedResponder such that Responders linked to these attributes will be exported with the same name as the Responder Node that exports them.
  • Improved the (mis-)handling of 3D Stereo sounds.
  • [2] Improved the rendering of text in the Localized Text Modifier when the text is rendered to an alpha layer.


  1. BREAKING CHANGE: The Facing Target Node can now only link to one target node.
  2. Requires a corresponding client update to the Python file xDynTextLoc.py