aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-29refactor: move the append magic number processing for attachments back up int...Justin Clark-Casey (justincc)1-6/+6
2013-03-29Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens1-9/+64
2013-03-29Check viewer 2/3 attachment calls against avatar appearance attachment data r...Justin Clark-Casey (justincc)2-21/+21
2013-03-29Fix bug where CHANGED_REGION and/or CHANGED_TELEPORT weren't firing for scrip...Justin Clark-Casey (justincc)1-1/+1
2013-03-29Revert "Try eliminating the pause before auto-reteleporting for a megaregion ...Justin Clark-Casey (justincc)1-1/+1
2013-03-29Add Location (relative), Rotation (Relative) and Rotation (World) to "show pa...Justin Clark-Casey (justincc)1-0/+3
2013-03-29Try eliminating the pause before auto-reteleporting for a megaregion now that...Justin Clark-Casey (justincc)1-1/+1
2013-03-28Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)2-21/+20
2013-03-28Add "debug attachments" console command to allow highly verbose attachment lo...Justin Clark-Casey (justincc)1-61/+109
2013-03-28minor: remove some mono compiler warnings from EntityTransferModuleJustin Clark-Casey (justincc)1-5/+0
2013-03-28If the viewer has already rezzed any attachments itself, then ignore the simu...Justin Clark-Casey (justincc)1-4/+10
2013-03-28Move the simulator-side RezAttachments call on login to SP.MakeRootAgent with...Justin Clark-Casey (justincc)1-1/+1
2013-03-28Add back a log message when we attempt a megaregion auto-reteleportJustin Clark-Casey (justincc)1-0/+4
2013-03-28minor: Only try to deregister stats in EntityTransferModule.RemoveRegion() if...Justin Clark-Casey (justincc)1-4/+7
2013-03-28Fix a bug in HGEntityTransferModule to call base.RemoveRegion() when a region...Justin Clark-Casey (justincc)1-1/+1
2013-03-28Instead of going via GodLikeRequestTeleport, auto-teleport the agent directly...Justin Clark-Casey (justincc)2-4/+13
2013-03-28On the North and East sides of a megaregion, only consider regions within 256...Justin Clark-Casey (justincc)1-2/+2
2013-03-28Make HGLureModule track god like lures as well as normal lures, to see if thi...Justin Clark-Casey (justincc)1-1/+2
2013-03-28Remove some Console.WriteLines accidentally left in last commit cfb20f09Justin Clark-Casey (justincc)1-2/+0
2013-03-28refactor: combine the checks for megaregion view range into a single place.Justin Clark-Casey (justincc)1-51/+51
2013-03-28Fix problem with megaregions where teleporting into a different region which ...Justin Clark-Casey (justincc)1-1/+44
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