aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Rolled back a few changes.Adam Frisby2008-05-011-2/+2
|
* * Cleaning code still.Adam Frisby2008-05-011-2/+2
|
* * Little more spring cleaning.Adam Frisby2008-04-292-9/+15
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-4/+6
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-182-52/+50
|
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-041-2/+2
| | | | support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
* Update version numbers to 0.5Jeff Ames2008-02-071-2/+2
|
* Converted logging to use log4net.Jeff Ames2008-02-052-9/+11
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-1/+29
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* Removed ModuleName because its like that and thats the way it is (according ↵Tedd Hansen2008-01-051-4/+0
| | | | to Mono)
* Implicit interface definitions (maybe Mono won't crash?)Tedd Hansen2008-01-051-1/+1
|
* Added ModuleName to /OpenSim/StartUp modules + debug messages during startupTedd Hansen2008-01-051-0/+4
|
* 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-272-29/+25
| | | | | | | * 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-042-0/+94
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.