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
/
Runtime
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
adding ability for listeners to be filtered by regular expressions and a gene...
SignpostMarv
2012-10-26
2
-0
/
+20
*
Add CLICK_ACTION_ZOOM
BlueWall
2012-10-20
1
-0
/
+1
*
added perms checking, duplicated functionality to methods that do not require...
SignpostMarv
2012-10-02
1
-0
/
+10
*
implementing osDropAttachment & osDropAttachmentAt
SignpostMarv
2012-10-02
1
-0
/
+10
*
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
2
-0
/
+57
*
implementing a function to get the number of attachments worn
SignpostMarv
2012-09-04
1
-0
/
+7
*
This partially implements the LSL function to set the response
Mic Bowman
2012-08-29
1
-0
/
+5
*
Revert "implementing function to allow scripts to self-replicate as if the ow...
Justin Clark-Casey (justincc)
2012-08-24
1
-5
/
+0
*
implementing function to allow scripts to self-replicate as if the owner dupl...
SignpostMarv
2012-08-24
1
-0
/
+5
*
Adds osGetHealth.
TBG Renfold
2012-08-24
1
-1
/
+6
*
implemented
SignpostMarv
2012-08-17
1
-0
/
+1
*
adding ATTACH_*_PEC constants
SignpostMarv
2012-08-15
1
-0
/
+2
*
reduced-complexity implementation of function to get rezzing object key
SignpostMarv
2012-08-02
1
-0
/
+5
*
LSL/OSSL lacks Math.Min & Math.Max implementations.
SignpostMarv
2012-07-28
1
-0
/
+10
*
As per opensim-dev mailing list conversation, introduce OS_NPC constant for u...
Justin Clark-Casey (justincc)
2012-07-20
1
-0
/
+1
*
Implements a very useful OSSL function to test a string to see
Mic Bowman
2012-07-20
1
-0
/
+5
*
Implementation of llSetRegionPos(). Does not implement failure on object entr...
SignpostMarv
2012-07-14
1
-0
/
+5
*
This script allows an object to be attached directly from prim inventory to a...
Justin Clark-Casey (justincc)
2012-07-09
1
-0
/
+5
*
Mantis 6063 osNpcTouch.
Talun
2012-07-06
1
-0
/
+5
*
Add OSSL function osForceAttachToAvatarFromInventory()
Justin Clark-Casey (justincc)
2012-07-05
1
-0
/
+5
*
Add stub for llCastRay
BlueWall
2012-06-26
1
-0
/
+5
*
Commitig the Avination implementation of llTeleportAgent and
Melanie
2012-06-11
1
-0
/
+10
*
Mantis 6015 new LSL function llGetAgentList.
Talun
2012-05-09
2
-0
/
+10
*
add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...
dahlia
2012-05-06
1
-0
/
+1
*
llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri...
TBG Renfold
2012-04-30
1
-0
/
+5
*
Merge branch 'master' of /home/opensim/var/repo/opensim
BlueWall
2012-04-26
1
-1
/
+12
|
\
|
*
Add osForceAttachToAvatar() and osForceDetachFromAvatar()
Justin Clark-Casey (justincc)
2012-04-24
1
-1
/
+12
*
|
Add a version of osNpcSay that takes a channel number Mantis 5747
Talun
2012-04-26
1
-0
/
+16
|
/
*
Missing or unimplemented LSL memory functions.
Talun
2012-04-13
2
-0
/
+28
*
New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...
Snoopy Pfeffer
2012-04-10
1
-0
/
+10
*
Addition of missing constants for llGetObjectDetails including for Mantis 5502
Talun
2012-04-06
1
-0
/
+10
*
Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...
Snoopy Pfeffer
2012-03-27
1
-0
/
+10
*
Add a hust UUID to the script invocations
Melanie
2012-03-26
1
-0
/
+5
*
Add support for key, vector, rotation and list types for both
Mic Bowman
2012-03-24
1
-5
/
+29
*
fix yield prolog so it compiles with mono 2.11 there has been a bugzilla
nebadon
2012-03-23
2
-6
/
+6
*
Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927
Justin Clark-Casey (justincc)
2012-03-17
1
-0
/
+5
*
Adds a new script command 'modInvoke' to invoke registered functions
Mic Bowman
2012-03-15
1
-0
/
+15
*
Added osGetGridGatekeeperURI()
Diva Canto
2012-03-10
1
-0
/
+5
*
Adds an OSSL command for regular expression-based string replacement. Parameters
Mic Bowman
2012-03-01
1
-0
/
+6
*
PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implemented
PixelTomsen
2012-02-25
1
-0
/
+2
*
llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:...
PixelTomsen
2012-02-24
1
-2
/
+17
*
llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget
PixelTomsen
2012-02-24
1
-0
/
+5
*
Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve...
Justin Clark-Casey (justincc)
2012-02-04
1
-0
/
+2
*
Correct RC_* LSL constants used by llCastRay().
Justin Clark-Casey (justincc)
2012-02-04
1
-12
/
+12
*
D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLin...
Justin Clark-Casey (justincc)
2012-02-02
1
-1
/
+1
*
Add llGetLinkNumberOfSides to LSL_Stub and ILSL_Api
Justin Clark-Casey (justincc)
2012-02-02
1
-0
/
+5
*
Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().
Justin Clark-Casey (justincc)
2012-01-28
1
-0
/
+1
*
Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...
Justin Clark-Casey (justincc)
2012-01-27
1
-0
/
+5
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2012-01-27
2
-0
/
+13
|
\
[next]