aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-24HG: Moved User-level code down to the HGEntityTransferModule where it belongs.Diva Canto2-14/+14
2012-04-25zero out SP velocity before calling SP.Teleport(), as the client expects (tho...Justin Clark-Casey (justincc)1-0/+1
2012-04-25Add regression test TestSameRegionTeleport()Justin Clark-Casey (justincc)1-1/+1
2012-04-25Improve teleport log debug and error messages to tell us who is teleporting.Justin Clark-Casey (justincc)1-3/+14
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto2-147/+10
2012-04-06Deleted the unused and commented code from 2 commits ago.Diva Canto1-241/+1
2012-04-06WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto1-21/+295
2012-04-03Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)1-4/+4
2012-03-28HG 2.0 Suitcase inventory: proof of concept now working properly with the hea...Diva Canto1-10/+11
2012-03-28HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto1-7/+61
2012-03-27HG: Switch root folders from under the viewer. Towards HG 2.0. This is guarde...Diva Canto1-10/+44
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-0/+15
2012-03-27HG: beginning of a more restrictive inventory access procedure (optional). Ex...Diva Canto2-3/+29
2012-03-13Teleports: bounce off repeated requests of teleporting the same agent. Some s...Diva Canto1-0/+13
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie1-5/+4
2012-02-19One more tweak related to the previous 2 commits.Diva Canto1-1/+3
2012-02-19A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto1-4/+8
2012-01-31HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...Diva Canto1-1/+1
2012-01-28Send CHANGED_TELEPORT during local TP again - partially revert cf73afec356eed...Bo Iwu1-2/+1
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-3/+4
2011-12-29HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto1-2/+3
2011-12-23remove the old region crossing handlerMic Bowman1-10/+0
2011-12-22Fixes some problems with objects that attempt to cross a region boundaryMic Bowman1-0/+24
2011-12-22Region crossings redone: (1) removed WaitForCallback. Now that we are passing...Diva Canto1-39/+32
2011-12-16Sends the consistent child agent position upon creation of the child agent in...Diva Canto1-1/+12
2011-12-16HG minor bug fix and marked one method obsolete in UAS.Diva Canto1-1/+4
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-1/+0
2011-12-02Stop some places where we're trying to reset animations in child agents where...Justin Clark-Casey (justincc)1-100/+110
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-1/+1
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-1/+1
2011-10-28set grp.RootPart.GroupPosition for code consistency (and readability) rather ...Justin Clark-Casey (justincc)1-2/+2
2011-10-06Refactored "known child region" in ScenePresence. There were 4 differentDan Lake1-1/+1
2011-10-06Simplified IsInTransit property on ScenePresence and removed InTransit() whic...Dan Lake1-6/+6
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-05Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)1-13/+18
2011-09-02Comment out Scene.CleanDroppedAttachments() and calls.Justin Clark-Casey (justincc)1-1/+1
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)1-1/+1
2011-08-09When an NPC is created, stop telling neighbouring regions to expect a child a...Justin Clark-Casey (justincc)1-1/+5
2011-07-07Ensure that the max transfer distance is initialized correctly.Mic Bowman1-1/+7
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
2011-06-10New method for resetting the map on HG: do it only once upon changing grids, ...Diva Canto1-0/+26
2011-06-03oopsDiva Canto1-1/+1
2011-06-03HG Landmarks now working.Diva Canto2-1/+81
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-1/+1
2011-05-08Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie1-1/+2