aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto10-10/+10
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie3-3/+3
2012-11-11One more module converted: InventoryArchiverModule.Diva Canto1-8/+31
2012-11-10One more module converted: GroupsModule.Diva Canto1-7/+43
2012-11-10One more module converted: GodsModule.Diva Canto1-19/+49
2012-11-10One more module converted: GesturesModule.Diva Canto1-6/+27
2012-11-10One more module converted: Combat/CombatModule.Diva Canto1-4/+25
2012-11-10One more module converted: AvatarFactoryModule.Diva Canto1-6/+31
2012-11-10formatting DialogModule for 80-character width terminalSignpostMarv1-47/+73
2012-11-10Converting DialogModule to INonSharedRegionModuleSignpostMarv1-5/+23
2012-11-06To keep things consistent allowing an UnregisterModuleInterface... Force the...teravus1-5/+13
2012-11-04Prevent IMs being sent to prims when avies decline inventory offers from them.Diva Canto1-9/+12
2012-11-01Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)1-2/+2
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)1-3/+3
2012-10-27minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)1-1/+1
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)3-14/+29
2012-10-26Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)1-77/+77
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)1-12/+27
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-0/+4
2012-10-20Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)1-29/+24
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)4-3/+45
2012-10-03Fix the use of the wrong index when locating the assets associatedMic Bowman1-1/+2
2012-10-02Attempt to fix Mantis #6311. Honor a destination folder if one is givenMelanie1-0/+39
2012-10-02implementing osDropAttachment & osDropAttachmentAtSignpostMarv1-1/+10
2012-09-29Fire EventManager.TriggerOnAttach (and hence LSL attach event) when an object...Justin Clark-Casey (justincc)2-14/+18
2012-09-29Extend attachment regression test to check for appropriate attach event firing.Justin Clark-Casey (justincc)1-25/+49
2012-09-22Guard against inventory get failures.Diva Canto1-0/+3
2012-09-19Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)1-2/+2
2012-09-12minor: Comment out friends notification log spam for now.Justin Clark-Casey (justincc)1-3/+3
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-32/+32
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-08-20Fix scripted detach of temp attachmentsMelanie1-6/+2
2012-08-14As per lindn spec, disable detach and drop for temp attachmentsMelanie1-0/+8
2012-08-14Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2-17/+30
2012-08-03Fix build break.Justin Clark-Casey (justincc)1-1/+1
2012-08-03Update settings loading in AvatarFactoryModule which should have been in last...Justin Clark-Casey (justincc)1-4/+4
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-07-24Remove bad using statement in AttachmentsModuleTests.Justin Clark-Casey (justincc)1-2/+1
2012-07-24extend regression TestRezScriptedAttachmentFromInventory() to check actual st...Justin Clark-Casey (justincc)1-3/+19
2012-07-24extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)1-3/+25
2012-07-23Change attachment handling to remove object from the scene first as perMelanie1-29/+59
2012-07-20Fix the order of operations on detach. The object must always be serializedMelanie1-6/+10
2012-07-19Comment out OnIncomingInstantMessage and OnInstantMessage handlers in GroupsM...Justin Clark-Casey (justincc)1-10/+10
2012-07-17Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)2-9/+14
2012-07-17Restore update of inventory item on derez/logout. This is necessary to updat...Justin Clark-Casey (justincc)1-1/+6
2012-07-17Stop sending the viewer an inventory create message if a known attachment ite...Justin Clark-Casey (justincc)1-4/+1
2012-07-11Allow XEngine StartDelay to be configured in the [XEngine] config section.Justin Clark-Casey (justincc)1-1/+2
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)2-20/+127
2012-07-11Add regression TestRezScriptedAttachmentsFromInventory() though this currentl...Justin Clark-Casey (justincc)1-1/+26
2012-07-10When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)1-6/+14