aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* very minor log message and var name tweaking for iar savingJustin Clark-Casey (justincc)2010-08-282-5/+8
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-1/+1
* minor: reduce log chattiness of "load iar" for IARs with lots of foldersJustin Clark-Casey (justincc)2010-08-271-1/+1
* allow inventory path specified in "load iar" to start with a / (e.g. /Objects...Justin Clark-Casey (justincc)2010-08-272-1/+33
* refactor: Make IAR tests set up standard iar for loadingJustin Clark-Casey (justincc)2010-08-271-44/+60
* refactor: Move Scene.Inventory.UpdateKnownItem() into Attachments module sinc...Justin Clark-Casey (justincc)2010-08-261-2/+58
* refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)2010-08-261-1/+20
* minor: change log message from info to debugJustin Clark-Casey (justincc)2010-08-261-1/+1
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-1/+1
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-233-18/+17
* Some code cleanup for console command alert.Marck2010-08-201-9/+43
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2010-08-131-3/+3
* refactor: remove Scene.SetRootAgentScene() in favour of existing event with s...Justin Clark-Casey (justincc)2010-08-131-7/+8
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-08-071-1/+1
|\
| * Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)2010-08-071-1/+1
* | Change the (hackish) constant to match the changed enum for attachsMelanie Thielker2010-08-071-2/+2
|/
* Merge branch 'iar-merge'Justin Clark-Casey (justincc)2010-08-043-80/+134
|\
| * Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-303-83/+137
* | Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2010-08-042-6/+10
* | remove gods event subscription to gods module from sceneJustin Clark-Casey (justincc)2010-07-301-0/+13
* | move attachment subscription events into AttachmentsModule from scene.Justin Clark-Casey (justincc)2010-07-301-1/+22
* | convert attachments module from old region module style to newJustin Clark-Casey (justincc)2010-07-301-19/+25
* | adjust DialogModule to only send broadcast alerts to root agentsJustin Clark-Casey (justincc)2010-07-201-2/+3
* | Allow communicating with blue box dialogs across a region border via aMelanie Thielker2010-07-171-8/+7
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-07-144-157/+213
|\ \
| * \ Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-07-141-55/+48
| |\ \
| * | | improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)2010-07-144-157/+213
* | | | Detach attachments displaced by other attachmentsMelanie Thielker2010-07-141-5/+19
| |/ / |/| |
* | | Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-54/+47
* | | Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-4/+4
|/ /
* | Fix obvious bug in XInventoryService.GetFolderItems() which was preventing th...Justin Clark-Casey (justincc)2010-07-142-6/+128
* | uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)2010-07-121-1/+1
* | comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)2010-07-121-10/+10
* | minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)2010-06-301-2/+2
|/
* One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto2010-06-281-0/+7
* Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker2010-06-221-0/+12
* Bug fix: wrong name of requester in local friendship offer.Diva Canto2010-06-191-1/+4
* Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2010-06-182-29/+52
* change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2010-06-182-32/+45
* in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)2010-06-184-27/+36
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-132-2/+2
* Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)2010-06-111-2/+2
* Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)2010-06-111-2/+2
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-06-112-99/+35
|\
| * Reinstated the check on im.binaryBucket.Length, this time on the local handle...Diva Canto2010-06-111-3/+4
| * Inventory offers and subsequent notifications of acceptance/decline now worki...Diva Canto2010-06-112-98/+33
* | create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2010-06-112-36/+48
|/
* Better friends notification: get rid of OnLogout and use OnClientClose for se...Diva Canto2010-06-111-23/+14
* Bug fix on friends notifications. OnClientClose and OnLogout ordering are unp...Diva Canto2010-06-101-8/+33
* Bug fix on attachments: attach->drop->attach works now.Diva Canto2010-06-091-21/+29