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 年 前 |
Justin Clark-Casey (justincc)
|
d6d82dbd3c
minor: correct attachment spelling mistake in log message in HGEntityTransferModule.OnIncomingSceneObject()
|
11 年 前 |
Diva Canto
|
b0140383da
Cleanup old hg sessions (older than 2 days)
|
11 年 前 |
Diva Canto
|
67e500383e
Put guards on a bunch of exception-inducing code, as seen in logs from load test.
|
11 年 前 |
Diva Canto
|
ca3ce6da73
HG: avoid call on localhost between sim and UAS for standalone.
|
11 年 前 |
Diva Canto
|
4778d67005
Finally moved HG agent transfers to use agent fatpacks.
|
11 年 前 |
Melanie
|
4c83b5e719
Step one of estate settings sharing - port the Avination Estate module (complete module) as changes are too extensive to apply manually
|
11 年 前 |
Justin Clark-Casey (justincc)
|
d9c049fd9f
Fix a bug in HGEntityTransferModule to call base.RemoveRegion() when a region is removed rather than base.AddRegion()
|
11 年 前 |
Diva Canto
|
37fcf87946
Changed a couple of debug messages at the request of osgrid.
|
12 年 前 |
Diva Canto
|
48577af325
More module cleanup: removed the CoreModules.Framework modules directives out of .addin.xml.
|
12 年 前 |
Diva Canto
|
7412795a0b
HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST THESE.
|
12 年 前 |
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 年 前 |
Diva Canto
|
3c77b8f463
Use GridUser properly for foreign users.
|
12 年 前 |
Diva Canto
|
495a3e7daf
Oops, that should be inside the curly bracket.
|
12 年 前 |
Diva Canto
|
21a6ef5bb6
This fixes HG attachments' missing assets (textures, etc).
|
12 年 前 |
Diva Canto
|
380962d359
HG2.0: Generalized the allowed HG appearances to be more than 1.
|
12 年 前 |
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 年 前 |
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 年 前 |
Justin Clark-Casey (justincc)
|
79f3ce2e9f
refactor: factor out entity transfer state machine into a separate class to make code more analyzable
|
12 年 前 |
Justin Clark-Casey (justincc)
|
67ebe80dd9
Resolve some mono compiler warnings.
|
12 年 前 |
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 年 前 |
Justin Clark-Casey (justincc)
|
37dd174697
refactor: Split most of EntityTransferModule.Teleport() into its same region and different region teleport components.
|
12 年 前 |
Diva Canto
|
2970a18e54
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
12 年 前 |
Diva Canto
|
c84f63f4dc
Minor change in error message (HG teleport failures)
|
12 年 前 |
Justin Clark-Casey (justincc)
|
cb6791fb30
Tweak log messages on local region to region teleport path to help with problem resolution.
|
12 年 前 |
Diva Canto
|
7aa25c6762
Slight rewording of output messages.
|
12 年 前 |
Diva Canto
|
cf1c34605b
HG: Moved User-level code down to the HGEntityTransferModule where it belongs.
|
12 年 前 |
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 年 前 |
Diva Canto
|
6a9f36788d
Deleted the unused and commented code from 2 commits ago.
|
12 年 前 |
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 年 前 |