aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimController.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-03* Moved XMLRPC Controller to a Application Plugin. Requires testing.Adam Frisby1-122/+0
2007-12-03* Applied a few commits left on my laptop to OpenSimController.Adam Frisby1-9/+11
2007-10-30* Optimized usingslbsa711-40/+28
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-3/+3
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-25fix line endingsSean Dague1-132/+132
2007-10-25* Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ↵Adam Frisby1-0/+132
to be sent to the core application. * Disabled by default, but has two functions so far -- shutdown (timed or now), and create-region. * Added SendGeneralAlert function to SceneManager allowing all-user alerts to be sent from OpenSimMain.