Justin Clark-Casey (justincc)
|
ffd0da23fb
Merge branch 'justincc-master'
|
10 years ago |
Justin Clark-Casey (justincc)
|
f49d513089
Change warns associated with UserAgentServiceConnector to debugs, as this is not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted).
|
10 years ago |
Justin Clark-Casey (justincc)
|
fc35b45e21
If calls to UserAgentServiceConnector fail then throw an exception. This lets the caller decide whether to discard the error or not.
|
10 years ago |
Oren Hurvitz
|
3018b2c5d7
Materials module: a) Store materials as assets; b) Finalized it (removed the "Demo" label; removed most of the logging); c) Enabled by default
|
11 years ago |
Justin Clark-Casey (justincc)
|
d6d82dbd3c
minor: correct attachment spelling mistake in log message in HGEntityTransferModule.OnIncomingSceneObject()
|
11 years ago |
Diva Canto
|
b0140383da
Cleanup old hg sessions (older than 2 days)
|
11 years ago |
Diva Canto
|
67e500383e
Put guards on a bunch of exception-inducing code, as seen in logs from load test.
|
11 years ago |
Diva Canto
|
ca3ce6da73
HG: avoid call on localhost between sim and UAS for standalone.
|
11 years ago |
Diva Canto
|
4778d67005
Finally moved HG agent transfers to use agent fatpacks.
|
11 years ago |
Melanie
|
4c83b5e719
Step one of estate settings sharing - port the Avination Estate module (complete module) as changes are too extensive to apply manually
|
11 years ago |
Justin Clark-Casey (justincc)
|
d9c049fd9f
Fix a bug in HGEntityTransferModule to call base.RemoveRegion() when a region is removed rather than base.AddRegion()
|
11 years ago |
Diva Canto
|
37fcf87946
Changed a couple of debug messages at the request of osgrid.
|
11 years ago |
Diva Canto
|
48577af325
More module cleanup: removed the CoreModules.Framework modules directives out of .addin.xml.
|
12 years ago |
Diva Canto
|
7412795a0b
HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST THESE.
|
12 years ago |
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 years ago |
Diva Canto
|
3c77b8f463
Use GridUser properly for foreign users.
|
12 years ago |
Diva Canto
|
495a3e7daf
Oops, that should be inside the curly bracket.
|
12 years ago |
Diva Canto
|
21a6ef5bb6
This fixes HG attachments' missing assets (textures, etc).
|
12 years ago |
Diva Canto
|
380962d359
HG2.0: Generalized the allowed HG appearances to be more than 1.
|
12 years ago |
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 years ago |
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 years ago |
Justin Clark-Casey (justincc)
|
79f3ce2e9f
refactor: factor out entity transfer state machine into a separate class to make code more analyzable
|
12 years ago |
Justin Clark-Casey (justincc)
|
67ebe80dd9
Resolve some mono compiler warnings.
|
12 years ago |
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 years ago |
Justin Clark-Casey (justincc)
|
37dd174697
refactor: Split most of EntityTransferModule.Teleport() into its same region and different region teleport components.
|
12 years ago |
Diva Canto
|
2970a18e54
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
12 years ago |
Diva Canto
|
c84f63f4dc
Minor change in error message (HG teleport failures)
|
12 years ago |
Justin Clark-Casey (justincc)
|
cb6791fb30
Tweak log messages on local region to region teleport path to help with problem resolution.
|
12 years ago |
Diva Canto
|
7aa25c6762
Slight rewording of output messages.
|
12 years ago |
Diva Canto
|
cf1c34605b
HG: Moved User-level code down to the HGEntityTransferModule where it belongs.
|
12 years ago |