aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-1/+1
2010-09-09Over a dozen thread safety fixes in FriendsModuleJohn Hurliman1-167/+163
2010-09-08* Changed 11 calls for session info to the more optimized API methodJohn Hurliman2-71/+33
2010-09-06Fix yet another cause of "Ghost attachments"Melanie Thielker1-3/+12
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-2/+1
2010-09-04Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)1-3/+3
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 rath...Justin Clark-Casey (justincc)1-9/+5
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. /Objects...Justin Clark-Casey (justincc)2-1/+33
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 sinc...Justin Clark-Casey (justincc)1-2/+58
2010-08-26refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)1-1/+20
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 conditi...Justin Clark-Casey (justincc)1-1/+1
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
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 s...Justin Clark-Casey (justincc)1-7/+8
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
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2-6/+10
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
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
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
2010-07-14Remove useless quaternion parameter from AttachObject sigMelanie Thielker1-4/+4
2010-07-14Fix obvious bug in XInventoryService.GetFolderItems() which was preventing th...Justin Clark-Casey (justincc)2-6/+128
2010-07-12uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)1-1/+1
2010-07-12comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)1-10/+10
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
2010-06-28One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto1-0/+7
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
2010-06-18change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2-32/+45
2010-06-18in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)4-27/+36
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2-2/+2
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)1-2/+2
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-2/+2
2010-06-11create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2-36/+48