| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some permissions checks and fixes | Melanie Thielker | 2008-10-08 | 1 | -3/+24 |
* | Implement ForceOwnerPermissive and God TakeCopy | Melanie Thielker | 2008-10-06 | 1 | -0/+6 |
* | Fix a number of errors in transfer of objects | Melanie Thielker | 2008-10-06 | 1 | -0/+1 |
* | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 2008-10-06 | 1 | -0/+16 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-05 | 1 | -2/+2 |
* | Unclutter rezzing methods by removing the ad hoc permissions parameters. | Melanie Thielker | 2008-10-04 | 1 | -16/+7 |
* | Guard against negative scale set through LSL functions | Melanie Thielker | 2008-10-04 | 1 | -0/+5 |
* | Add "Drop" functionality to pie menu | Melanie Thielker | 2008-10-04 | 1 | -0/+31 |
* | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 2008-10-03 | 1 | -42/+27 |
* | * refactor: move asynchronous scene object deletion to inventory queueing out... | Justin Clarke Casey | 2008-09-29 | 1 | -83/+18 |
* | And actually do what I intended to do with the last commit. Message is gone. | Melanie Thielker | 2008-09-26 | 1 | -5/+5 |
* | Kill "Compile successful" message when rezzing prims/wearing attachments | Melanie Thielker | 2008-09-26 | 1 | -2/+3 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 1 | -2/+2 |
* | * Implment task inventory item asset update for the old non CAPS transaction ... | Justin Clarke Casey | 2008-09-26 | 1 | -6/+7 |
* | Add an extension to allow registering multiple interfaces of a type with | Melanie Thielker | 2008-09-25 | 1 | -0/+6 |
* | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 2008-09-25 | 1 | -11/+8 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-23 | 1 | -7/+7 |
* | Update the permissions system to handle scripts and notecards the way | Melanie Thielker | 2008-09-23 | 1 | -9/+23 |
* | Create CanEditObjectInventory to preserve the ability | Melanie Thielker | 2008-09-22 | 1 | -26/+2 |
* | cleanups in inventory REST code. also, disables digest authentications | Dr Scofield | 2008-09-22 | 1 | -4/+26 |
* | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 2008-09-21 | 1 | -7/+9 |
* | Completely revert the notecard uploading changes I made, since they | Melanie Thielker | 2008-09-21 | 1 | -3/+4 |
* | Partially implement notecard saves in task inventory. Still makes the | Melanie Thielker | 2008-09-20 | 1 | -3/+3 |
* | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 2008-09-19 | 1 | -3/+3 |
* | Mantis #2213 | Melanie Thielker | 2008-09-18 | 1 | -1/+1 |
* | Kan-Ed fix series. Fix llTakeControls to behave as documented. | Melanie Thielker | 2008-09-17 | 1 | -3/+4 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -101/+101 |
* | Fix an issue where the client supplies an empty name and it was applied | Melanie Thielker | 2008-08-29 | 1 | -0/+4 |
* | Thank you, A_Biondi, for patch to porperly apply the new item name | Melanie Thielker | 2008-08-28 | 1 | -2/+2 |
* | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 2008-08-24 | 1 | -0/+4 |
* | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 2008-08-23 | 1 | -0/+1 |
* | Mantis #2003 - thank you, SachaMagne, for a patch that implements | Melanie Thielker | 2008-08-20 | 1 | -0/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -4/+4 |
* | Attachment persistence!!! Patch #9170 (Mantis #1171) | Melanie Thielker | 2008-08-19 | 1 | -10/+9 |
* | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 2008-08-19 | 1 | -0/+43 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -37/+36 |
* | Add the IInventoryModule interface and a sample method call | Melanie Thielker | 2008-08-17 | 1 | -0/+9 |
* | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 2008-08-15 | 1 | -0/+2 |
* | Fixes a case where, when inventory is not currently accessible due | Melanie Thielker | 2008-08-15 | 1 | -1/+1 |
* | * minor: slightly pointlessly increase the verbosity of the message given whe... | Justin Clarke Casey | 2008-08-05 | 1 | -3/+9 |
* | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak... | Justin Clarke Casey | 2008-07-31 | 1 | -1/+1 |
* | * Put in stub code for inventory backup. | Justin Clarke Casey | 2008-07-29 | 1 | -0/+1 |
* | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 2008-07-23 | 1 | -50/+50 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -1/+1 |
* | * Give new uuids to all the objects loaded in from an archive. | Justin Clarke Casey | 2008-07-21 | 1 | -1/+3 |
* | Mantis#1638. Thank you kindly, Salahzar for a patch that: | Charles Krinke | 2008-07-13 | 1 | -8/+21 |
* | *Patch as supplied in Mantis #0001705 by melanie. Fixes: Locked prims allow *... | mingchen | 2008-07-09 | 1 | -18/+27 |
* | * Guard against a failure to find an inventory item in a move request by comp... | Justin Clarke Casey | 2008-07-08 | 1 | -2/+9 |
* | Mantis#1677. Thank you, Melanie for a patch that: | Charles Krinke | 2008-07-06 | 1 | -4/+8 |
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -42/+42 |