index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved auxiliar funtions of last commit from sop to lsl api since they are on...
UbitUmarov
2012-06-12
1
-5
/
+22
*
*UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ...
UbitUmarov
2012-06-12
1
-3
/
+238
*
Merge branch 'avination' into ubitwork
UbitUmarov
2012-06-11
3
-5
/
+73
|
\
|
*
Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGloba...
Melanie
2012-06-08
3
-5
/
+73
*
|
*UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending pos...
UbitUmarov
2012-06-08
1
-7
/
+37
*
|
*UNTESTED* let SetPrimParams for avatars parse even unsupported parameters so...
UbitUmarov
2012-06-08
1
-2
/
+84
*
|
*UNTESTED* added PRIM_POS_LOCAL and PRIM_ROT_LOCAL in SetPrimParams for avata...
UbitUmarov
2012-06-08
1
-6
/
+46
|
/
*
Typo correction
Melanie
2012-06-07
1
-1
/
+1
*
Set collision sound type so custom sound types are recognized
Melanie
2012-06-07
1
-0
/
+2
*
Prevent a null ref when getting the velocity of an avatar during login or
Melanie
2012-06-07
1
-2
/
+3
*
revert last bad commit but fix recoil direction
UbitUmarov
2012-06-05
1
-4
/
+4
*
Stop llRezAtRoot() from applying velocity setting impulse in World.RezObject...
UbitUmarov
2012-06-05
1
-2
/
+3
*
Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi...
Melanie
2012-06-04
1
-1
/
+1
*
Fix LSL animation state reporting and animation state transitions on crossing
Melanie
2012-06-01
1
-7
/
+33
*
Prevent multiple requests to go physical from reaching the physics plugin
Melanie
2012-05-30
1
-0
/
+4
*
Added a invalidCollisionSoundUUID so that scripts can stop all collision sou...
UbitUmarov
2012-05-16
2
-2
/
+10
*
Merge branch 'avination' into ubitwork
UbitUmarov
2012-05-15
1
-10
/
+11
|
\
|
*
Completely revamp collision handling. Now works as it is supposed to.
Melanie
2012-05-14
1
-10
/
+11
*
|
make llGetCameraPos and llGetCameraRot apply to avatar that granted permissio...
UbitUmarov
2012-05-14
1
-4
/
+14
|
/
*
Mantis 6015 new LSL function llGetAgentList.
Talun
2012-05-11
4
-0
/
+96
*
llGetGeometricCenter...
UbitUmarov
2012-04-29
1
-1
/
+2
*
fix llGetCenterOfMass ( checked with ubitODE only)
UbitUmarov
2012-04-28
1
-1
/
+1
*
fix (http://opensimulator.org/mantis/view.php?id=5965) llGetObjectMass was ba...
UbitUmarov
2012-04-16
1
-2
/
+23
*
Let llCastRay use ubitODE raycast if avaiable plus a few changes/fixes that ...
UbitUmarov
2012-04-16
1
-22
/
+86
*
llGetMass and llGetObjectMass (and push estimation) always use object mass a...
UbitUmarov
2012-04-09
3
-9
/
+30
*
Fix a LSL merge artefact
Melanie
2012-04-08
1
-10
/
+2
*
Merge branch 'master' into careminster
Melanie
2012-04-07
2
-17
/
+118
|
\
|
*
Store FromItemID for attachments once on SOG instead of on every SOP and only...
Justin Clark-Casey (justincc)
2012-04-07
1
-1
/
+1
|
*
Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL ...
Justin Clark-Casey (justincc)
2012-04-06
1
-0
/
+1
|
*
refactor: Use clearer part.ParentGroup.IsAttachment in LSL_Api.GetPartLocalPos()
Justin Clark-Casey (justincc)
2012-04-06
1
-4
/
+4
|
*
Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene o...
Justin Clark-Casey (justincc)
2012-04-06
1
-10
/
+11
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2012-04-06
2
-0
/
+82
|
|
\
|
|
*
Addition of missing constants for llGetObjectDetails including for Mantis 5502
Talun
2012-04-06
2
-0
/
+82
|
*
|
For llGetMass(), return the mass of the avatar is the object is attached.
Justin Clark-Casey (justincc)
2012-04-06
1
-3
/
+24
|
|
/
|
*
Make llGetMass() return total mass of object when called on root prim.
Justin Clark-Casey (justincc)
2012-04-06
1
-1
/
+4
*
|
Merge branch 'master' into careminster
Melanie
2012-04-03
1
-4
/
+13
|
\
\
|
|
/
|
*
Fix more SOP.PhysActor race conditions in LSL_Api
Justin Clark-Casey (justincc)
2012-04-03
1
-7
/
+19
*
|
Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...
Melanie
2012-03-31
1
-0
/
+10
|
\
\
|
*
|
Allow llTeleportAgent to work in attachments
Melanie
2012-03-29
1
-0
/
+10
*
|
|
Merge branch 'master' into careminster
Melanie
2012-03-31
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...
Justin Clark-Casey (justincc)
2012-03-31
1
-3
/
+3
*
|
Merge branch 'master' into careminster
Melanie
2012-03-27
3
-0
/
+82
|
\
\
|
|
/
|
*
Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...
Snoopy Pfeffer
2012-03-27
3
-0
/
+82
|
*
User level based restrictions for HyperGrid teleports, asset uploads, group c...
Snoopy Pfeffer
2012-03-27
1
-0
/
+3
*
|
Merge branch 'master' into careminster
Melanie
2012-03-26
3
-1
/
+16
|
\
\
|
|
/
|
*
Add a hust UUID to the script invocations
Melanie
2012-03-26
3
-1
/
+16
*
|
Merge branch 'master' into careminster
Melanie
2012-03-25
3
-74
/
+229
|
\
\
|
|
/
|
*
Add support for key, vector, rotation and list types for both
Mic Bowman
2012-03-24
3
-74
/
+229
*
|
Merge branch 'master' into careminster
Melanie
2012-03-23
2
-6
/
+6
|
\
\
|
|
/
|
*
fix yield prolog so it compiles with mono 2.11 there has been a bugzilla
nebadon
2012-03-23
2
-6
/
+6
[next]