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
/
Shared
/
Api
/
Interface
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-02
added perms checking, duplicated functionality to methods that do not require...
SignpostMarv
1
-0
/
+12
2012-10-02
implementing osDropAttachment & osDropAttachmentAt
SignpostMarv
1
-0
/
+12
2012-09-04
wrapping attachment functions in a region
SignpostMarv
1
-1
/
+1
2012-09-04
Implementing functing to send messages directly to attachments
SignpostMarv
1
-0
/
+13
2012-09-04
implementing a function to get the number of attachments worn
SignpostMarv
1
-0
/
+10
2012-08-29
This partially implements the LSL function to set the response
Mic Bowman
1
-0
/
+6
2012-08-29
track originating IScriptApi method for SL-like error messages. Will add rule...
SignpostMarv
1
-1
/
+1
2012-08-28
copying documentation from http://opensimulator.org/wiki/Threat_level
SignpostMarv
1
-0
/
+59
2012-08-25
renaming to be similar to equivalent Set command
SignpostMarv
1
-1
/
+1
2012-08-24
Revert "implementing function to allow scripts to self-replicate as if the ow...
Justin Clark-Casey (justincc)
1
-7
/
+0
2012-08-24
implementing function to allow scripts to self-replicate as if the owner dupl...
SignpostMarv
1
-0
/
+7
2012-08-24
Adds osGetHealth.
TBG Renfold
1
-0
/
+1
2012-08-02
reduced-complexity implementation of function to get rezzing object key
SignpostMarv
1
-0
/
+6
2012-07-28
LSL/OSSL lacks Math.Min & Math.Max implementations.
SignpostMarv
1
-0
/
+16
2012-07-20
Implements a very useful OSSL function to test a string to see
Mic Bowman
1
-0
/
+7
2012-07-14
Implementation of llSetRegionPos(). Does not implement failure on object entr...
SignpostMarv
1
-0
/
+1
2012-07-09
This script allows an object to be attached directly from prim inventory to a...
Justin Clark-Casey (justincc)
1
-2
/
+16
2012-07-06
Mantis 6063 osNpcTouch.
Talun
1
-0
/
+1
2012-07-05
Add OSSL function osForceAttachToAvatarFromInventory()
Justin Clark-Casey (justincc)
1
-0
/
+7
2012-06-11
Commitig the Avination implementation of llTeleportAgent and
Melanie
1
-0
/
+2
2012-05-09
Mantis 6015 new LSL function llGetAgentList.
Talun
1
-0
/
+1
2012-04-30
llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri...
TBG Renfold
1
-0
/
+1
2012-04-26
Add a version of osNpcSay that takes a channel number Mantis 5747
Talun
1
-0
/
+3
2012-04-24
Add osForceAttachToAvatar() and osForceDetachFromAvatar()
Justin Clark-Casey (justincc)
1
-0
/
+14
2012-04-13
Missing or unimplemented LSL memory functions.
Talun
1
-1
/
+6
2012-04-14
Correct whitespace error introduced by previous commit
Melanie
1
-1
/
+1
2012-04-10
New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...
Snoopy Pfeffer
1
-0
/
+3
2012-03-27
Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...
Snoopy Pfeffer
1
-0
/
+3
2012-03-26
Add a hust UUID to the script invocations
Melanie
1
-0
/
+1
2012-03-24
Add support for key, vector, rotation and list types for both
Mic Bowman
1
-12
/
+12
2012-03-17
Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-03-15
Adds a new script command 'modInvoke' to invoke registered functions
Mic Bowman
1
-0
/
+9
2012-03-10
Added osGetGridGatekeeperURI()
Diva Canto
1
-0
/
+1
2012-03-01
Adds an OSSL command for regular expression-based string replacement. Parameters
Mic Bowman
1
-0
/
+1
2012-02-24
llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:...
PixelTomsen
1
-2
/
+5
2012-02-24
llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget
PixelTomsen
1
-0
/
+1
2012-02-02
Add llGetLinkNumberOfSides to LSL_Stub and ILSL_Api
Justin Clark-Casey (justincc)
1
-1
/
+2
2012-01-27
Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...
Justin Clark-Casey (justincc)
1
-0
/
+7
2012-01-27
Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...
Justin Clark-Casey (justincc)
1
-19
/
+29
2012-01-26
llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...
PixelTomsen
1
-0
/
+1
2012-01-25
llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...
Pixel Tomsen
1
-0
/
+1
2012-01-19
Add osGetGridHomeURI function
BlueWall
1
-0
/
+1
2012-01-17
Add function osGetGridCustom
BlueWall
1
-0
/
+1
2012-01-13
Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...
Justin Clark-Casey (justincc)
1
-1
/
+0
2012-01-12
Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...
Justin Clark-Casey (justincc)
1
-0
/
+1
2012-01-06
Fix some syntax issues
Melanie
1
-2
/
+2
2012-01-06
Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well
Melanie
1
-0
/
+2
2012-01-06
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
1
-0
/
+1
2012-01-06
Add ThreatLevel.NoAccess to OSSL. This allows to enable OSSL without enabling
Melanie
1
-0
/
+1
2011-12-11
Mantis 5816: osParseJSON Decoding Problems
nebadon
1
-0
/
+2
[next]