19.9 C
New York
Saturday, October 26, 2024

Resonite Version 2024.6.24.1317 Patch Notes – June 25, 2024

A new Resonite update 2024.6.24.1317patch notes are released for players. Since the last major update, players have been experiencing multiple issues and bugs Hopefully, today’s Resonite update 2024.6.24.1317will address some of these issues and bugs.

Read what is new and fixed in today’s Resonite patch. Read the official patch notes below.

Resonite Patch 2024.6.24.1317 Notes – June 25, 2024

New Features:

  • Added Worlds Data Feed (requested by myself (@frooxius) and content team, issue #2300)
    — This provides a feed of all found sessions and opened worlds
    — This fully supports events – any data feed items will be added/updated/removed appropriatelly as the world/session info changes
    — This also supports searching, with simple syntax of + for required terms (all must appear) and - for excluded terms (none can appear) and plain for optional terms (any of them will make item appear)
    — A number of filtering options are available: Headless/User hosts, Minimum Total Users/Contacts (for sessions), Min/Max session access level, Min/Max uptime (in seconds)
    — Found entries can be merged by world ID or session ID – any worlds & sessions with same world or session ID (in this order) will be merged into a single feed item when those merging options are enabled
    — This can be used to build custom session viewers or facet to show active worlds and so on
    — Note that any non-public sessions (and any world data) will only be accessible in Userspace or Unsafe worlds for security/privacy reasons
    — In the future, this will fully replace the WorldListManager, once we have more data feed views and support for published/uploaded world listing is added
  • Added MergedWorldDataItemInterface
    — This provides interface for data feed items from the WorldsDataFeed
    — This provides data on the aggregate information about the given worlds/sessions
    — This also provides a data on the individual sessions & locally opened worlds through “subfeeds”
    — Subfeeds allow you to specify template (same as main data feed) and root – it will automatically manage the items for you (add/update/remove) as the information is updated
    — Each subfeed allow you to configure limit of items you want to show (including 0, which will not generate the items). This limit can be adjusted dynamically – e.g. from 0 to max value, when you want to actually generate the templates – the last data is cached and the items will be generated immediatelly from the template
  • Added SessionInfoItemInterface
    — This provides interface for the SessionInfo data feed items (currently only available through the subfeed on MergedWorldDataItemInterface)
  • Added WorldItemInterface
    — This provides interface for World data feed items (meaning currently opened worlds, similarly this is only available through the subfeed on MergedWorldDataItemInterface at the moment)
    — If you’re missing some information about the world that you’d like exposed through this, let us know (through a GitHub issue) and we can look if it’s possible to add!
  • Data Feed events are now “search phrase” aware
    — This means that when search phrase is active, any added/updated/removed items are properly filtered based on the current search phrase
    — This fixes WorldUsersFeed adding newly joined users that do not match the current search phrase
  • Added mechanism which allows data feeds to have persistent data for each view
    — This allows implementation of new complex features and efficient caching (e.g. for the merging support for the Worlds Data Feed)
  • Added support for updating data feed items with updated data – any generated items will automatically be updated with new data through the same interface (there’s no need to make any changes, unless you have mechanism that removes the feed item interface)
  • Added a number of activation modes to BooleanSwitcher to provide more flexibility (based on request by @mpmxyz, issue #2269)
    — AtIndexOnly (this is the original mode, activates item only at the index)
    — AllButIndex (the item at index is deactivated)
    — IndexAndBefore (all items all the way to the index are activated)
    — IndexAndAfter (all items at index and after it are activated)
  • Added Translator badge (requested by modimobeikete, issue #1814, badge created by @chromashiba)
    — If you’ve been contributing translations and gotten reward space for it, you should get the badge automatically within next few hours
    — If you don’t have one, please make an Issue at the Locale repo and we’ll try to get to it as soon as possible!
  • Added debugWorldState command to headless, which prints out debugging info for state of all worlds (this is to help diagnose issue reported by @j4.lc, @readun, @hikari_akimori, @ink_25, issue #685)
    — If the session freezes your headless, type this command and save the output. Then type it again a few seconds later and save the output again.

Tweaks:

  • .cc extension is now recognized as a text file on import (requested by RobertBaruch, issue #1030, implemented by @probableprime)

Security:

  • Fixed user invisible status leaking when signing out (reported by @989onan via security ticket #788915)
  • Added moderation tool for sending warnings to users (requested by @veercollie internally, implemented by @probableprime)
    — This can be used by any moderators to issue official warnings
    — There is built-in audit, which informs moderation leads when warnings are issued to prevent any potential abuse of this command
  • SSL 3, TLS 1.0 and TLS 1.1 protocols have been now deprecated (implemented by @geenz)
    — If you run into issues with this, please let us know ASAP and we can revert this. However please note that this will eventually go away completely anyway, because in modern versions of .NET these protocols are not supported at all. You should upgrade to latest TLS, since these older versions have severe security issues

Locale:

  • Merged migrated Metric/Imperial locale strings for all languages from the legacy strings by @stiefeljackal
  • Merged missign English keys for inspector texture (fixed by @stiefeljackal)
  • Merged Korean locale update by @mirpasec
  • Merged Japanese locale update by @.aesc and @zozokasu
  • Merged French locale update by @j4.lc
  • Merged British English locale update by @paradoxical_autumn

Fixes:

  • Light Tool “Change Color” context menu item now uses the locale key (reported by @namminamm, issue #483, fixed by @probableprime)
  • Fixed spelling in Impulse Receiver Nodes (reported by @banane9, issue #1096, fixed by @probableprime)
  • Fixed multiply string node having + symbol instead of x (reported by @luxkitty, issue #194, fixed by @probableprime)
  • Fixed import dialog appearing to the side of the user while in desktop mode and the window is not focused (reported by @luxkitty, issue #1929, fixed by @probableprime)
  • Fixed ButtonValueShift ignoring MaxIsExclusive (reported by @mpmxyz, issue #1435, fixed by @probableprime)
  • Fixed OpenGL base texture format not being set correctly on Linux (reported by iamgreaser, @s3rgal, @rcelyte, issue #69 (nice) fixed by @geenz)
  • Fix RootCategoryView not unregistering event listeners when destroyed
    — This fixes memory/resource leak
  • Fixed “Sad” face tracking shape now being detected as “Angry” (reported by @shiftyscales, @nordic, @cataena, @felixq., @flamesoulis, Lxw404, @modernballoonie, issue #2343)
  • Fixed migrated content using Fresnel Unlit not appearing as expected (reported by @kulza, issue #40, fixed by @geenz)
  • Fixed PBS_ColorMask not applying EmissiveMap to EmissiveColor channels (reported by @towneh, issue #158, fixed by @geenz)
  • Fixed Reflection material being broken with normal maps (reported by @maksim789456, issue #174, fixed by @geenz)
  • Fixed Matcap materials breaking with normals maps (reported by @luxkitty, issue #200, fixed by @geenz)
  • Fixed NormalScale not affecting fresnel material (reported by @luxkitty, issue #1117, fixed by @geenz)
  • Fixed FresnelLerp material not working when PolarUV’s are enabled (reported by @art0007i, issue #1581, fixed by @geenz)

Obsolete:

  • Obsoleted SessionsOrbsController
    — This will eventually be removed completely, with more generic replacements made using the new WorldsDataFeed
    — If there are generic things needed to build replacements or missing, let us know (make feature requests)
  • Obsoleted WorldListManager
    — Note that this will still exist at least until some time after WorldsDataFeed gets ability to also list Records (search published worlds), which would bring it to full feature parity
    — We are marking this as obsolete now to indicate that we have plans to remove it eventually
    — If you are building content that needs only opened worlds / sessions, you should use the new WorldsDataFeed and port any existing solutions to this to prepare

Removals:

  • Removed DebugSceneHierachyFeed

Download Resonite update 2024.6.24.1317 on PC.

Related articles

MX vs ATV Legends Update 3.14 Patch Notes – Oct. 25, 2024

A new MX vs ATV Legends update 3.14 patch...

Ember Knights Version 2.0.2 Patch Notes – October 25, 2024

A new Ember Knights update 2.0.2 patch notes are...

PANICORE Update 1.1 Patch Notes – Oct. 25, 2024

A new PANICORE update 1.1 released on PC. According...

Going Medieval Version 0.20.16 Patch Notes – October 25, 2024

Going Medieval update 0.20.16 is now rolling out on...

Travellers Rest Update 0.6.6.5 Patch Notes – Oct. 25, 2024

A new Travellers Rest update 0.6.6.5 patch notes are...