aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-1310-0/+19
* Disable code to get server-side to move given items to a destination folder o...Justin Clark-Casey (justincc)2012-11-131-67/+70
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-1210-10/+10
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-123-3/+3
* One more module converted: InventoryArchiverModule.Diva Canto2012-11-111-8/+31
* One more module converted: GroupsModule.Diva Canto2012-11-101-7/+43
* One more module converted: GodsModule.Diva Canto2012-11-101-19/+49
* One more module converted: GesturesModule.Diva Canto2012-11-101-6/+27
* One more module converted: Combat/CombatModule.Diva Canto2012-11-101-4/+25
* One more module converted: AvatarFactoryModule.Diva Canto2012-11-101-6/+31
* formatting DialogModule for 80-character width terminalSignpostMarv2012-11-101-47/+73
* Converting DialogModule to INonSharedRegionModuleSignpostMarv2012-11-101-5/+23
* To keep things consistent allowing an UnregisterModuleInterface... Force the...teravus2012-11-061-5/+13
* Prevent IMs being sent to prims when avies decline inventory offers from them.Diva Canto2012-11-041-9/+12
* Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)2012-11-011-2/+2
* Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)2012-10-311-3/+3
* minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)2012-10-271-1/+1
* Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)2012-10-263-14/+29
* Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)2012-10-261-77/+77
* Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)2012-10-251-12/+27
* Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)2012-10-241-0/+4
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-201-29/+24
* On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)2012-10-064-3/+45
* Fix the use of the wrong index when locating the assets associatedMic Bowman2012-10-031-1/+2
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2012-10-021-1/+10
|\
| * implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-1/+10
* | Attempt to fix Mantis #6311. Honor a destination folder if one is givenMelanie2012-10-021-0/+39
|/
* Fire EventManager.TriggerOnAttach (and hence LSL attach event) when an object...Justin Clark-Casey (justincc)2012-09-292-14/+18
* Extend attachment regression test to check for appropriate attach event firing.Justin Clark-Casey (justincc)2012-09-291-25/+49
* Guard against inventory get failures.Diva Canto2012-09-221-0/+3
* Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)2012-09-191-2/+2
* minor: Comment out friends notification log spam for now.Justin Clark-Casey (justincc)2012-09-121-3/+3
* Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2012-08-291-32/+32
* Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-201-1/+1
* Fix scripted detach of temp attachmentsMelanie2012-08-201-6/+2
* As per lindn spec, disable detach and drop for temp attachmentsMelanie2012-08-141-0/+8
* Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2012-08-142-17/+30
* Fix build break.Justin Clark-Casey (justincc)2012-08-031-1/+1
* Update settings loading in AvatarFactoryModule which should have been in last...Justin Clark-Casey (justincc)2012-08-031-4/+4
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-251-1/+1
* Remove bad using statement in AttachmentsModuleTests.Justin Clark-Casey (justincc)2012-07-241-2/+1
* extend regression TestRezScriptedAttachmentFromInventory() to check actual st...Justin Clark-Casey (justincc)2012-07-241-3/+19
* extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)2012-07-241-3/+25
* Change attachment handling to remove object from the scene first as perMelanie2012-07-231-29/+59
* Fix the order of operations on detach. The object must always be serializedMelanie2012-07-201-6/+10
* Comment out OnIncomingInstantMessage and OnInstantMessage handlers in GroupsM...Justin Clark-Casey (justincc)2012-07-191-10/+10
* Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)2012-07-172-9/+14
* Restore update of inventory item on derez/logout. This is necessary to updat...Justin Clark-Casey (justincc)2012-07-171-1/+6
* Stop sending the viewer an inventory create message if a known attachment ite...Justin Clark-Casey (justincc)2012-07-171-4/+1
* Allow XEngine StartDelay to be configured in the [XEngine] config section.Justin Clark-Casey (justincc)2012-07-111-1/+2