aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-04Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)1-3/+3
The agentID in AddInventoryItem(UUID agentID, InventoryItemBase item) is redundant since it's contained in item.Owner, and it doesn't make sense for agentID != item.Owner, hence the method is deprecated.
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-09-01refactor: move SOG.AttachToAgent() into AttachmentsModuleJustin Clark-Casey (justincc)1-7/+74
2010-08-31refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments ↵Justin Clark-Casey (justincc)1-9/+5
rather than filter sp.Attachments list directly
2010-08-28very minor log message and var name tweaking for iar savingJustin Clark-Casey (justincc)2-5/+8
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)1-1/+1
2010-08-27minor: reduce log chattiness of "load iar" for IARs with lots of foldersJustin Clark-Casey (justincc)1-1/+1
2010-08-27allow inventory path specified in "load iar" to start with a / (e.g. ↵Justin Clark-Casey (justincc)2-1/+33
/Objects is now valid where it wasn't before)
2010-08-27refactor: Make IAR tests set up standard iar for loadingJustin Clark-Casey (justincc)1-44/+60
2010-08-26refactor: Move Scene.Inventory.UpdateKnownItem() into Attachments module ↵Justin Clark-Casey (justincc)1-2/+58
since this appears to relate solely to attachments
2010-08-26refactor: break out attachment position change code in ↵Justin Clark-Casey (justincc)1-1/+20
Scene.UpdatePrimPosition() and move into AttachmentsModule This allows region modules to change attachment positions.
2010-08-26minor: change log message from info to debugJustin Clark-Casey (justincc)1-1/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race ↵Justin Clark-Casey (justincc)1-1/+1
conditions in linking and unlinking
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)3-18/+17
2010-08-20Some code cleanup for console command alert.Marck1-9/+43
Made parsing of parameters more robust. Allow general alerts without specifying keyword 'general'. Extended help texts.
2010-08-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2010-08-13refactor: remove Scene.SetRootAgentScene() in favour of existing event with ↵Justin Clark-Casey (justincc)1-7/+8
same name
2010-08-07Change the (hackish) constant to match the changed enum for attachsMelanie Thielker1-2/+2
2010-08-07Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)1-1/+1
Also comment out log4net line in InventoryArchiverTests
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2-6/+10
suppresses "Inventory Saved" messages.
2010-07-30remove gods event subscription to gods module from sceneJustin Clark-Casey (justincc)1-0/+13
2010-07-30move attachment subscription events into AttachmentsModule from scene.Justin Clark-Casey (justincc)1-1/+22
restored to some heavy casting in order to preserve RegionCombinerModule semantics, pending better events.
2010-07-30convert attachments module from old region module style to newJustin Clark-Casey (justincc)1-19/+25
2010-07-20adjust DialogModule to only send broadcast alerts to root agentsJustin Clark-Casey (justincc)1-2/+3
2010-07-17Allow communicating with blue box dialogs across a region border via aMelanie Thielker1-8/+7
child agent
2010-07-14Detach attachments displaced by other attachmentsMelanie Thielker1-5/+19
2010-07-14improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)4-157/+213
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie1-54/+47
Clean up use of AttachObject throughout, reduce number of overloads and number of parameters
2010-07-14Remove useless quaternion parameter from AttachObject sigMelanie Thielker1-4/+4
2010-07-14Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)2-6/+128
the iar module from being able to save single item iars
2010-07-12uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)1-1/+1
hooray for automated tests
2010-07-12comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)1-10/+10
these are very redundant now and cause issues when loading large iars diva, you may want to cherry pick this for 0.7-post-fixes since it only comments out log lines and nothing else
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)3-83/+137
When this switch is used, iar folders are merged with existing same-name user inventory folders. This makes it a little easier to back and restore entire individual user inventories, among other things Added unit test to check behaviour
2010-06-28One more bug fix in FriendsModule: GrantRights. One of the caches was not ↵Diva Canto1-0/+7
being updated.
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-06-19Bug fix: wrong name of requester in local friendship offer.Diva Canto1-1/+4
2010-06-18Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2-29/+52
This was http://opensimulator.org/mantis/view.php?id=4770 Extend unit tests to check for this scenario too
2010-06-18change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2-32/+45
change some names in InventoryArchiveReadRequest in an effort to make the code more comprehendable
2010-06-18in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)4-27/+36
just the first one
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2-2/+2
neighbours.
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-2/+2
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-2/+2
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid
2010-06-11create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2-36/+48
add various helper functions for simplifying test readability
2010-06-11Reinstated the check on im.binaryBucket.Length, this time on the local ↵Diva Canto1-3/+4
handler for inventory offers.
2010-06-11Inventory offers and subsequent notifications of acceptance/decline now ↵Diva Canto2-98/+33
working across the board.
2010-06-11Better friends notification: get rid of OnLogout and use OnClientClose for ↵Diva Canto1-23/+14
sending notifications. This takes care of crashed sessions. Also, made the notifications themselves asynchronous.
2010-06-10Bug fix on friends notifications. OnClientClose and OnLogout ordering are ↵Diva Canto1-8/+33
unpredictable; when OnClientClosed happened first, it was removing the friends list, which would prevent OnLogout notifications to go out.
2010-06-09Bug fix on attachments: attach->drop->attach works now.Diva Canto1-21/+29