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