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
/
Interface
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
create osGetAvatarHomeURI
Christopher
2015-08-04
1
-0
/
+2
*
Add a new os function "osGetGender()"
dahlia
2015-05-29
1
-0
/
+1
*
Add osCheckODE() function so scripts can configure for running with legacy ph...
Robert Adams
2015-04-12
1
-0
/
+1
*
added llGetEnv() implementation
Freaky Tech
2015-03-03
1
-0
/
+1
*
Revert "Adding dynamic ossl permission control"
BlueWall
2015-02-27
1
-4
/
+0
*
Adding dynamic ossl permission control
BlueWall
2015-02-27
1
-0
/
+4
*
Change name of just added OSSL osForceSit() to osForceOtherSit()
Justin Clark-Casey (justincc)
2014-10-11
1
-2
/
+2
*
Implements osForceSit(string avatar) & overload osForceSit(string avatar, str...
Vegaslon
2014-10-11
1
-0
/
+2
*
Mantis 7146 The lsl function llGetMassMKS is not implemented
Talun
2014-05-06
1
-0
/
+1
*
Implement osForceBreakAllLinks().
Justin Clark-Casey (justincc)
2014-03-13
1
-0
/
+5
*
Implement osForceCreateLink() and osForceBreakLink()
Justin Clark-Casey (justincc)
2014-03-12
1
-0
/
+13
*
Added osGetRegionSize(), which returns the region size in meters and recogniz...
Oren Hurvitz
2014-01-28
1
-0
/
+1
*
Add implementations for llSetVelocity and llSetAngularVelocity.
Robert Adams
2013-07-06
1
-0
/
+2
*
Mantis 6280: llSetContentType(). An implementation.
Talun
2013-06-15
1
-0
/
+1
*
Hook up Keyframe motion to almost everything. Failing to cross a sim border
Melanie
2013-06-06
1
-0
/
+1
*
Remove the return value from llGiveMoney and add llTransferLindenDollars. Also
Melanie
2013-01-23
1
-1
/
+2
*
BulletSim: add osGetPhysicsEngineType() LSL function and update
Robert Adams
2013-01-11
1
-0
/
+1
*
llSetLinkCamera implementation
PixelTomsen
2012-11-09
1
-0
/
+1
*
adding ability for listeners to be filtered by regular expressions and a gene...
SignpostMarv
2012-10-26
1
-0
/
+24
*
added perms checking, duplicated functionality to methods that do not require...
SignpostMarv
2012-10-02
1
-0
/
+12
*
implementing osDropAttachment & osDropAttachmentAt
SignpostMarv
2012-10-02
1
-0
/
+12
*
wrapping attachment functions in a region
SignpostMarv
2012-09-04
1
-1
/
+1
*
Implementing functing to send messages directly to attachments
SignpostMarv
2012-09-04
1
-0
/
+13
*
implementing a function to get the number of attachments worn
SignpostMarv
2012-09-04
1
-0
/
+10
*
This partially implements the LSL function to set the response
Mic Bowman
2012-08-29
1
-0
/
+6
*
track originating IScriptApi method for SL-like error messages. Will add rule...
SignpostMarv
2012-08-29
1
-1
/
+1
*
copying documentation from http://opensimulator.org/wiki/Threat_level
SignpostMarv
2012-08-28
1
-0
/
+59
*
renaming to be similar to equivalent Set command
SignpostMarv
2012-08-25
1
-1
/
+1
*
Revert "implementing function to allow scripts to self-replicate as if the ow...
Justin Clark-Casey (justincc)
2012-08-24
1
-7
/
+0
*
implementing function to allow scripts to self-replicate as if the owner dupl...
SignpostMarv
2012-08-24
1
-0
/
+7
*
Adds osGetHealth.
TBG Renfold
2012-08-24
1
-0
/
+1
*
reduced-complexity implementation of function to get rezzing object key
SignpostMarv
2012-08-02
1
-0
/
+6
*
LSL/OSSL lacks Math.Min & Math.Max implementations.
SignpostMarv
2012-07-28
1
-0
/
+16
*
Implements a very useful OSSL function to test a string to see
Mic Bowman
2012-07-20
1
-0
/
+7
*
Implementation of llSetRegionPos(). Does not implement failure on object entr...
SignpostMarv
2012-07-14
1
-0
/
+1
*
This script allows an object to be attached directly from prim inventory to a...
Justin Clark-Casey (justincc)
2012-07-09
1
-2
/
+16
*
Mantis 6063 osNpcTouch.
Talun
2012-07-06
1
-0
/
+1
*
Add OSSL function osForceAttachToAvatarFromInventory()
Justin Clark-Casey (justincc)
2012-07-05
1
-0
/
+7
*
Commitig the Avination implementation of llTeleportAgent and
Melanie
2012-06-11
1
-0
/
+2
*
Mantis 6015 new LSL function llGetAgentList.
Talun
2012-05-09
1
-0
/
+1
*
llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri...
TBG Renfold
2012-04-30
1
-0
/
+1
*
Merge branch 'master' of /home/opensim/var/repo/opensim
BlueWall
2012-04-26
1
-0
/
+14
|
\
|
*
Add osForceAttachToAvatar() and osForceDetachFromAvatar()
Justin Clark-Casey (justincc)
2012-04-24
1
-0
/
+14
*
|
Add a version of osNpcSay that takes a channel number Mantis 5747
Talun
2012-04-26
1
-0
/
+3
|
/
*
Correct whitespace error introduced by previous commit
Melanie
2012-04-14
1
-1
/
+1
*
Missing or unimplemented LSL memory functions.
Talun
2012-04-13
1
-1
/
+6
*
New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...
Snoopy Pfeffer
2012-04-10
1
-0
/
+3
*
Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...
Snoopy Pfeffer
2012-03-27
1
-0
/
+3
*
Add a hust UUID to the script invocations
Melanie
2012-03-26
1
-0
/
+1
*
Add support for key, vector, rotation and list types for both
Mic Bowman
2012-03-24
1
-12
/
+12
[next]