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
/
OSSL_Stub.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Implements a very useful OSSL function to test a string to see
Mic Bowman
2012-07-20
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
*
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
|
/
*
New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...
Snoopy Pfeffer
2012-04-10
1
-0
/
+10
*
Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...
Snoopy Pfeffer
2012-03-27
1
-0
/
+10
*
Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927
Justin Clark-Casey (justincc)
2012-03-17
1
-0
/
+5
*
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
*
Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...
Justin Clark-Casey (justincc)
2012-01-27
1
-0
/
+5
*
Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...
Justin Clark-Casey (justincc)
2012-01-27
1
-0
/
+5
*
Add osGetGridHomeURI function
BlueWall
2012-01-19
1
-0
/
+5
*
Add function osGetGridCustom
BlueWall
2012-01-17
1
-0
/
+5
*
Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...
Justin Clark-Casey (justincc)
2012-01-13
1
-5
/
+0
*
Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...
Justin Clark-Casey (justincc)
2012-01-12
1
-0
/
+5
*
Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well
Melanie
2012-01-06
1
-0
/
+10
*
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
2012-01-06
1
-1
/
+6
*
Mantis 5816: osParseJSON Decoding Problems
nebadon
2011-12-11
1
-0
/
+5
*
Implement osNpcStand(<npc-id>)
Justin Clark-Casey (justincc)
2011-10-17
1
-0
/
+5
*
Implement osNpcSit(). This is still in development so don't trust it
Justin Clark-Casey (justincc)
2011-10-17
1
-0
/
+5
*
tidy up some OSSL NPC parameter names
Justin Clark-Casey (justincc)
2011-08-12
1
-8
/
+8
*
rename position parameter in osNpcMoveToTarget to target
Justin Clark-Casey (justincc)
2011-08-12
1
-2
/
+2
*
rename osNpcStopMoveTo() to osNpcStopMoveToTarget()
Justin Clark-Casey (justincc)
2011-08-12
1
-2
/
+2
*
implement osNpcGetPos()
Justin Clark-Casey (justincc)
2011-08-11
1
-0
/
+5
*
implement osNpcGetRot() and osNpcSetRot()
Justin Clark-Casey (justincc)
2011-08-11
1
-0
/
+10
*
Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...
Justin Clark-Casey (justincc)
2011-08-11
1
-0
/
+5
*
only accept npc UUIDs to osNpc* functions, not names (except for create)
Justin Clark-Casey (justincc)
2011-08-11
1
-6
/
+6
*
early code to allow scripts to force npcs not to fly when moving to target
Justin Clark-Casey (justincc)
2011-08-10
1
-0
/
+5
*
implement osNpcStopMoveTo() to cancel any current move target
Justin Clark-Casey (justincc)
2011-08-10
1
-0
/
+5
*
Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...
Justin Clark-Casey (justincc)
2011-08-09
1
-0
/
+5
*
Implement first draft functions for saving and loading NPC appearance from st...
Justin Clark-Casey (justincc)
2011-08-09
1
-0
/
+10
*
[PATCH] osSetSpeed() will accept float number
Makopoppo
2011-06-28
1
-1
/
+1
*
[PATCH] Get osGetWindParam() and osSetWindParam() accessible
Makopoppo
2011-06-28
1
-10
/
+9
*
More OSSL function name normalization, this time for osParcelSetDetails.
Marck
2010-12-11
1
-1
/
+6
*
Normalization of OSSL function names.
Marck
2010-12-10
1
-4
/
+29
*
Add osUnixTimeToTimestamp()
Justin Clark-Casey (justincc)
2010-11-17
1
-1
/
+12
*
Add osTeleportOwner.
Marck
2010-11-16
1
-0
/
+15
*
Adding osFunctions for light projection
BlueWall
2010-10-17
1
-0
/
+10
*
Clone cmGetAvatarList into osGetAvatarList for more generic use.
Melanie Thielker
2010-06-11
1
-0
/
+5
*
Add two new osFunctions:
Melanie Thielker
2010-06-02
1
-0
/
+9
*
Implements three new OSSL functions for parcel management: osParcelJoin joins...
OpenSim Master
2010-05-13
1
-0
/
+15
*
Formatting cleanup. Add copyright headers.
Jeff Ames
2010-01-04
1
-6
/
+6
[next]