aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-28get TestSaveIarV0_1() uncommented but not running as a test yet since I didn'...Justin Clark-Casey (justincc)1-106/+99
2010-05-28restore InventoryArchiverTests.TestReplicateArchivePathToUserInventory() to w...Justin Clark-Casey (justincc)1-51/+37
2010-05-28fission UserAccountService.HandleCreateUser() into two methods, one which han...Justin Clark-Casey (justincc)1-52/+50
2010-05-28Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2-6/+18
2010-05-28refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)1-1/+0
2010-05-21Only send dialogs and notices to root agents, not child agentsJustin Clark-Casey (justincc)1-9/+7
2010-05-18Prevent an "index out of range" error on loginMelanie Thielker1-2/+5
2010-05-15Address symptom of Mantis 4588 (though not the cause) by moving the avatar de...Justin Clark-Casey (justincc)1-2/+3
2010-05-14Apply patch from http://opensimulator.org/mantis/bug_view_page.php?bug_id=4671Justin Clark-Casey1-0/+4
2010-05-12Don't convert UUID -> ToString for every friend (Minor optimisation based on ...Tom Grimshaw1-1/+2
2010-05-10Correct an odd merge anomalyTom Grimshaw1-1/+1
2010-05-10Greatly improve login time for users with large friends lists by requesting a...Tom Grimshaw1-6/+39
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-0/+2
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto3-98/+89
2010-05-04Strip estate message sending out from the estate management module andMelanie Thielker1-8/+0
2010-05-04Strip estate message sending out from the estate management module andMelanie Thielker1-8/+0
2010-05-03Adapt CM to the new CHANGED_OWNER handlingMelanie Thielker1-0/+3
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-2/+5
2010-04-28Spelling in FriendsModule.cs: "filed to load" -> "failed to load"unknown1-1/+1
2010-04-24Plumb a data path to initialize an attachment from an alternate sourceMelanie Thielker1-2/+18
2010-04-23Add an additional serialization call do the detach procedure. This call isMelanie Thielker1-0/+3
2010-04-23Fix a nullref in attachment handling. Add some debug to find the attachmentMelanie Thielker1-1/+2
2010-04-19Avoid duplicate script resumes. Move resume calls to more logical placesMelanie Thielker1-1/+1
2010-04-19Remove the event trigger for the attach event from the attachment module.Melanie Thielker1-1/+1
2010-04-19Avoid duplicate script resumes. Move resume calls to more logical placesMelanie Thielker1-1/+1
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-1/+2
2010-04-17refactor: move DeatchObject() into the AttachmentsModuleJustin Clark-Casey (justincc)1-0/+10
2010-04-16refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen...Justin Clark-Casey (justincc)1-0/+32
2010-04-16refactor: crudely move the RezMultipleAttachments() method into the Attachmen...Justin Clark-Casey (justincc)1-0/+12
2010-04-08Changed the GetTextureModule backport to work with the 0.6.9 codebaseJohn Hurliman1-2/+11
2010-04-08Backported GetTextureModule and IAssetService.GetCached()John Hurliman1-0/+220
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+220
2010-03-27May fix mantis #4613Diva Canto1-1/+2
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake3-6/+6
2010-03-17Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...Dan Lake2-63/+44
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-2/+2
2010-03-12refactor: Move another RezSingleAttachment() from Scene.Inventory to Attachme...Justin Clark-Casey (justincc)1-1/+30
2010-03-12refactor: move RezSingleAttachmentFromInventory() from SceneGraph to Attachme...Justin Clark-Casey (justincc)1-0/+46
2010-03-12refactor: move client invoked AttachObject from SceneGraph to AttachmentsModuleJustin Clark-Casey (justincc)1-1/+31
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames3-7/+7
2010-03-09Changed a cryptic debug message and a wrong commentDiva Canto1-1/+1
2010-03-06- supporting llTextBoxunknown1-1/+25
2010-03-06refactor: Move DetachSingleAttachmentToInv to region moduleJustin Clark-Casey (justincc)1-15/+56
2010-03-05refactor: move another AttachObject methodJustin Clark-Casey (justincc)1-1/+46
2010-03-05refactor: move user inventory side of RezSingleAttachment to moduleJustin Clark-Casey (justincc)1-0/+30
2010-03-05refactor: begin to move attachments code into a region moduleJustin Clark-Casey (justincc)1-0/+141
2010-03-01Offline friendship offers now working.Diva Canto1-8/+41
2010-03-01Friends rights under control.Diva Canto2-70/+33
2010-03-01More work on GrantRights. Still not right.Diva Canto2-44/+101
2010-03-01Fix -1 checks for login caseMelanie1-1/+1