aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring us up to date.Tom2011-09-141-19/+57
|\
| * llSetPrimitiveParams Prim type params precision errorsMicheil Merlin2011-09-091-19/+57
* | Merge fixes, and fix the buildTom2011-09-141-5/+7
* | Resolve merge commits, stage 1Tom2011-09-041-231/+370
|\ \ | |/
| * refactor: use SOG register target waypoints and rots directly instead of call...Justin Clark-Casey (justincc)2011-09-011-4/+6
| * Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)2011-09-011-6/+1
| * Fix issue with llGetTorque() where it would only ever return a zero vector.Justin Clark-Casey (justincc)2011-09-011-1/+1
| * Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)2011-09-011-102/+55
| * refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)2011-08-271-10/+10
| * refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatarJustin Clark-Casey (justincc)2011-08-261-4/+4
| * llSetPrimitiveParams correct prim hollow for cases where limit should be 70%.Micheil Merlin2011-08-251-40/+47
| * Fix llAttachToAvatar()Justin Clark-Casey (justincc)2011-08-241-2/+2
| * rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...Justin Clark-Casey (justincc)2011-08-231-1/+1
| * Protect a check for default texture entry when setting alpha values. ApparentlyMic Bowman2011-08-231-3/+10
| * Thanks Neil Canham for fixing bulk inventory updates, no sending BulkInventor...Snoopy Pfeffer2011-08-221-1/+1
| * Add avatar and attachments to llRegionSayBlueWall2011-08-201-6/+3
| * Add llRegionSayToBlueWall2011-08-191-6/+21
| * llGetPrimitiveParams fix prim hollow/hole shape valueMicheil Merlin2011-08-131-3/+3
| * implement osNpcGetRot() and osNpcSetRot()Justin Clark-Casey (justincc)2011-08-111-1/+2
| * Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-091-6/+27
| * refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify.Justin Clark-Casey (justincc)2011-08-061-20/+7
| * use constants in llGetObjectDetails() rather than magic numbersJustin Clark-Casey (justincc)2011-07-161-22/+21
| * If object is an attachment, make llGetVel() return the avatar's speed rather ...Justin Clark-Casey (justincc)2011-07-151-1/+16
| * Port implementation of llCastRay() from Aurora.Justin Clark-Casey (justincc)2011-07-121-13/+153
* | Merge branch 'master' into careminster-presence-refactorroot2011-07-091-23/+23
|\ \ | |/
| * Instance-types-in-list fix for LSL/OSSL functions. This will fix llListFindLi...Makopoppo2011-07-091-24/+24
| * Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)2011-07-091-1/+1
* | Make the last otem in a list created with llCSV2List findableMelanie2011-06-051-1/+1
* | Make Buoyancy a prim propertyMelanie2011-06-021-17/+34
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-231-1/+0
|\ \ | |/
| * Fix Mantis #4429: Allow llGiveInventory to work across sim borders.Melanie2011-05-231-9/+23
* | Implement llGodLikeRezObject and llGetUsedMemoryMelanie2011-05-221-3/+53
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-221-17/+66
|\ \ | |/
| * Add stubs for unimplemented lsl functionsBlueWall2011-05-221-18/+67
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-201-0/+16
|\ \ | |/
| * Implement llGetLinKNumberOfSides().Justin Clark-Casey (justincc)2011-05-201-2/+12
| * Add stub for llGetLinkNumberOfSides(integer link)BlueWall2011-05-191-0/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-141-19/+4
|\ \ | |/
| * refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)2011-05-141-2/+2
| * simplify code in llGetParcelMaxPrims() to use existing code in LandObject rat...Justin Clark-Casey (justincc)2011-05-141-18/+4
| * Correct llGetParcelMaxPrims() to use the same calculation as used elsewhere i...Justin Clark-Casey (justincc)2011-05-141-6/+5
* | Globally throttle script channel 0 comms to 5/s with 10s burst to prevent lagMelanie2011-05-141-0/+27
* | Fix up a linking issueMelanie2011-05-141-0/+19
* | Allow attachments to track the user's cameraMelanie2011-05-051-0/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+1
|\ \ | |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-121-10/+4
|\ \ | |/
| * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-04-111-10/+4
| * Add support for the new display name related functions in LSL. This does notMelanie2011-04-081-0/+49
* | Add support for the new display name related functions in LSL. This does notMelanie2011-04-081-0/+49
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-061-47/+26
|\ \ | |/