diva
|
d8313e314f
Getting rid of -hypergrid=true on the command line. This config now goes inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527.
|
15 years ago |
Dahlia Trimble
|
4792e6139a
Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and version to REST/json statistics reporting
|
15 years ago |
Jeff Ames
|
6aa5d3904d
Add copyright headers. Formatting cleanup.
|
15 years ago |
Charles Krinke
|
b4cb45bb79
Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:
|
15 years ago |
Justin Clarke Casey
|
1894157dd3
* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)
|
15 years ago |
Justin Clarke Casey
|
ad2bd74057
* refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid having Initialise() and Initialize() in the same class - very difficult to read.
|
15 years ago |
Homer Horwitz
|
648452dd91
- Add new RegionModulesControllerPlugin to the application modules
|
15 years ago |
lbsa71
|
7f4bf5871d
* Proactively fixed bug-potential concerning the fact that m_httpServer property was differently referred to between RegionApplicationBase and all other grid services.
|
15 years ago |
Melanie Thielker
|
76ca096384
Add a PIDFile in [Startup], which the PID will be written to
|
15 years ago |
diva
|
f7eac63e01
Another bit of refactoring to try to make sense of OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
|
15 years ago |
Justin Clarke Casey
|
19595a2825
* minor: spit out creator name on save iar
|
15 years ago |
Justin Clarke Casey
|
8f1844665b
* Group OpenSim.Framework.Servers interfaces together
|
15 years ago |
lbsa71
|
91a096dca6
* Cleanup and CCC (Code Convention Conformance)
|
15 years ago |
Justin Clarke Casey
|
fc2c73d5c6
* minor: remove some mono compiler warnings
|
15 years ago |
Justin Clarke Casey
|
f18400fcfb
* For now, restore file extension for default oar name I accidentally removed on the last commit
|
15 years ago |
Justin Clarke Casey
|
b52ac542ad
* Add the abilty to load and save iar item nodes where folders have identical names
|
15 years ago |
MW
|
76133d0763
Refactoring of CreateCommsManagerPlugin.
|
15 years ago |
MW
|
8ebd5b409a
Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStack
|
15 years ago |
MW
|
3c46ee9326
Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we really still need RegionApplicationBase?]
|
15 years ago |
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 years ago |
MW
|
756c517069
Added IRegionCreator interface that all ApplicationPlugins that are creators of Scenes should implement and register with the ApplicationRegistry.StackModuleInterface<>(); So that other plugins can attach to their OnNewRegionCreated event.
|
15 years ago |
MW
|
e2d30a0244
Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin.
|
15 years ago |
MW
|
18382ebfd9
Changed the type of the ApplicationRegistry member from RegistryCore to IRegistryCore
|
15 years ago |
MW
|
33e7c09b7b
Added IRegistryCore and RegistryCore to OpenSim.Framework.
|
15 years ago |
Sean Dague
|
c0c1a31f61
Attempt to fix the "region starts but doesn't load anything" issue
|
15 years ago |
Sean Dague
|
6c8debd3e0
From: Alan Webb <[email protected]>
|
15 years ago |
Mike Mazur
|
bdf95e54a2
A few updates necessary for load balancer.
|
15 years ago |
Charles Krinke
|
e9e5c175cd
Thank you kindly, TLaukkan (Tommil) for a patch that solves:
|
15 years ago |
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 years ago |
Jeff Ames
|
7d4846462b
Update svn properties, add copyright headers, minor formatting cleanup.
|
15 years ago |