aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the lifetime management back into the LSL_Api, since that will alsoMelanie Thielker2008-11-291-2/+10
* ScriptSponsor and LSL_Api are now MarshalByRefObjectTedd Hansen2008-11-261-1/+1
* Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen2008-11-261-11/+3
* * Removed more locks on EntitiesAdam Frisby2008-11-241-4/+1
* Some refactoring from about a week ago that I forgot to commit, of AssetTrans...MW2008-11-241-1/+1
* Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker2008-11-212-7/+7
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-213-3/+3
* * Improve and correct messages given to the user when permission is denied fo...Justin Clarke Casey2008-11-211-3/+8
* Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-191-1/+17
* * Remove the TransferRequest and hip debugging console output that crept in r...Justin Clarke Casey2008-11-171-3/+2
* * Eliminate SOG.FakeDeleteGroup() since it is now identical with DeleteGroup(...Justin Clarke Casey2008-11-171-22/+0
* * Stop nulling SOG.m_rootPart and parts on object deletionJustin Clarke Casey2008-11-171-8/+8
* Make object chat come from the root prim's center, rather than trying to makeMelanie Thielker2008-11-171-3/+3
* Fix previous build breakMelanie Thielker2008-11-171-1/+1
* Change the semantics of the Allow_* os function control. Omitting a functionMelanie Thielker2008-11-171-18/+34
* Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker2008-11-161-1/+0
* Reinstate the IM sending from scripts and from autoreturnMelanie Thielker2008-11-161-3/+8
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-161-1/+1
* Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker2008-11-161-1/+2
* - Change llSetRot behavior so it matches the SL behavior (in particular, theHomer Horwitz2008-11-151-14/+38
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-151-2/+2
* * Allow new script creation to be locked down to only gods if specified in Op...Justin Clarke Casey2008-11-141-4/+1
* Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker2008-11-142-1/+4
* reverting #7295, as it still fails a test case (as pointed out veryDr Scofield2008-11-142-4/+1
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-142-1/+4
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-11-121-1/+1
* Allow gods to terraform without limits. Respect the Allow Others ToMelanie Thielker2008-11-111-1/+1
* Fix llList2Integer to have the same semantics as an (integer) cast. HandleMelanie Thielker2008-11-111-4/+2
* Prevent AO from crashing the sim if the user logs out before the script Melanie Thielker2008-11-101-0/+3
* Add a MinTimerInterval, defaulted at 0.5s, to the scripting configurationMelanie Thielker2008-11-101-0/+5
* Cause llGetInventoryType to return the asset type, which corresponds withMelanie Thielker2008-11-091-1/+1
* Refactor the detectparams variable from 'd' to Charles Krinke2008-11-081-30/+30
* Mantis#2583. Thank you kindly, Idb for a patch that solves:Charles Krinke2008-11-081-16/+31
* Fix llParseString* to create LSLStrings. This makes llListFindList workMelanie Thielker2008-11-081-19/+19
* Refactor IEventReceiver back into IScriptEngineMelanie Thielker2008-11-086-29/+29
* Add missing TeleportStart packets to llTeleportAgentHome and osTeleportAgent.Homer Horwitz2008-11-062-0/+4
* Change threat level of osMakeNotecard to High because of it's griefingMelanie Thielker2008-11-061-50/+53
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-11-061-0/+53
* * Apply second patch in http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey2008-11-051-4/+4
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-051-20/+14
* * Apply http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey2008-11-051-1/+14
* From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2008-11-041-0/+33
* * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey2008-11-011-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-011-10/+10
* From: Chris Yeoh (yeohc@au1.ibm.com)Dr Scofield2008-10-301-0/+12
* Thank you kindly, NLin for an implementation patchCharles Krinke2008-10-301-2/+23
* * Apply http://opensimulator.org/mantis/view.php?id=2492Justin Clarke Casey2008-10-291-1/+1
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-271-1/+30
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-261-3/+14
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-261-16/+89