aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* Fix bug where approximately half the time, attachments would rez only their ↵Justin Clark-Casey (justincc)2010-03-031-6/+10
| | | | | | | | root prim until right clicked (or otherwise updated). The root cause of this problem was that multiple ObjectUpdates were being sent on attachment which differed enough to confuse the client. Sometimes these would eliminate each other and sometimes not, depending on whether the scheduler looked at the queued updates. The solution here is to only schedule the ObjectUpdate once the attachment code has done all it needs to do.
* Fixed typo that was affecting the BasicInventoryAccessModuleDiva Canto2010-02-241-2/+2
|
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-3/+3
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-4/+5
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* * HGScene is no more.Diva Canto2010-01-301-0/+654
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module