aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/RegionModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Refactor: Change previous commits Object methods to SceneObject methods ↵Justin Clarke Casey2008-05-241-3/+3
| | | | instead, on the basis that this is less likely to cause confusion with c#'s base object type
* * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ↵Justin Clarke Casey2008-05-241-3/+3
| | | | basis that they all take SOG parameters to improve code readability for now
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* few more minor changes, needs prebuild to be ran.MW2008-04-011-3/+3
|
* a few small changesMW2008-04-011-1/+1
|
* * Refactored out circular reference in Region.Environment <-> ↵lbsa712008-03-251-2/+3
| | | | | | | Framework.Data.Base We REALLY need to get the db layer sorted soon...
* Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2008-03-181-2/+28
|
* Update svn properties.Jeff Ames2008-03-141-114/+114
|
* * Added cautionary README.txtlbsa712008-03-131-1/+1
|
* * SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModulelbsa712008-03-131-0/+114
* This module more or less crashes every region in the instance if you enable it by moving it from local /bin to global /bin * But hey, it crashes in lots of interesting ways.