aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated avatar height calculation in lsl functions.idb2008-12-011-19/+3
* 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-292-1/+13
* 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-293-12/+12
* * 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-265-16/+48
* * 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-218-14/+13
* * 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
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-192-2/+6
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-192-6/+2
* Remove perts of jhurliman's AD security patch that had slipped inMelanie Thielker2008-11-181-8/+0
* * Remove Appdomain code in XEngine.csJustin Clarke Casey2008-11-171-12/+2
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-172-2/+24
* 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
* Make scripts in objects rezzed from script compile synchronously to closeMelanie Thielker2008-11-132-36/+14
* 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-094-8/+20