| Commit message (Expand) | Author | Age | Files | Lines |
* | Test commit.. just contains div trace and other stuff. | Tedd Hansen | 2008-11-27 | 3 | -12/+27 |
* | ScriptSponsor and LSL_Api are now MarshalByRefObject | Tedd Hansen | 2008-11-26 | 2 | -2/+2 |
* | Made ScriptSponsor serializable | Tedd Hansen | 2008-11-26 | 1 | -0/+1 |
* | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 2008-11-26 | 1 | -0/+1 |
* | Attempt to give script objects a proper lease time (DNE and xengine). Relies ... | Tedd Hansen | 2008-11-26 | 3 | -16/+28 |
* | * Removed more locks on Entities | Adam Frisby | 2008-11-24 | 1 | -4/+1 |
* | Some refactoring from about a week ago that I forgot to commit, of AssetTrans... | MW | 2008-11-24 | 1 | -1/+1 |
* | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 2008-11-21 | 2 | -7/+7 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 3 | -3/+3 |
* | * Improve and correct messages given to the user when permission is denied fo... | Justin Clarke Casey | 2008-11-21 | 1 | -3/+8 |
* | Mantis#2656. Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-19 | 1 | -1/+17 |
* | Fix the PAY_HIDE and PAY_DEFAULT constants to be LSLIntegers and get | Melanie Thielker | 2008-11-17 | 1 | -2/+2 |
* | * Remove the TransferRequest and hip debugging console output that crept in r... | Justin Clarke Casey | 2008-11-17 | 1 | -3/+2 |
* | * Eliminate SOG.FakeDeleteGroup() since it is now identical with DeleteGroup(... | Justin Clarke Casey | 2008-11-17 | 1 | -22/+0 |
* | * Stop nulling SOG.m_rootPart and parts on object deletion | Justin Clarke Casey | 2008-11-17 | 1 | -8/+8 |
* | adding #pragma warnings to yprolog language support | Dr Scofield | 2008-11-17 | 9 | -24/+22 |
* | Make object chat come from the root prim's center, rather than trying to make | Melanie Thielker | 2008-11-17 | 1 | -3/+3 |
* | Fix previous build break | Melanie Thielker | 2008-11-17 | 1 | -1/+1 |
* | Change the semantics of the Allow_* os function control. Omitting a function | Melanie Thielker | 2008-11-17 | 1 | -18/+34 |
* | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 2008-11-16 | 1 | -1/+0 |
* | Reinstate the IM sending from scripts and from autoreturn | Melanie Thielker | 2008-11-16 | 1 | -3/+8 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-16 | 1 | -1/+1 |
* | Introduces the message transfer module. It splits the transfer mechanics off | Melanie Thielker | 2008-11-16 | 1 | -1/+2 |
* | - Change llSetRot behavior so it matches the SL behavior (in particular, the | Homer Horwitz | 2008-11-15 | 1 | -14/+38 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-15 | 1 | -2/+2 |
* | * Allow new script creation to be locked down to only gods if specified in Op... | Justin Clarke Casey | 2008-11-14 | 1 | -4/+1 |
* | Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow | Melanie Thielker | 2008-11-14 | 2 | -1/+4 |
* | reverting #7295, as it still fails a test case (as pointed out very | Dr Scofield | 2008-11-14 | 2 | -4/+1 |
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-11-14 | 2 | -1/+4 |
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-11-12 | 1 | -1/+1 |
* | Allow gods to terraform without limits. Respect the Allow Others To | Melanie Thielker | 2008-11-11 | 1 | -1/+1 |
* | Fix llList2Integer to have the same semantics as an (integer) cast. Handle | Melanie Thielker | 2008-11-11 | 1 | -4/+2 |
* | Prevent AO from crashing the sim if the user logs out before the script | Melanie Thielker | 2008-11-10 | 1 | -0/+3 |
* | Add a MinTimerInterval, defaulted at 0.5s, to the scripting configuration | Melanie Thielker | 2008-11-10 | 1 | -0/+5 |
* | Cause llGetInventoryType to return the asset type, which corresponds with | Melanie Thielker | 2008-11-09 | 1 | -1/+1 |
* | Refactor the detectparams variable from 'd' to | Charles Krinke | 2008-11-08 | 1 | -30/+30 |
* | Mantis#2583. Thank you kindly, Idb for a patch that solves: | Charles Krinke | 2008-11-08 | 1 | -16/+31 |
* | Fix llParseString* to create LSLStrings. This makes llListFindList work | Melanie Thielker | 2008-11-08 | 1 | -19/+19 |
* | Refactor IEventReceiver back into IScriptEngine | Melanie Thielker | 2008-11-08 | 6 | -29/+29 |
* | Mantis #2571 | Melanie Thielker | 2008-11-06 | 1 | -0/+7 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-06 | 1 | -1/+1 |
* | Add missing TeleportStart packets to llTeleportAgentHome and osTeleportAgent. | Homer Horwitz | 2008-11-06 | 2 | -0/+4 |
* | Change threat level of osMakeNotecard to High because of it's griefing | Melanie Thielker | 2008-11-06 | 1 | -50/+53 |
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-11-06 | 3 | -1/+60 |
* | * Apply second patch in http://opensimulator.org/mantis/view.php?id=2561 | Justin Clarke Casey | 2008-11-05 | 1 | -4/+4 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-05 | 1 | -20/+14 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2561 | Justin Clarke Casey | 2008-11-05 | 1 | -1/+14 |
* | From: Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 2008-11-04 | 3 | -1/+46 |
* | * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ... | Justin Clarke Casey | 2008-11-01 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-01 | 1 | -10/+10 |