aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie8-5/+15
2013-03-25Start recording inter-region teleport attempts, aborts, cancels and failures ...Justin Clark-Casey (justincc)1-10/+109
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie8-4/+14
2013-03-23Make sharing errors not spew and let the cache retry the filesMelanie Thielker1-1/+15
2013-03-23Add "show borders" command to show the borders of a region.Justin Clark-Casey (justincc)1-0/+4
2013-03-22Following on from 476a7d3e (which wasn't enough), make chat across regions on...Justin Clark-Casey (justincc)1-56/+31
2013-03-22Take out a testing sleep I accidentally left in the teleport code from last c...Justin Clark-Casey (justincc)1-2/+0
2013-03-22At strategic points in the teleport process, if the client has simultaneously...Justin Clark-Casey (justincc)2-10/+69
2013-03-22Implement chat across region borders since we can tell if avatars in neighbou...Justin Clark-Casey (justincc)1-1/+1
2013-03-21minor: On teleport, signal a child agent before we send the viewer TeleportFi...Justin Clark-Casey (justincc)1-5/+5
2013-03-21On a teleport, lock m_agentsInTransit whilst we grab the value to check for c...Justin Clark-Casey (justincc)1-1/+8
2013-03-20On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)2-17/+29
2013-03-19Prevent multiple instances of the same item ID being appended to an AvatarApp...Justin Clark-Casey (justincc)2-4/+12
2013-03-19For those people collecting and comparing logfiles from servers scatteredRobert Adams1-1/+1
2013-03-19Fix merge artefactsMelanie2-6/+6
2013-03-19Process default attachment point in AttachObjectInternal before we check whet...Justin Clark-Casey (justincc)1-27/+27
2013-03-18Fix tests for multiattachMelanie2-6/+6
2013-03-18Limit each attachment point to 5 items as per specMelanie1-3/+13
2013-03-18Multiattach, part 1Melanie2-33/+31
2013-03-18Improve rejection of any attempt to reattach an object that is already attached.Justin Clark-Casey (justincc)2-31/+194
2013-03-18Fix recent regression where an item worn to an attachment point that was alre...Justin Clark-Casey (justincc)2-89/+153
2013-03-15Add example code to DOExampleModule to pull data from that previously saved b...Justin Clark-Casey (justincc)2-5/+29
2013-03-15Add ParentGroup.HasGroupChanged = true setting to DAExampleModule as this is ...Justin Clark-Casey (justincc)1-0/+2
2013-03-14Add ILandChannel.GetLandObject(Vector3 position) as this is a very common inp...Justin Clark-Casey (justincc)1-0/+5
2013-03-13Improve DAExampleModule to show current necessary locking to avoid race condi...Justin Clark-Casey (justincc)1-8/+16
2013-03-13Add prototype dynamic objects map for scene object partsJustin Clark-Casey (justincc)1-0/+117
2013-03-13minor: save some commented out log lines which will be useful again in future...Justin Clark-Casey (justincc)1-0/+5
2013-03-12Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section...Justin Clark-Casey (justincc)1-1/+20
2013-03-12Improve teleport cancellation in some circumstances, though cancelling telepo...Justin Clark-Casey (justincc)2-34/+149
2013-03-06minor: remove some completely unused string local vars added recently in comm...Justin Clark-Casey (justincc)1-2/+0
2013-03-06Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)2-3/+11
2013-03-05minor: Fix mono compiler warning in MonitorModuleJustin Clark-Casey (justincc)1-2/+0
2013-03-05Get attachment script state before taking sp.AttachmentsSyncLock() to avoid r...Justin Clark-Casey (justincc)1-140/+161
2013-03-05Limit each attachment point to 5 items as per specMelanie1-3/+13
2013-03-05Multiattach, part 1Melanie2-30/+20
2013-03-03Experimental - add void return support to modSendCommandMelanie1-0/+2
2013-03-01Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...Diva Canto1-21/+33
2013-02-27Switched to using the other Util function with a default value.Diva Canto2-3/+6
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2-3/+3
2013-02-27Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)1-9/+16
2013-02-27Reinstate uploading temporary texturesMelanie1-4/+4
2013-02-27Try to update inventory items when there is a valid asset - may fix temp text...Melanie1-0/+5
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2-22/+24
2013-02-26Add regression test for llRequestUrl()Justin Clark-Casey (justincc)1-16/+21
2013-02-25Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)4-31/+26
2013-02-24Add StatsManager registration for region specific stats as collectedRobert Adams1-1/+47
2013-02-24Revert "Allow TeleportCancel packets to reset the transfer state machine"Melanie1-6/+0
2013-02-23Make sure state machine is reset if crossing is abortedMelanie1-0/+6
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto2-4/+5
2013-02-22Make reset of EntityTransferStateMachine for an avatar transfer always happen...Justin Clark-Casey (justincc)1-42/+81