Commit History

Upphovsman SHA1 Meddelande Datum
  Diva Canto 7412795a0b HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST THESE. 12 år sedan
  Justin Clark-Casey (justincc) 73c9abf5f2 Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. 12 år sedan
  Diva Canto 3c77b8f463 Use GridUser properly for foreign users. 12 år sedan
  Diva Canto 495a3e7daf Oops, that should be inside the curly bracket. 12 år sedan
  Diva Canto 21a6ef5bb6 This fixes HG attachments' missing assets (textures, etc). 12 år sedan
  Diva Canto 380962d359 HG2.0: Generalized the allowed HG appearances to be more than 1. 12 år sedan
  Diva Canto de69a24574 More on HG2.0: added the possibility of controlling the appearance that avies use to visit other grids. Not as good as I wanted, but good enough. Unfortunately we can't switch the appearance from under the avie without getting into a lot of weirdnesses because appearance is viewer-controlled. So instead, when this control is on, I'm disallowing HG-TP unless the user is wearing an allowed HG appearance -- the user gets a warning and needs to switch appearance. WARNING: I'm still not committing the config vars because this is still not ready for ppl to test. 12 år sedan
  Justin Clark-Casey (justincc) 1b1f0a2d77 OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather than scanning all scene for the presence with the right id 12 år sedan
  Justin Clark-Casey (justincc) 79f3ce2e9f refactor: factor out entity transfer state machine into a separate class to make code more analyzable 12 år sedan
  Justin Clark-Casey (justincc) 67ebe80dd9 Resolve some mono compiler warnings. 12 år sedan
  Justin Clark-Casey (justincc) 459c7635af If an agent is still registered as 'in transit' by the source region, don't allow an immediate teleport back. 12 år sedan
  Justin Clark-Casey (justincc) 37dd174697 refactor: Split most of EntityTransferModule.Teleport() into its same region and different region teleport components. 12 år sedan
  Diva Canto 2970a18e54 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 12 år sedan
  Diva Canto c84f63f4dc Minor change in error message (HG teleport failures) 12 år sedan
  Justin Clark-Casey (justincc) cb6791fb30 Tweak log messages on local region to region teleport path to help with problem resolution. 12 år sedan
  Diva Canto 7aa25c6762 Slight rewording of output messages. 12 år sedan
  Diva Canto cf1c34605b HG: Moved User-level code down to the HGEntityTransferModule where it belongs. 12 år sedan
  Diva Canto 9637e50956 Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAccessModule where it belongs. They need to exchange some events, so added those to EventManager. Those events (TeleportStart and TeleportFail) are nice to have anyway. 12 år sedan
  Diva Canto 6a9f36788d Deleted the unused and commented code from 2 commits ago. 12 år sedan
  Diva Canto 25b3edc21c WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose; it's an historical record of what works and what doesn't wrt manipulating inventory at the viewer. I'll remove the unused code in a subsequent commit, but wanted to place it in history. The uncommented code works. 12 år sedan
  Diva Canto 6bf4d88397 HG 2.0 Suitcase inventory: proof of concept now working properly with the heavy SendBulkInventoryUpdate message. Waiting for Melanie to finish the light-weight version of that message. 12 år sedan
  Diva Canto 51dc1e709c HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hack away from ScenePresence. This is better but it still doesn't restore the inventory upon arrival. 12 år sedan
  Diva Canto 300968e933 HG: Switch root folders from under the viewer. Towards HG 2.0. This is guarded by an obscure config that no one but me should be using at this point. 12 år sedan
  Diva Canto de242a29ca HG: beginning of a more restrictive inventory access procedure (optional). Experimental: we'll try switching the root folder from under the viewer. 12 år sedan
  Diva Canto 3d7b5e5e93 HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri.ToString() drops the port when it's port 80. 12 år sedan
  Diva Canto 571efeddb2 Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region Scenes and Modules. Changed existing modules to use it instead of assuming that foreign = null account. 12 år sedan
  Diva Canto 70e36ee2b4 HG: more adjustments for making HG Simian work. Added server_uri as new key on get_agent_home in UAS. 12 år sedan
  Diva Canto 7e4a2d69d5 HG minor bug fix and marked one method obsolete in UAS. 12 år sedan
  Justin Clark-Casey (justincc) de20f0603f Tell hypergridders when their teleports fail because of the 4096 limit rather than just saying "destination not found" 13 år sedan
  Diva Canto 487cb51f69 3rd way of reseting the HG Map. This time, don't use the grid service; instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes. 13 år sedan