aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen2008-01-051-2/+2
| | | | | Some debug info for startup added to find bugs. ++
* * Optimized usingslbsa712007-12-271-15/+8
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Some log fixing for the LoadRegionsPluginJustin Clarke Casey2007-12-231-8/+8
|
* added copyright noticesJeff Ames2007-12-111-1/+29
|
* * Added the ability to restart your individual sims from within them using ↵Teravus Ovares2007-11-251-1/+28
| | | | | | | the estate tools. * The sims properly restart, however they don't yet notify the existing avatars that they are up. To see the sim again, you'll need to log-out and back in until I can figure out how to get the proper data to the sims and to the avatar so they reconnect again.
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-2/+2
| | | | | | * Made startup a little bit more forgiving on dll load * Minor renamings and musings
* Added forgotten ApplicationPlugins directory and moved the load region code ↵MW2007-11-041-0/+58
out to a plugin. To make opensim search for the new plugin, you will need to delete the "addin-db-000" and "addins" sub directories in bin if you have them.