-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update oc_capture.lsl #970
Conversation
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
This fixes the second issue discussed in #858, that capture is disabled during capture, before autorelease. The other changes in this commit makes impossible to disable capture in settings before it is released. So it shouldnt be an issue anymore. The other issue in #858, that the autorelease timer doesnt restart after a relog is still not fixed, and with wearer blocked from capture settings in risky mode it wont be restarted by a call to Commit(). The fix here, tested but not only in my test code is to add in LM_SETTING_RESPONSE handler for "capture_status" a call to llSetTimerEvent(10) about line 450
|
@NikkiLacrima it would be great if you know the code you want to see in a pr to go ahead and make the pr, this reduces the chance for error if the code gets copied and pasted into someone else's pr. And thanks for the great contribution! Another thing, the person who makes the pr cannot also review it so Ping will now have to find yet another person to review the code he pushed based on your input. |
Fixed the first half of the Issue #858
Update oc_capture.lsl
I agre Silkie, but this was pushed as pr before I considered it ready to go. The code is ok, but barely tested and there is more work to do before making a final pr. |
It looks like everything has tested out 100% with the latest merge of #971 |
Drop me a line inworld if you can, @NikkiLacrima |
So a question comes up about the timing of a PR, and when is the right time to start a Pull Request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After rigorous testing of multiple scenarios the app works as designed and nothing unexpected occurred.
A revision to PR #969
This update has most of the features of 969 without the bugs, plus an important detail: