Block Edit on Physical Objects
|
Pat Murphy
The Wandering Wizard
Join date: 2 Dec 2002
Posts: 142
|
03-28-2003 18:45
We need the ability to block people (besides the owner) from selecting an object for edit. When any user selects a physical object for edit it stops it from being physical, wether or not they have edit permissions. This isn't cool.
-Pat Murphy
_____________________
That's how they showed their respect for Paddy Murphy That's how they showed their honour and their pride; They said it was a sin and shame and they winked at one another And every drink in the place was full the night Pat Murphy died. -Great Big Sea
|
Dave Zeeman
Master Procrastinator
Join date: 28 Jan 2003
Posts: 1,025
|
03-29-2003 01:54
Secondededed... 
_____________________
llToggleDaveZeemanIntelligence(FALSE); Philip Linden: Zeeman, strip off the suit! Dave Zeeman - Keeping Lindens on their toes since v0.3.2!
|
James Miller
Village Idiot
Join date: 9 Jan 2003
Posts: 1,500
|
03-29-2003 07:35
I third it 
|
Cory Linden
Linden Lab Employee
Join date: 19 Nov 2002
Posts: 173
|
03-29-2003 16:00
We may move this into a checkbox eventually, but adding the following script works:
default { state_entry() { llSetStatus(STATUS_BLOCK_GRAB, TRUE); } }
It can still be selected for editing, but the standard click on behavior doesn't change motion.
Cory
|
James Miller
Village Idiot
Join date: 9 Jan 2003
Posts: 1,500
|
03-29-2003 16:54
This didn't work for me, Cory. I added it to a beachball and kicked it while having a friend right click and try to edit, and it stopped anyway...we want it to keep moving and stay physical even if someone is clicking it.
|
Cory Linden
Linden Lab Employee
Join date: 19 Nov 2002
Posts: 173
|
03-31-2003 12:42
Oops, found a bug. The block grab function only worked if there was also a touch* event handler in the script. This will be fixed in the 0.6 release since we've already branched the release for tomorrow.
|
Wednesday Grimm
Ex Libris
Join date: 9 Jan 2003
Posts: 934
|
03-31-2003 13:42
From: someone Originally posted by Cory Linden Oops, found a bug. The block grab function only worked if there was also a touch* event handler in the script. This will be fixed in the 0.6 release since we've already branched the release for tomorrow. How smart is the script compiler? If I put an empty touch event in, will it work? (This has been another in the series of Simple Questions That Could Be Answered With 5 Minutes Of Work In World, But That I Still Ask In the Forums Anyway)
|
Cory Linden
Linden Lab Employee
Join date: 19 Nov 2002
Posts: 173
|
03-31-2003 14:06
Script compiler is to smart as Enron is to safe investment opportunity. Draw your own conclusions. Empty touch handler should work fine, but if you aren't going to spend the 5 minutes to discover the answer to a question neither will I  !
|
Shebang Sunshine
Royal PITA
Join date: 3 Dec 2002
Posts: 765
|
03-31-2003 14:35
Well Cory, if you'll let us in right now (an hour and a half before the world opens for the day) then we'll spend that 5 minutes, and perhaps even a bit more, to determine the answer to the question =)
_____________________
-- Gravy: the new ice cream.
|
Cory Linden
Linden Lab Employee
Join date: 19 Nov 2002
Posts: 173
|
03-31-2003 14:46
LOL . . . uh, no . . . although we are meeting this week how to support longer simulator up times. No specifics yet, but we are very focused on thet problem. Mostly it comes down to making sure the sims are up during critical hours w/o burning out all the developers with 24/7 pager duty.
Cory
|
James Miller
Village Idiot
Join date: 9 Jan 2003
Posts: 1,500
|
03-31-2003 15:53
Thanks for the reply Cory. I have been on second life the entire day today...24 hours straight, its been fun 
|
Shebang Sunshine
Royal PITA
Join date: 3 Dec 2002
Posts: 765
|
03-31-2003 17:08
From: someone Originally posted by Cory Linden LOL . . . uh, no . . . although we are meeting this week how to support longer simulator up times. No specifics yet, but we are very focused on thet problem. Mostly it comes down to making sure the sims are up during critical hours w/o burning out all the developers with 24/7 pager duty.
Cory <G> I know... I was just joshin' with ya =) Y'all take as long as y'all need to get things as smooth as silk -- then give us more, More, MORE hours =) With a rebel yell... #!
_____________________
-- Gravy: the new ice cream.
|