aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2-0/+2
2011-10-11Start recording object updates per second statistic (analogue of agent update...Justin Clark-Casey (justincc)1-0/+8
2011-10-10Allow monitoring of stats by region nameJustin Clark-Casey (justincc)1-0/+3
2011-10-10Add other region stats (total frame time, physics fps, etc.) currently missin...Justin Clark-Casey (justincc)15-20/+325
2011-10-10Provide a way to turn the MonitorModule on and offJustin Clark-Casey (justincc)1-15/+35
2011-10-06Refactored "known child region" in ScenePresence. There were 4 differentDan Lake1-1/+1
2011-10-07remove the pointless slashes on the end of the (5!) different server stat ret...Justin Clark-Casey (justincc)1-1/+1
2011-10-06Simplified IsInTransit property on ScenePresence and removed InTransit() whic...Dan Lake1-6/+6
2011-09-30Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all...Justin Clark-Casey (justincc)1-1/+0
2011-09-10Add extra log information when attachments fail validationJustin Clark-Casey (justincc)1-5/+11
2011-09-10reinstate the validation logging on teleport. A 'fail' of validation still d...Justin Clark-Casey (justincc)1-0/+2
2011-09-10Stop the UserManagementModule logging every user it adds for nowJustin Clark-Casey (justincc)1-3/+3
2011-09-08Use scene presence agent id for rezzed object ownership rather than item owner.Justin Clark-Casey (justincc)1-7/+12
2011-09-06Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)1-2/+0
2011-09-05Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)1-13/+18
2011-09-03Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)1-32/+35
2011-09-02Comment out Scene.CleanDroppedAttachments() and calls.Justin Clark-Casey (justincc)1-1/+1
2011-09-02Remove redundant RootPart.CreatedSelected = true in IAM.RezObject() since thi...Justin Clark-Casey (justincc)1-2/+0
2011-09-02Go back to resetting the State parameter for all parts of a SOG when SOG.Clea...Justin Clark-Casey (justincc)1-5/+8
2011-09-02stop passing FromUserInventoryItemID right down into the deserializer.Justin Clark-Casey (justincc)1-4/+2
2011-09-02Move more of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-24/+27
2011-09-02move more of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-63/+85
2011-09-02factor out a section of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-40/+48
2011-09-01refactor: factor out DoPostRezWhenFromItem() from IAM.RezObject()Justin Clark-Casey (justincc)1-3/+8
2011-09-01remove the pointless m_Scene.GetNewRezLocation() call at the top of IAM.RezOb...Justin Clark-Casey (justincc)1-7/+4
2011-09-01refactor: Move sanity checks to the top of IAM.RezObject() to make the code m...Justin Clark-Casey (justincc)1-219/+215
2011-09-01use group.RootPart in IAM.RezObject() rather than group.GetChildPart(group.UU...Justin Clark-Casey (justincc)1-1/+1
2011-09-01Remove pointless NRE check in IAM.RezObject() since this can never occurJustin Clark-Casey (justincc)1-15/+1
2011-09-01Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)1-0/+4
2011-09-01Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)1-1/+1
2011-08-31move common code into AttachmentsModule.DeleteAttachmentsFromScene()Justin Clark-Casey (justincc)1-5/+1
2011-08-31Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)1-29/+32
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)2-2/+2
2011-08-19Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)1-13/+32
2011-08-17Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...Justin Clark-Casey (justincc)1-0/+12
2011-08-09When an NPC is created, stop telling neighbouring regions to expect a child a...Justin Clark-Casey (justincc)1-1/+5
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-2/+2
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-5/+5
2011-07-23For default everyone permissions on library items, make notecards and scripts...Justin Clark-Casey (justincc)1-8/+4
2011-07-23Remove manually permissions settings on all current library items so that the...Justin Clark-Casey (justincc)2-1/+11
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library it...Justin Clark-Casey (justincc)2-11/+1
2011-07-23Don't load current/next/everyone/base permissions from the library item xml f...Justin Clark-Casey (justincc)2-1/+11
2011-07-16minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-2/+5
2011-07-12Add a warning to URI config in GridCommon.ini.example not to add a slash to t...Justin Clark-Casey (justincc)1-1/+0
2011-07-08fix bug where opening a library script would failJustin Clark-Casey (justincc)1-2/+2
2011-07-08refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento...Justin Clark-Casey (justincc)1-1/+1
2011-07-07Ensure that the max transfer distance is initialized correctly.Mic Bowman1-1/+7
2011-06-29Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)1-1/+2
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)2-11/+47
2011-06-103rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto1-25/+0