Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 2008-09-02 | 1 | -1/+1 |
| | | | | | | cleanup: warnings, readability | ||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -18/+18 |
| | |||||
* | * If two regions have configuration information that conflicts (save xy ↵ | Justin Clarke Casey | 2008-08-18 | 1 | -2/+55 |
| | | | | location, same uuid or same internal ip port) then complain loudly and don't start up | ||||
* | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 2008-07-23 | 1 | -5/+0 |
| | | | | attributes to external XML files. Fix issues 1682 and 1786. | ||||
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 1 | -0/+5 |
| | | | | | while he studies the issues in Windows a little bit. | ||||
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 1 | -5/+0 |
| | | | | | | Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins | ||||
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -2/+15 |
| | | | | | | | | | | Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. | ||||
* | small change to last commit | MW | 2008-06-26 | 1 | -4/+4 |
| | |||||
* | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 2008-06-26 | 1 | -4/+4 |
| | | | | | | | config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file). | ||||
* | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 2008-06-01 | 1 | -2/+2 |
| | |||||
* | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵ | Teravus Ovares | 2008-05-14 | 1 | -0/+1 |
| | | | | | | | of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured. | ||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
| | |||||
* | * Little more spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -8/+14 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -4/+6 |
| | | | | (this took a while to run). | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 2008-03-04 | 1 | -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.5 | Jeff Ames | 2008-02-07 | 1 | -2/+2 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -8/+10 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | 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 | 1 | -15/+8 |
| | | | | | | | * 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 | 1 | -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. |