Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed ModuleName because its like that and thats the way it is (according ↵ | Tedd Hansen | 2008-01-05 | 1 | -4/+0 |
| | | | | to Mono) | ||||
* | Implicit interface definitions (maybe Mono won't crash?) | Tedd Hansen | 2008-01-05 | 1 | -1/+1 |
| | |||||
* | Added ModuleName to /OpenSim/StartUp modules + debug messages during startup | Tedd Hansen | 2008-01-05 | 1 | -0/+4 |
| | |||||
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 1 | -2/+2 |
| | | | | | Some debug info for startup added to find bugs. ++ | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 2 | -29/+25 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | Some log fixing for the LoadRegionsPlugin | Justin Clarke Casey | 2007-12-23 | 1 | -8/+8 |
| | |||||
* | added copyright notices | Jeff Ames | 2007-12-11 | 1 | -1/+29 |
| | |||||
* | * Added the ability to restart your individual sims from within them using ↵ | Teravus Ovares | 2007-11-25 | 1 | -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 MonoSqlite | lbsa71 | 2007-11-15 | 1 | -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 ↵ | MW | 2007-11-04 | 2 | -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. |