Beta 2024.10.8.1349

From Resonite Wiki

Beta 2024.10.8.1349 is a Resonite version released on 2024/10/08.

The following notes were sent by Frooxius:

I'm pushing out a smaller build which has a bunch of bugfixes. I'm now mostly busy with designing the particle system, so these are just few things that didn't take as much time and should fixup some problematic issues.

New Features:

  • Added SlerpWithMagnitude nodes (requested by mpmxyz, issue #3009)
    • These will split the input vectors into unit vectors and their magnitudes, interpolate each individually (with vectors being spherically interpollated) and then combine them back together
  • When Userspace crashes, the state of all hosted worlds will be dumped to disk and Resonite will shut down (based on feedback by @Jack, issue #2779)
    • This prevents Resonite from continuing to run with unusable Userspace
    • The paths of the world dumps will appear in the log

Locale:

  • Merged Chinese locale update by modimobeikete
  • Merged German locale update by @Muppeq
  • Merged French locale update by @Jae “awa” J4
  • Merged Russian locale update by @Shadow Panther [RU/EN, UTC+1/+2]

Fixes:

  • Fix user's head pose being stuck at origin in the Userspace, resulting in various UI's and prompts appearing below the user (reported by @Delta, @Modern, @NepuShiro, @akiRAM, issue #2941)
  • Fix world orb saver appearing below the user in desktop mode (reported by @Delta, @Modern, @NepuShiro, @akiRAM, issue #2941)
    • Note that we plan to rework the whole UI to be more unified and UI based in the future
  • Fix multiple instances of SimpleUserSpawn resulting in breakage (reported by @Foxbox, @AmasterAmaster, @Defhammer, issue #3015)
  • Increased validity of avatar access key to 5 minutes to fix user's avatar not loading when loading into the world takes too long (reported by @Rucio, issue #1386)
  • Fixed BezierCurve nodes disconnecting from everything when saved and spawned (reported by blllrpy, @GyztorMizirath, issue #3042, fixed by @Cyro)