Commit History

Author SHA1 Message Date
  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
  Sean Dague 8ed631307b From: Alan Webb <[email protected]> 15 years ago
  Justin Clarke Casey 93837807ff * refactor: remove AssetCache field hanging off Scene 15 years ago
  Sean Dague f4bec00057 From: Alan Webb <[email protected]> 15 years ago
  Melanie Thielker a8f3d625cb Guard the values used to set the cursor position in the real time console 15 years ago
  lbsa71 801da4346a * optimized usings. 15 years ago