Rewrote svn properties handling script in python. Added more file types.

This commit is contained in:
Jeff Ames
2008-01-26 10:34:49 +00:00
parent 429d14f3e5
commit 20215c3d30
62 changed files with 2447 additions and 2341 deletions

View File

@@ -1,11 +1,11 @@
default
{
state_entry()
{
rotation aRot = ZERO_ROTATION;
rotation bRot = llGetRot();
float aBetween = llAngleBetween( aRot, bRot );
llOwnerSay((string)aBetween);
//llGetRot() being < 0, 0, 90 > this should report 1.570796
}
}
default
{
state_entry()
{
rotation aRot = ZERO_ROTATION;
rotation bRot = llGetRot();
float aBetween = llAngleBetween( aRot, bRot );
llOwnerSay((string)aBetween);
//llGetRot() being < 0, 0, 90 > this should report 1.570796
}
}