aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-25llSetPrimitiveParams correct prim hollow for cases where limit should be 70%.Micheil Merlin1-40/+47
2011-08-24Fix llAttachToAvatar()Justin Clark-Casey (justincc)1-2/+2
2011-08-23rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...Justin Clark-Casey (justincc)1-1/+1
2011-08-23Protect a check for default texture entry when setting alpha values. ApparentlyMic Bowman1-3/+10
2011-08-22Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventor...Snoopy Pfeffer1-1/+1
2011-08-20Add avatar and attachments to llRegionSayBlueWall1-6/+3
2011-08-19Add llRegionSayToBlueWall1-6/+21
2011-08-13llGetPrimitiveParams fix prim hollow/hole shape valueMicheil Merlin1-3/+3
2011-08-11implement osNpcGetRot() and osNpcSetRot()Justin Clark-Casey (justincc)1-1/+2
2011-08-09Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)1-6/+27
2011-08-06refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify.Justin Clark-Casey (justincc)1-20/+7
2011-07-16use constants in llGetObjectDetails() rather than magic numbersJustin Clark-Casey (justincc)1-22/+21
2011-07-15If object is an attachment, make llGetVel() return the avatar's speed rather ...Justin Clark-Casey (justincc)1-1/+16
2011-07-12Port implementation of llCastRay() from Aurora.Justin Clark-Casey (justincc)1-13/+153
2011-07-09Instance-types-in-list fix for LSL/OSSL functions. This will fix llListFindLi...Makopoppo1-24/+24
2011-07-09Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)1-1/+1
2011-05-23Fix Mantis #4429: Allow llGiveInventory to work across sim borders.Melanie1-9/+23
2011-05-22Add stubs for unimplemented lsl functionsBlueWall1-18/+67
2011-05-20Implement llGetLinKNumberOfSides().Justin Clark-Casey (justincc)1-2/+12
2011-05-19Add stub for llGetLinkNumberOfSides(integer link)BlueWall1-0/+6
2011-05-14refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)1-2/+2
2011-05-14simplify code in llGetParcelMaxPrims() to use existing code in LandObject rat...Justin Clark-Casey (justincc)1-18/+4
2011-05-14Correct llGetParcelMaxPrims() to use the same calculation as used elsewhere i...Justin Clark-Casey (justincc)1-6/+5
2011-04-11minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-10/+4
2011-04-08Add support for the new display name related functions in LSL. This does notMelanie1-0/+49
2011-04-05replace magic numbers in llGetParcelPrimCount() with constantsJustin Clark-Casey (justincc)1-22/+8
2011-04-05switch llGetParcelPrimCount() to use new prim counts moduleJustin Clark-Casey (justincc)1-46/+39
2011-03-31check threat configuration for LSL print()dahlia1-1/+6
2011-03-31implement LSL "print()" API functiondahlia1-1/+7
2011-02-04Add position to IM sent from llInstantMessage(), to better fulfill client exp...Justin Clark-Casey (justincc)1-1/+1
2011-02-04Put something in the ImprovedInstantMessage.BinaryBucket for llInstantMessage...Justin Clark-Casey (justincc)1-1/+8
2011-02-04minor: fix indentation, spacing on commit 3585130Justin Clark-Casey (justincc)1-8/+8
2011-02-04SetTexture_fixunknown1-7/+6
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-33/+55
2010-11-27Amend GetLinkPrimitiveParams with implementations for PRIM_TEXGEN, PRIM_BUMP_...Marck1-10/+76
2010-11-20Fix global region coordinates that are delivered by llRequestSimulatorData.Marck1-6/+6
2010-11-16Can't detach an object from within the script thread because it will throw. U...Melanie1-6/+14
2010-11-12Add PARCEL_DETAILS_ID to LSLBlueWall1-0/+3
2010-10-29Revert "Preliminary work on appearance layers. No user functionality yet."Melanie1-8/+3
2010-10-29Preliminary work on appearance layers. No user functionality yet.Melanie1-3/+8
2010-10-24Add PRIM_NAME, PRIM_DESC and PRIM_ROT_LOCALMelanie1-0/+27
2010-10-22Fix llParcelMediaCommandList() so that it applies commands only to the parcel...Justin Clark-Casey (justincc)1-4/+4
2010-10-22This fixes a delay in llSetLinkPrimitiveParamsFastAdelleF1-1/+6
2010-10-22Fix the OOB error (#5102). Sorry, my bad.Melanie1-1/+1
2010-10-22Skip empty strings in ParseString* functionsMelanie1-0/+6
2010-10-22Fix llParcelMediaCommandList() so that it applies commands only to the parcel...Justin Clark-Casey (justincc)1-4/+4
2010-10-21This fixes a delay in llSetLinkPrimitiveParamsFastAdelleF1-1/+6
2010-10-21Fix the OOB error (#5102). Sorry, my bad.Melanie1-1/+1
2010-10-21Skip empty strings in ParseString* functionsMelanie1-0/+6
2010-09-24Added delay for llSetPrimitiveParams() and llSetLinkPrimitiveParams() functio...Kevin Cozens1-100/+104