| Commit message (Expand) | Author | Files | Lines |
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 | 8 | -14/+13 |
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-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2 | -2/+6 |
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2 | -6/+2 |
2008-11-18 | Remove perts of jhurliman's AD security patch that had slipped in | Melanie Thielker | 1 | -8/+0 |
2008-11-17 | * Remove Appdomain code in XEngine.cs | Justin Clarke Casey | 1 | -12/+2 |
2008-11-17 | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2 | -2/+24 |
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-13 | Make scripts in objects rezzed from script compile synchronously to close | Melanie Thielker | 2 | -36/+14 |
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 | 4 | -8/+20 |
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 | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 1 | -2/+0 |
2008-11-08 | Fix llParseString* to create LSLStrings. This makes llListFindList work | Melanie Thielker | 1 | -19/+19 |
2008-11-08 | Add some discovery code, laying groundwork for region-crossing scripts | Melanie Thielker | 1 | -3/+0 |
2008-11-08 | Refactor IEventReceiver back into IScriptEngine | Melanie Thielker | 14 | -105/+108 |
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 2 | -2/+2 |
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 |