index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Implementation
/
LSL_Api.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
this should be an if-else block in case the non-phys min/max are smaller than...
SignpostMarv
2012-08-22
1
-5
/
+7
*
refactoring out SetFaceColor
SignpostMarv
2012-08-20
1
-2
/
+2
*
making use of implicit operators and Util.Clip handling of Vector3
SignpostMarv
2012-08-20
1
-1
/
+1
*
single operation for PRIM_COLOR
SignpostMarv
2012-08-20
1
-2
/
+1
*
integrating redundant code into operator
SignpostMarv
2012-08-18
1
-13
/
+1
*
Rot2Quaternion is now redundant
SignpostMarv
2012-08-18
1
-11
/
+10
*
implicit operators mean one does not need to instantiate new objects manually
SignpostMarv
2012-08-18
1
-3
/
+2
*
adding missing refactor for LSL_Vector
SignpostMarv
2012-08-18
1
-1
/
+1
*
Fix the whitespace formatting error introduced by the last patch
Melanie
2012-08-18
1
-2
/
+2
*
refactoring for Vector3 operator & constructor tweaks
SignpostMarv
2012-08-18
1
-64
/
+43
*
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Melanie
2012-08-18
1
-26
/
+32
|
\
|
*
adding null return to fix building
SignpostMarv
2012-08-17
1
-1
/
+1
|
*
fixing bug that get/set the wrong property for prim types other than sphere &...
SignpostMarv
2012-08-17
1
-2
/
+4
|
*
implemented
SignpostMarv
2012-08-17
1
-0
/
+13
|
*
attempt to handle InvalidCastException in a manner similar to Second Life
SignpostMarv
2012-08-17
1
-0
/
+4
|
*
adding a clip method to handle Vector3 objects to enable a minor amount of re...
SignpostMarv
2012-08-17
1
-6
/
+5
|
*
enables configurable minimum sizes for physical & non-physical prims
SignpostMarv
2012-08-15
1
-20
/
+8
*
|
Do a proper null check to avoid the overloaded operator == trap
Melanie
2012-08-16
1
-1
/
+1
|
/
*
Implementing PRIM_LINK_TARGET in a non-recursive fashion
SignpostMarv
2012-08-15
1
-49
/
+74
*
Let the temp attachment module add a command to allow attaching without permi...
Melanie
2012-08-15
1
-31
/
+39
*
Lay some groundwork for temp attachments. Decouple attachments from inventory.
Melanie
2012-08-14
1
-1
/
+1
*
attempt at replicating behaviour of llList2thing functions in SL
SignpostMarv
2012-08-13
1
-7
/
+69
*
Release http-in URLs when llResetScript is called
Melanie
2012-08-07
1
-0
/
+6
*
Return world rotation on llGetObjectDetails()'s OBJECT_ROT
Melanie
2012-07-29
1
-1
/
+11
*
Revert "Revert "refactor: make llGiveInventory() use existing GetInventoryIte...
Justin Clark-Casey (justincc)
2012-07-17
1
-24
/
+9
*
Fix regression where llGiveInventory() had stopped asking non-owner receivers...
Justin Clark-Casey (justincc)
2012-07-17
1
-29
/
+29
*
Revert "refactor: make llGiveInventory() use existing GetInventoryItem() meth...
Justin Clark-Casey (justincc)
2012-07-17
1
-11
/
+24
*
acting on feedback from justincc
SignpostMarv
2012-07-14
1
-6
/
+7
*
acting on feedback from justincc
SignpostMarv
2012-07-14
1
-39
/
+42
*
added in some extra variables, it sometimes thinks it is on the same parcel :(
SignpostMarv
2012-07-14
1
-5
/
+7
*
adding workaround for silent failure if position is outside the bounds of a r...
SignpostMarv
2012-07-14
1
-13
/
+41
*
Implementation of llSetRegionPos(). Does not implement failure on object entr...
SignpostMarv
2012-07-14
1
-4
/
+39
*
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...
Justin Clark-Casey (justincc)
2012-07-11
1
-6
/
+2
*
Use GetInventoryItem() in llRezAtRoot rather than iterating through a cloned ...
Justin Clark-Casey (justincc)
2012-07-04
1
-40
/
+36
*
refactor: In llGetNotecardLine() use existing GetInventoryItem() rather than ...
Justin Clark-Casey (justincc)
2012-07-04
1
-10
/
+4
*
refactor: In llGetNumberOfNotecardLines() use existing GetInventoryItem() rat...
Justin Clark-Casey (justincc)
2012-07-04
1
-10
/
+4
*
refactor: use existing GetInventoryItem() in GetScriptByName(), itself rename...
Justin Clark-Casey (justincc)
2012-07-04
1
-13
/
+9
*
refactor: In llGetInventoryType() use existing GetInventoryItem()
Justin Clark-Casey (justincc)
2012-07-04
1
-11
/
+5
*
refactor: In llGetInventoryCreator() use existing GetInventoryItem()
Justin Clark-Casey (justincc)
2012-07-04
1
-12
/
+8
*
refactor: In llGetInventoryPermMask() use existing GetInventoryItem()
Justin Clark-Casey (justincc)
2012-07-04
1
-24
/
+21
*
refactor: in llGetInventoryPermMask use existing GetInventoryItem()
Justin Clark-Casey (justincc)
2012-07-04
1
-23
/
+19
*
refactor: In llRemoteLoadScriptPin() use existing GetInventoryItem()
Justin Clark-Casey (justincc)
2012-07-04
1
-20
/
+5
*
refactor: replace use of LSL_Api.GetTaskInventoryItem() with existing GetInve...
Justin Clark-Casey (justincc)
2012-07-04
1
-22
/
+11
*
refactor: In llGetInventoryKey() use existing GetInventoryItem()
Justin Clark-Casey (justincc)
2012-07-04
1
-15
/
+9
*
In llMessageLinked() use GetInventoryItems() rather than cloning TaskInventor...
Justin Clark-Casey (justincc)
2012-07-04
1
-4
/
+2
*
In llRequestInventoryData() use GetInventoryItems() rather than cloning TaskI...
Justin Clark-Casey (justincc)
2012-07-04
1
-3
/
+2
*
refactor: In llCollisionSound() use existing GetInventoryItem() method rather...
Justin Clark-Casey (justincc)
2012-07-04
1
-11
/
+5
*
refactor: In llRemoveInventory() use existing GetInventoryItem() method rathe...
Justin Clark-Casey (justincc)
2012-07-04
1
-14
/
+9
*
refactor: make llGiveInventory() use existing GetInventoryItem() method rathe...
Justin Clark-Casey (justincc)
2012-07-04
1
-24
/
+11
*
Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...
Justin Clark-Casey (justincc)
2012-06-28
1
-9
/
+6
[next]