Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * optimized usings. | lbsa71 | 2009-02-12 | 3 | -9/+4 |
| | |||||
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! | ||||
* | minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-10 | 1 | -1/+2 |
| | |||||
* | Refactoring: Moved component creation to "ComponentFactory" as dictated by ↵ | Tedd Hansen | 2008-11-09 | 3 | -101/+148 |
| | | | | convention | ||||
* | * "Fixed" a NRE with the new script engine Tedd committed | Adam Frisby | 2008-11-08 | 1 | -8/+14 |
| | | | | | * Tedd will need to fix properly. | ||||
* | Work in progress on SECS stuff. Have been holding it off until after 0.6 ↵ | Tedd Hansen | 2008-11-08 | 12 | -632/+181 |
| | | | | release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components. | ||||
* | * minor: warnings removal | Justin Clarke Casey | 2008-09-21 | 3 | -17/+17 |
| | |||||
* | bugfix for shutdown | Tedd Hansen | 2008-09-21 | 1 | -2/+9 |
| | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-21 | 11 | -788/+788 |
| | |||||
* | Fix an exception in new ScriptEngine loader where a region would | Melanie Thielker | 2008-09-21 | 1 | -1/+2 |
| | | | | | | throw on quit if there was no script engine loaded by the loader | ||||
* | More locks, try's and disable some things in SEC - maybe it won't crash now. :) | Tedd Hansen | 2008-09-21 | 3 | -14/+27 |
| | |||||
* | Some error handling to avoid errors in SEC | Tedd Hansen | 2008-09-21 | 2 | -18/+40 |
| | |||||
* | EXPERIMENTAL: Early commit of new Script Engine Component System | Tedd Hansen | 2008-09-21 | 12 | -0/+771 |