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
/
Common
/
LSL_BuiltIn_Commands.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implements llKey2Name().
alondria
2008-03-21
1
-1
/
+12
*
Implemented llOverMyLand() and correct llGetOwnerKey() to properly return the...
alondria
2008-03-21
1
-4
/
+28
*
* Converted a large number of ASCII encodings to UTF8.
Adam Frisby
2008-03-21
1
-1
/
+0
*
* Fix for #499: linked primsets don't rotate properly when using a door scrip...
Teravus Ovares
2008-03-21
1
-0
/
+2
*
* Patch to add llSetLinkPrimitiveParams stub
Justin Clarke Casey
2008-03-19
1
-0
/
+6
*
* Documentation patch from krtaylor. Thanks!
Justin Clarke Casey
2008-03-19
1
-0
/
+5
*
Fixed some comparisons of LLUUIDs to null.
Jeff Ames
2008-03-19
1
-3
/
+3
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-26
/
+25
*
From: Alan M Webb <awebb@vnet.ibm.com>
Sean Dague
2008-03-17
1
-87
/
+343
*
added some os helper functions for the texture drawing module. see http://ope...
MW
2008-03-15
1
-0
/
+67
*
* Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)
Teravus Ovares
2008-03-14
1
-2
/
+9
*
Refactor out some duplicate code.
Jeff Ames
2008-03-11
1
-2
/
+2
*
* Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb!
Adam Frisby
2008-03-11
1
-2
/
+2
*
* Added Linear Acceleration reporting to the ODEPlugin.
Teravus Ovares
2008-03-10
1
-2
/
+1
*
ODEPlugin
Teravus Ovares
2008-03-10
1
-0
/
+14
*
* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.
Teravus Ovares
2008-03-10
1
-1
/
+7
*
Remove two warnings with unused variables.
Charles Krinke
2008-03-08
1
-2
/
+0
*
Thank you very much, Ldviopeng for :
Charles Krinke
2008-03-08
1
-3
/
+54
*
Added Frist basic version on the VectorRenderModule, that allows scripts to d...
MW
2008-03-08
1
-0
/
+66
*
Thank you kindly, Ldviopeng for:
Charles Krinke
2008-03-08
1
-2
/
+87
*
* Applied patch #719 from lvoidpeng.
lbsa71
2008-03-07
1
-2
/
+3
*
* Disabled ancient TerrainEngine.
Adam Frisby
2008-03-06
1
-57
/
+3
*
Added copyright heaaders. Minor cleanup.
Jeff Ames
2008-03-04
1
-1
/
+1
*
* Removed a bunch of compiler warnings.
Adam Frisby
2008-03-03
1
-1
/
+0
*
Thank you very much, Kinoc for:
Charles Krinke
2008-03-01
1
-17
/
+72
*
From: Alan M Webb <awebb@vnet.ibm.com>
Sean Dague
2008-02-28
1
-9
/
+418
*
Moved AsyncCommandManager into separate classes under "plugins".
Tedd Hansen
2008-02-25
1
-7
/
+7
*
Initial patch for llSensor*
Tedd Hansen
2008-02-25
1
-19
/
+125
*
By now you all have learned that when I'm committing scripting usually doesn'...
Tedd Hansen
2008-02-24
1
-55
/
+55
*
Minor cleanup.
Jeff Ames
2008-02-20
1
-31
/
+21
*
llSetTimerEvent updated to use ticks instead of DateTime for internal timing.
Tedd Hansen
2008-02-20
1
-1
/
+1
*
llSetTimerEvent was setting seconds as milliseconds causing major problems in...
Tedd Hansen
2008-02-20
1
-1
/
+1
*
From: Michael Osias <mosias@us.ibm.com>
Sean Dague
2008-02-19
1
-2
/
+2
*
Thank you very much, Hashbox for:
Charles Krinke
2008-02-18
1
-6
/
+13
*
Thank you Hashbox for adding the
Charles Krinke
2008-02-17
1
-0
/
+10
*
* Made new Framework.Constants class, added RegionSize member.
Adam Frisby
2008-02-14
1
-1
/
+1
*
state_entry is now executed on state change.
Tedd Hansen
2008-02-10
1
-1
/
+12
*
We now support LSL state
Tedd Hansen
2008-02-10
1
-2
/
+3
*
Implements llListStatistics() and a bunch-o-LSL_Types.list statistical method...
alondria
2008-02-10
1
-3
/
+41
*
Implemented llGetParcelFlags() and llGetRegionFlags(). I don't think the Regi...
alondria
2008-02-10
1
-4
/
+2
*
Implements llGetObjectMass()
alondria
2008-02-10
1
-1
/
+5
*
Thank you very much, Hashbox for :
Charles Krinke
2008-02-10
1
-1
/
+1
*
Cleaned up some unreachable code warnings.
Jeff Ames
2008-02-06
1
-10
/
+0
*
* Added Active Scripts to report the number of scripts running to Sim Stats
Teravus Ovares
2008-02-06
1
-6
/
+340
*
Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Command...
alondria
2008-02-06
1
-1
/
+1
*
Converted logging to use log4net.
Jeff Ames
2008-02-05
1
-2
/
+3
*
Added explicit Quaternion->string and list->string conversions.
alondria
2008-02-05
1
-2
/
+94
*
* Refactored the sound calls to SceneObjectPart
Teravus Ovares
2008-02-05
1
-114
/
+5
*
Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, llTrigge...
Teravus Ovares
2008-02-04
1
-4
/
+92
*
* Whole buncha stuff.
Adam Frisby
2008-02-04
1
-0
/
+12
[next]