• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-3080
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Si Linden
Reporter: Stickman Ingmann
Votes: 5
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

Mono is not initializing rotations as ZERO_ROTATION

Created: 16/Sep/08 12:03 PM   Updated: 14/Oct/08 09:40 AM
Return to search
Component/s: Scripts
Affects Version/s: 1.24 Server
Fix Version/s: None

Issue Links:
Relates
 

Linden Lab Issue ID: DEV-20607


 Description  « Hide
Mono initializes rotations as <1.0, 0.0, 0.0, 0.0> instead of ZERO_ROTATION, <0.0, 0.0, 0.0, 1.0>

-------
default
{
state_entry()

{ rotation rot; rotation rot2 = ZERO_ROTATION; llSay(0, (string)rot); llSay(0, (string)rot2); }

}




 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Darien Caldwell added a comment - 16/Sep/08 12:50 PM
Linked to the Mono Issue list.

Ezian Ecksol added a comment - 16/Sep/08 01:03 PM
Now I understand the initial misbehaviour of a script, thanks.

Periapse Linden added a comment - 18/Sep/08 01:23 PM
Fix passed QA. On aditi now.
Will roll to agni with Second Life Beta Server 1.24.6.97017

Periapse Linden added a comment - 14/Oct/08 09:40 AM
Previously deployed to agni. Resolving.