aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames2008-11-301-26/+53
* Start scripts in attachments only after a successful attach. ElimininateMelanie Thielker2008-11-291-0/+12
* Add the lifetime management back into the LSL_Api, since that will alsoMelanie Thielker2008-11-291-2/+10
* Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker2008-11-292-7/+7
* * minor: remove mono compiler warningsJustin Clarke Casey2008-11-271-2/+2
* Test commit.. just contains div trace and other stuff.Tedd Hansen2008-11-273-12/+27
* ScriptSponsor and LSL_Api are now MarshalByRefObjectTedd Hansen2008-11-262-2/+2
* Made ScriptSponsor serializableTedd Hansen2008-11-261-0/+1
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-261-0/+1
* Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen2008-11-264-16/+39
* * 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-215-8/+8
* * 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
* Fix the PAY_HIDE and PAY_DEFAULT constants to be LSLIntegers and getMelanie Thielker2008-11-171-2/+2
* * 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
* fixing warnings in YProlog language supportDr Scofield2008-11-171-2/+2
* adding #pragma warnings to yprolog language supportDr Scofield2008-11-179-24/+22
* 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
* * Set defaults on the allowed LSL Compilers to 'lsl' unless you've specified ...Teravus Ovares2008-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
* minor: remove mono compiler warningsJustin Clarke Casey2008-11-101-1/+0
* 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
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-0/+14
* 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-088-31/+42
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-071-1/+1
* * Fix test failure in CSCodeGeneratorTest.TestJumps()Justin Clarke Casey2008-11-061-1/+1