aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Baad git, baad baad git.Melanie2009-09-011-1/+1
* Experimental. Set attachment flag early on rezzing from inventory.Melanie2009-09-011-0/+3
* minor: formatting and commentsJustin Clark-Casey (justincc)2009-08-281-1/+3
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-13/+5
* Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto2009-08-191-2/+2
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-27/+4
* A better purge of trash folder.Diva Canto2009-08-191-7/+24
* jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto2009-08-181-12/+23
* IAvatarFactory.UpdateDatabase gets the assetID and not the object's inworld U...Diva Canto2009-08-161-1/+3
* Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto2009-08-161-1/+3
* Changed FromAssetID to FromItemIDDiva Canto2009-08-151-4/+4
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-11/+11
* Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-131-133/+61
* Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-121-620/+395
* This change adds support for the attach event in scripts.Alan Webb2009-08-041-0/+6
* Preserve the creator of items copied in inventory.Melanie Thielker2009-07-271-7/+7
* * This should fix the phantom prim from attachments rezzing.Teravus Ovares2009-07-171-0/+3
* Bounding Box/find rez from inventory point code now seems to be working corre...MW2009-07-151-1/+6
* Changed it so that when rezzing prims from inventory, a bounding box containi...MW2009-07-131-1/+1
* Changed the DeRezObject event so it passes a list<uint> of localIDs in one ev...MW2009-07-121-0/+17
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-291-0/+4
* Correct the behaviro of group deeding and llGetOwner() within deeded objectsMelanie Thielker2009-06-211-1/+7
* Publish a method on ICompiler to generate the CIL assembly pathMelanie Thielker2009-06-211-0/+1
* Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj...Melanie Thielker2009-06-141-5/+37
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-091-18/+18
* Thank you Snoopy, for a patch that implements group permissions.Melanie Thielker2009-06-091-9/+18
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Fix a slight oversight in SceneInventory that would not enable copy toMelanie Thielker2009-05-201-0/+6
* Another minor bug fix for making notecard/script savings work with old asset ...diva2009-05-161-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-12/+10
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-3/+3
* * refactor: break out sog original xml serialization to a separate classJustin Clarke Casey2009-05-081-3/+3
* * minor: rename xml sog serialization method for readabilityJustin Clarke Casey2009-05-081-2/+2
* * refactor: Break out original xml object serialization into a separate classJustin Clarke Casey2009-05-081-2/+4
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-7/+7
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-071-0/+10
* Thank you, dslake, for a patch that fixes passing the start param to scriptsMelanie Thielker2009-03-251-1/+1
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+7
* Make single item inventory gives work across regionsMelanie Thielker2009-03-221-2/+0
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-0/+5
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-201-1/+0
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-6/+7
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-27/+27
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-10/+10
* * Remove some pointless CachedUserInfo != null tests since these are already ...Justin Clarke Casey2009-02-121-134/+133
* * refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey2009-02-121-4/+4
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+2665