MW
|
1dcbea0144
Removed the commented out InitialiseStandaloneServices and InitialiseGridServices (which are now preformed in CreateCommsManagerPlugin) methods from OpenSimBase and HGOpenSimNode. As if we decided to swap back to the old methods we can always re-add them, rather than leave them commented out.
|
15 年之前 |
MW
|
e2d30a0244
Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin.
|
15 年之前 |
MW
|
33e7c09b7b
Added IRegistryCore and RegistryCore to OpenSim.Framework.
|
15 年之前 |
Charles Krinke
|
8f55b9d735
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
|
15 年之前 |
diva
|
33330297d6
THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all.
|
15 年之前 |
diva
|
1fa8a7ce29
Restoring method 2 of linking regions in HG, which was commented out for some bizarre reason. Fixes mantis #3141. Thanks Vinc for providing an alternative patch, which wasn't used but served to expose the mix-up.
|
16 年之前 |
diva
|
3f25128e77
Adds support for preserving animations on region crossings and TPs.
|
16 年之前 |
Justin Clarke Casey
|
93837807ff
* refactor: remove AssetCache field hanging off Scene
|
16 年之前 |
Justin Clarke Casey
|
bc9a013f52
* minor: remove mono compiler warnings
|
16 年之前 |
Jeff Ames
|
95d53d48d4
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.
|
16 年之前 |
lbsa71
|
801da4346a
* optimized usings.
|
16 年之前 |
Justin Clarke Casey
|
83105211bc
* minor: remove some mono compiler warnings
|
16 年之前 |
Melanie Thielker
|
9bfbfa381a
Add proper handling for shared vs. unshared modules to the command
|
16 年之前 |
Dr Scofield
|
180be7de07
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
|
16 年之前 |
Dr Scofield
|
b1739cbbfd
fixing warnings.
|
16 年之前 |
Dr Scofield
|
a89d097355
starting phase 2 of the OpenSim.Region.Environment commit: relocating
|
16 年之前 |
diva
|
ff0fa12903
Adds support for HG linking to specific regions within an instance. The format is Host:Port:Region. Refactored the linking code from MapSearchModule to HGHyperlink, so that it can be used both by the MapSearchModule and the Console command.
|
16 年之前 |
Melanie Thielker
|
54c6a920ba
Replace the console for all OpenSim apps with a new console featuring command
|
16 年之前 |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
16 年之前 |
MW
|
e21b3bf390
Added support so that during the loading of a xml link list, it checks if a linked hypergrid region's real location is within 4096,4096 map spaces of its "local" location. If it is outside of that range ( so it wouldn't be possible to teleport to it) then it ignores it and doesn't create a link.
|
16 年之前 |
MW
|
eb5a022981
Added some basic relocation mapping support for when loading hypergrid links from a xml file.
|
16 年之前 |
MW
|
0ec96d294a
Small bit of refactoring related to the hypergrid link loading from xml files.
|
16 年之前 |
MW
|
d40e07a2c7
Added support for a "excludeList" as part of the hypergrid xml link file loading. So that certain links in the file will be ignored. See the wiki's hypergrid page for details (in about a hour).
|
16 年之前 |
MW
|
940728dad7
Added initial support for reading hypergrid links from a xml config file. Although its currently still activated by using console command: link-region <URI of xml file> , the uri should be able to be a local file path or a http uri. I'm adding details of the format of the xml file to the wiki's hypergrid page.
|
16 年之前 |
Justin Clarke Casey
|
b6ee2f15ba
* refactor: Remove the need to separately pass in the http listener to the scene - this is always available via CommsManager
|
16 年之前 |
Justin Clarke Casey
|
63851f1441
* refactor: move ResetUserPassword into UserServiceAdmin
|
16 年之前 |
Justin Clarke Casey
|
7b49c711e9
* minor: Eliminate unused paramter in LocalUserServices constructors
|
16 年之前 |
Jeff Ames
|
de052c48d1
Add copyright headers. Minor formatting cleanup.
|
16 年之前 |
Jeff Ames
|
518a8b9f2a
Update svn properties.
|
16 年之前 |
Justin Clarke Casey
|
e187972377
* Apply http://opensimulator.org/mantis/view.php?id=2640
|
16 年之前 |