aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-20As per opensim-dev mailing list conversation, introduce OS_NPC constant for u...Justin Clark-Casey (justincc)1-0/+1
2012-05-09Mantis 6015 new LSL function llGetAgentList.Talun1-0/+5
2012-05-06add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia1-0/+1
2012-04-13Missing or unimplemented LSL memory functions.Talun1-0/+3
2012-04-06Addition of missing constants for llGetObjectDetails including for Mantis 5502Talun1-0/+10
2012-02-25PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implementedPixelTomsen1-0/+2
2012-02-04Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve...Justin Clark-Casey (justincc)1-0/+2
2012-02-04Correct RC_* LSL constants used by llCastRay().Justin Clark-Casey (justincc)1-12/+12
2012-01-28Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)1-0/+1
2012-01-26llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...PixelTomsen1-0/+8
2012-01-12Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...Justin Clark-Casey (justincc)1-0/+3
2012-01-06Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie1-0/+1
2011-11-26Add missing property to llGetLinkPrimitiveParamsBlueWall1-0/+1
2011-10-26Implementation of PRIM_OMEGA, but only for settingSignpostMarv Martin1-0/+1
2011-10-26Implementing PRIM_LINK_TARGET, but only for setting paramsSignpostMarv Martin1-0/+1
2011-10-17rename 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-17Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)1-0/+2
2011-10-11osSetParcelDetails - PARCEL_DETAILS_CLAIMDATEPixel Tomsen1-0/+4
2011-08-10Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()Justin Clark-Casey (justincc)1-0/+1
2011-08-10fly and no fly constants for osNpcMoveToTarget()Justin Clark-Casey (justincc)1-0/+4
2011-07-12Port implementation of llCastRay() from Aurora.Justin Clark-Casey (justincc)1-0/+16
2011-04-08Add support for the new display name related functions in LSL. This does notMelanie1-0/+2
2010-11-12Add PARCEL_DETAILS_ID to LSLBlueWall1-0/+1
2010-10-24Add PRIM_NAME, PRIM_DESC and PRIM_ROT_LOCALMelanie1-0/+3
2010-08-06Correct some script constants.Melanie1-3/+4
2010-07-26Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)1-0/+1
2010-07-26implement llSetPrimMediaParams()Justin Clark-Casey (justincc)1-1/+11
2010-07-26Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)1-0/+25
2010-07-12Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)1-0/+1
2010-07-12implement llSetPrimMediaParams()Justin Clark-Casey (justincc)1-1/+11
2010-07-12Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)1-0/+25
2010-05-03Add URL_REQUEST_* script constantsMelanie1-0/+2
2010-03-06- implementing server 1.38 functionsunknown1-0/+1
2010-02-14Revolution is on the roll again! :)Revolution1-0/+8
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-23/+23
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee1-0/+23
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-1/+1
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-1/+1
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-11Adding a script event, changed(CHANGED_ANIMATION)Melanie Thielker1-0/+1
2009-01-22Implement missing LSL TEXTURE_xxx constants including two new textures.idb1-0/+8
2009-01-12Make ZERO_ROTATION.y a float. Fixes Mantis #2985.Mike Mazur1-1/+1
2008-12-14Added ATTACH_HUD_* constants fixes Mantis #2823idb1-0/+8
2008-12-05Implementation of the llDetectedTouch* functionsidb1-0/+5
2008-11-17Fix the PAY_HIDE and PAY_DEFAULT constants to be LSLIntegers and getMelanie Thielker1-2/+2
2008-10-11* Rework llParcelMediaCommandListHomer Horwitz1-0/+3
2008-09-25Implement LSL-function llSetClickAction.Homer Horwitz1-0/+10
2008-09-21Mantis#2233. Thank you kindly, Idb, for a patch that solves:Charles Krinke1-0/+7
2008-09-09From: alan_webb@us.ibm.comSean Dague1-0/+2