aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-43/+41
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-58/+232
2013-01-25Changed a couple of debug messages at the request of osgrid.Diva Canto1-2/+2
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto1-0/+2
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto1-2/+2
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-4/+4
2012-09-26Use GridUser properly for foreign users.Diva Canto1-0/+2
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-21This fixes HG attachments' missing assets (textures, etc).Diva Canto1-0/+28
2012-09-16HG2.0: Generalized the allowed HG appearances to be more than 1.Diva Canto1-31/+59
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto1-0/+154
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-25/+21
2012-05-28refactor: factor out entity transfer state machine into a separate class to m...Justin Clark-Casey (justincc)1-8/+8
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-1/+1
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-27/+28
2012-05-01refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)1-7/+8
2012-04-27Minor change in error message (HG teleport failures)Diva Canto1-1/+1
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)1-1/+2
2012-04-24Slight rewording of output messages.Diva Canto1-1/+1
2012-04-24HG: Moved User-level code down to the HGEntityTransferModule where it belongs.Diva Canto1-0/+13
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto1-146/+3
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-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-27HG: beginning of a more restrictive inventory access procedure (optional). Ex...Diva Canto1-0/+26
2012-01-31HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...Diva Canto1-1/+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-16HG minor bug fix and marked one method obsolete in UAS.Diva Canto1-1/+4
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-4/+2
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 Canto1-0/+53
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto1-2/+3
2011-02-22Parameterizes the view distance used to compute and manageMic Bowman1-2/+2
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto1-5/+5
2010-10-24* throw debug message when no HomeURI is setJonathan Freedman1-0/+2
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-4/+1
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-1/+4
2010-08-15Better comment (related to previous commit)Diva Canto1-1/+1
2010-08-15Addresses mantis #4929. Agent was being logged off the grid too soon -- thing...Diva Canto1-4/+10
2010-05-08* Added missing loggout notification to home grid upon agents logging out in ...Diva Canto1-0/+8
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-1/+8
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-12/+16
2010-01-29Works for grid login.Diva Canto1-11/+28
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-51/+61
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-0/+1