aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-09* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares1-1/+7
2008-12-09Remove null checks on structsidb1-6/+6
2008-12-05Implementation of the llDetectedTouch* functionsidb1-12/+42
2008-12-03Minor formatting cleanup.Jeff Ames1-3/+3
2008-12-03From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-1/+4
2008-12-02* Apply http://opensimulator.org/mantis/view.php?id=2741Justin Clarke Casey1-1/+1
2008-12-01Remove duplicated avatar height calculation in lsl functions.idb1-19/+3
2008-11-29Add the lifetime management back into the LSL_Api, since that will alsoMelanie Thielker1-2/+10
2008-11-26ScriptSponsor and LSL_Api are now MarshalByRefObjectTedd Hansen1-1/+1
2008-11-26Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen1-11/+3
2008-11-24* Removed more locks on EntitiesAdam Frisby1-4/+1
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-3/+3
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-1/+1
2008-11-19Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke1-1/+17
2008-11-17* Remove the TransferRequest and hip debugging console output that crept in r...Justin Clarke Casey1-3/+2
2008-11-17* Eliminate SOG.FakeDeleteGroup() since it is now identical with DeleteGroup(...Justin Clarke Casey1-22/+0
2008-11-17* Stop nulling SOG.m_rootPart and parts on object deletionJustin Clarke Casey1-8/+8
2008-11-17Make object chat come from the root prim's center, rather than trying to makeMelanie Thielker1-3/+3
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-1/+0
2008-11-16Reinstate the IM sending from scripts and from autoreturnMelanie Thielker1-3/+8
2008-11-16Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-1/+2
2008-11-15- Change llSetRot behavior so it matches the SL behavior (in particular, theHomer Horwitz1-14/+38
2008-11-15Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-11-14Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker1-0/+3
2008-11-14reverting #7295, as it still fails a test case (as pointed out veryDr Scofield1-3/+0
2008-11-14From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-0/+3
2008-11-12From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-1/+1
2008-11-11Allow gods to terraform without limits. Respect the Allow Others ToMelanie Thielker1-1/+1
2008-11-11Fix llList2Integer to have the same semantics as an (integer) cast. HandleMelanie Thielker1-4/+2
2008-11-10Prevent AO from crashing the sim if the user logs out before the script Melanie Thielker1-0/+3
2008-11-10Add a MinTimerInterval, defaulted at 0.5s, to the scripting configurationMelanie Thielker1-0/+5
2008-11-09Cause llGetInventoryType to return the asset type, which corresponds withMelanie Thielker1-1/+1
2008-11-08Refactor the detectparams variable from 'd' to Charles Krinke1-30/+30
2008-11-08Mantis#2583. Thank you kindly, Idb for a patch that solves:Charles Krinke1-16/+31
2008-11-08Fix llParseString* to create LSLStrings. This makes llListFindList workMelanie Thielker1-19/+19
2008-11-08Refactor IEventReceiver back into IScriptEngineMelanie Thielker1-2/+2
2008-11-06Add missing TeleportStart packets to llTeleportAgentHome and osTeleportAgent.Homer Horwitz1-0/+3
2008-11-05* Apply second patch in http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey1-4/+4
2008-11-05* Apply http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey1-1/+14
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey1-1/+1
2008-11-01Update svn properties, minor formatting cleanup.Jeff Ames1-10/+10
2008-10-30From: Chris Yeoh (yeohc@au1.ibm.com)Dr Scofield1-0/+12
2008-10-30Thank you kindly, NLin for an implementation patchCharles Krinke1-2/+23
2008-10-29* Apply http://opensimulator.org/mantis/view.php?id=2492Justin Clarke Casey1-1/+1
2008-10-27Thank you kindly, Idb for a patch that solves:Charles Krinke1-1/+30
2008-10-26Thank you kindly, Idb for a patch that solves:Charles Krinke1-3/+14
2008-10-26Thank you kindly, Idb for a patch that solves:Charles Krinke1-16/+89
2008-10-26Thank you kindly, Ewe Loon for a patch that solves:Charles Krinke1-8/+4
2008-10-23* Apply http://opensimulator.org/mantis/view.php?id=2459Justin Clarke Casey1-7/+35