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
/
Runtime
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-04
Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve...
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-02-04
Correct RC_* LSL constants used by llCastRay().
Justin Clark-Casey (justincc)
1
-12
/
+12
2012-02-02
D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLin...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-02-02
Add llGetLinkNumberOfSides to LSL_Stub and ILSL_Api
Justin Clark-Casey (justincc)
1
-0
/
+5
2012-01-28
Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().
Justin Clark-Casey (justincc)
1
-0
/
+1
2012-01-27
Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...
Justin Clark-Casey (justincc)
1
-0
/
+5
2012-01-27
Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...
Justin Clark-Casey (justincc)
1
-0
/
+5
2012-01-26
llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...
PixelTomsen
2
-0
/
+13
2012-01-25
llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...
Pixel Tomsen
1
-0
/
+5
2012-01-19
Add osGetGridHomeURI function
BlueWall
1
-0
/
+5
2012-01-17
Add function osGetGridCustom
BlueWall
1
-0
/
+5
2012-01-13
Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...
Justin Clark-Casey (justincc)
1
-5
/
+0
2012-01-12
Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...
Justin Clark-Casey (justincc)
2
-0
/
+8
2012-01-06
Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well
Melanie
1
-0
/
+10
2012-01-06
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
2
-1
/
+7
2012-01-06
Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well
Melanie
1
-0
/
+10
2012-01-06
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
2
-1
/
+7
2011-12-17
Fix hit testing link sets properly. Fix raycasting for LSL.
Melanie
1
-0
/
+5
2011-12-11
Mantis 5816: osParseJSON Decoding Problems
nebadon
1
-0
/
+5
2011-12-01
Implement llTransferLindenDollars
Melanie
1
-0
/
+5
2011-11-26
Add missing property to llGetLinkPrimitiveParams
BlueWall
1
-0
/
+1
2011-10-26
Implementation of PRIM_OMEGA, but only for setting
SignpostMarv Martin
1
-0
/
+1
2011-10-26
Implementing PRIM_LINK_TARGET, but only for setting params
SignpostMarv Martin
1
-0
/
+1
2011-10-17
rename OS_NPC_SIT_IMMEDIATE to OS_NPC_SIT_NOW since it's shorter and more und...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-17
Implement osNpcStand(<npc-id>)
Justin Clark-Casey (justincc)
1
-0
/
+5
2011-10-17
Implement osNpcSit(). This is still in development so don't trust it
Justin Clark-Casey (justincc)
2
-0
/
+7
2011-10-11
osSetParcelDetails - PARCEL_DETAILS_CLAIMDATE
Pixel Tomsen
1
-0
/
+4
2011-09-29
llAvatarOnLinkSitTarget Implementation
Pixel Tomsen
1
-0
/
+5
2011-08-19
Add llRegionSayTo
BlueWall
1
-0
/
+5
2011-08-12
tidy up some OSSL NPC parameter names
Justin Clark-Casey (justincc)
1
-8
/
+8
2011-08-12
rename position parameter in osNpcMoveToTarget to target
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-12
rename osNpcStopMoveTo() to osNpcStopMoveToTarget()
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-11
implement osNpcGetPos()
Justin Clark-Casey (justincc)
1
-0
/
+5
2011-08-11
implement osNpcGetRot() and osNpcSetRot()
Justin Clark-Casey (justincc)
1
-0
/
+10
2011-08-11
Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...
Justin Clark-Casey (justincc)
1
-0
/
+5
2011-08-11
only accept npc UUIDs to osNpc* functions, not names (except for create)
Justin Clark-Casey (justincc)
1
-6
/
+6
2011-08-10
Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-08-10
fly and no fly constants for osNpcMoveToTarget()
Justin Clark-Casey (justincc)
1
-0
/
+4
2011-08-10
early code to allow scripts to force npcs not to fly when moving to target
Justin Clark-Casey (justincc)
1
-0
/
+5
2011-08-10
implement osNpcStopMoveTo() to cancel any current move target
Justin Clark-Casey (justincc)
1
-0
/
+5
2011-08-09
Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...
Justin Clark-Casey (justincc)
1
-0
/
+5
2011-08-09
Implement first draft functions for saving and loading NPC appearance from st...
Justin Clark-Casey (justincc)
1
-0
/
+10
2011-07-12
Port implementation of llCastRay() from Aurora.
Justin Clark-Casey (justincc)
1
-0
/
+16
2011-06-28
[PATCH] osSetSpeed() will accept float number
Makopoppo
1
-1
/
+1
2011-06-28
[PATCH] Get osGetWindParam() and osSetWindParam() accessible
Makopoppo
1
-10
/
+9
2011-05-22
Implement llGodLikeRezObject and llGetUsedMemory
Melanie
1
-0
/
+5
2011-04-08
Add support for the new display name related functions in LSL. This does not
Melanie
2
-0
/
+22
2011-04-08
Add support for the new display name related functions in LSL. This does not
Melanie
2
-0
/
+22
2011-03-31
implement LSL "print()" API function
dahlia
1
-0
/
+5
2011-02-12
Add the country functions in the careminster API
Melanie
1
-0
/
+71
[next]