aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-062-3/+3
| | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
* more warnings to go.Dr Scofield2008-06-271-2/+2
|
* while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield2008-05-301-1/+2
| | | | | | | | | | | | | | | | | | | noticed that Scene.Close() will only call Close on non-shared region modules. i've now added code to SceneManager.Close() to collect all shared region module from each scene before calling Scene.Close() on it and then, once, all Scenes are closed, go through the list of collected shared region modules and close them as well. SceneManager.Close() is only called when we initiate a shutdown --- i've verified that a Scene restart does not trigger the shutdown of shared modules :-) also, this adds a couple of bug fixes to the IRCBridgeModule (which after all didn't take kindly to being closed) as well as a check to InterregionModule's Close() call. finally, this fixes the RestPlugin's XmlWriter so that it no longer includes the "xsd=..." and "xsi=..." junk.
* * Get the xml2 entities serialization representation in the archiver moduleJustin Clarke Casey2008-05-241-12/+13
| | | | | | | * Not yet reusing serialization module - this will happen in the future * No user functionality yet
* Add copyright notices.Jeff Ames2008-05-203-4/+85
| | | | | Fix spelling typo (Thanks ChrisDown for pointing this out)
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-022-21/+13
| | | | are in.
* * Rolled back a few changes.Adam Frisby2008-05-011-2/+2
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-2/+2
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-012-3/+1
| | | | with namespaces.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-013-243/+243
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-301-66/+71
|
* * And moreAdam Frisby2008-04-303-0/+241