forked from OpenCollarTeam/OpenCollar
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.3 features branch #10
Merged
NikkiLacrima
merged 137 commits into
NikkiLacrima:8.3
from
OpenCollarTeam:8.3_Features-branch
Sep 5, 2024
Merged
8.3 features branch #10
NikkiLacrima
merged 137 commits into
NikkiLacrima:8.3
from
OpenCollarTeam:8.3_Features-branch
Sep 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Bell is ringing and hidden." is currently a lie because of this. Also they're separate options and should operate separately.
Decouple bell sounds with bell visibility.
Fix restores and expands arbitrary command functionality to interface channel. Also restores "owned by:" messages on all start ups, not just reboot, improves auth efficiency of chat commands, and restores "#" prefix handling Details: * Restored # prefix functionality, issue #897 * Refactored chat command handling for efficiency. Chat commands no longer sent as CMD_ZERO for authing as this script handles auth so we can auth locally to save a link_message round trip on every chat command. *Restored object command handling as per v7.x and previous, using interface channel rather than HUDchannel as there seems no reason to duplicate and hudchannel stuff hasn't worked for a few years anyway. Added remote auth function - llSay(g_iInterfaceChannel,"checkauth 1111"); will return "AuthReply|(wearerkey)|(auth level)" on channel 1111, reporting the auth level of the object owner. Commands can be prefixed with "authas:(userkey)=", which will use the LOWER auth level between object owner and userkey. Commmand format is targetkey:chat command. Examples: "authas:(userkey)=(targetkey):kneel" - will issue kneel command if (userkey) and object owner both have valid auth "(targetkey):sit (sittarget key)" - sit wearer on (sittarget key) if object owner has valid auth *menuto cleanup requires menuto target to be in sim AND be the owner of the issuing command *Set g_iStartup to TRUE in active state on_rez event to restore "owned by" message #906 *Updated old oc_leash_on_collision "grabby post" script to work with updated interface channel *Created new oc_smart_post script, a heavily commented example of what can be done via the interface channel
Making the RLV clear function clear outfit locks
Loudness normalization to -14LUFS
Uploaded new sounds files and updated readme.
Removed old list of sounds.
Catching 8.3_features-branch up to Master for dependencies
…xes-3 Change legacy permissions notification in oc_couples
oc_extension beta2 fixes
Update oc_rlvextension.lsl
oc timer 8.3beta2 fixes
…ompatibility_patch Update Checkboxes throughout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.