Enter a novel digital universe with infinite possibilities. Whether you resonate with people around the world in a casual conversation, playing games and socializing or you riff off each other when creating anything from art to programming complex games, you'll find your place here.
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.
[h2]New Features:[/h2]
- 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 @jackthefoxotter, issue #2779)
-- This prevents Resonite from continuing to run with unusable Userspace
-- The paths of the world dumps will appear in the log
[h2]Locale:[/h2]
- Merged Chinese locale update by modimobeikete
- Merged German locale update by @muppeq
- Merged French locale update by @j4.lc
- Merged Russian locale update by @shadowpanther
[h2]Fixes:[/h2]
- 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 @_deltawolf, @modernballoonie, @nepushiro, @akiram_, issue #2941)
- Fix world orb saver appearing below the user in desktop mode (reported by @_deltawolf, @modernballoonie, @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 @bluecyro)