-
Notifications
You must be signed in to change notification settings - Fork 129
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 #1104
Merged
Merged
8.3 features branch #1104
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
initialize g_iMenuStride
Slight change to the order of operations to first check if the collar is welded before checking if the Addon Limited is unchecked
Beta test for Unwelder changes, HUD
Fix for Issue #907, order of welded <-> addonslimit checking
Update oc_unwelder_hud.lsl
Need to fix the behavior of thr BACK button in the Position Menu, Rotation Menu and Size Menu
Ref Issue #932
Edit to include CAPITAL letters in Muffle
Update oc_rlvextension.lsl
Based on Issue #955 Use a 2 link chain texture to improve the look of the chains at the ends. Also make a slight adjustment to particle scale
Update oc_rlvsuite.lsl
Fixed Lock Core button not working need to be kAv not kID in the key check.
A unique identifier key was send with DIALOG which was used to track which script send the Dialog and which menu it was calling. But this same functionality can be achieved by sending that information directly as the identifier key. The actual logic to keep multiple menu users separate happens in oc_dialog, which creates separate channels for each Dialog call, but the identifier key is not used for this. They identifier key is not used at all in oc_dialog, but only passed unchanged back into DIALOG_RESPONSE. So it seems that anything could work as a key without changing functionality. With this change the identifier is the name of the menu + the name of the script: sMenu+llGetScriptName(). From what I can tell, this should be sufficient to keep it working as before without having to store the list g_lMenuIDs.
fixed teh stray ~ causing the detach checks to fail.
re implimentation of #940
Update oc_badwords.lsl
Update oc_cuff.lsl
A revision to PR #969 This update has most of the features of 969 without the bugs, plus an important detail: 1) Owner can now end a Capture Issue #903 2) Owner and Captor are both notified of successful Capture and End of Capture 3) BLOCKED individuals can not Capture Issue #959 4) Wearer can end Capture when Risky is off 5) When Risky is active, the Captive's only escape is using Safeword 6) Fixes a bug in the timer when Captive relogs and Captor leaves the sim Issue #858
Fixed the first half of the Issue #858
Update oc_capture.lsl
Unwelder: Possible solution to Issue #907
Update oc_capture.lsl
…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
Check that LockGuard command is intended for the collar wearer
8.3 features branch
Nikki lacrima patch particles
8.3 features branch
Invalidate menus to force reauth when public mode is turned off.
Clear menus to invalidate auth when public mode is turned off
…hlength-fix particle leashlength fix
…h-patch OBJECT_TEMP_ATTACHED rejection in oc_API for interface channel
…vsuite Nikki lacrima minorclean rlvsuite
Updates OC help notecard as it was a bit behind the times. Expanded the basic introduction and added the almost complete chat command list.
Update OpenCollar_Help
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.
Merging 8.3 features branch to main