aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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