aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/RegionApplicationBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Renamed terrain functions to match OpenSim naming styles.Adam Frisby2007-07-211-1/+1
| | | | | * Added capability to support minimum/maximum terrain limits (from the last 'bake')
* * Fixed an config issue (log not initialized in RegionInfo config)lbsa712007-07-201-2/+1
| | | | | * Added LineInfo stacktrace parser to LogBase (not used yet though)
* * Fixing sandbox mode crash caused by removal of LocalStorage during cleanup ↵Adam Frisby2007-07-191-0/+2
| | | | earlier.
* * Cleaned out remaining references to the old LocalStorage system in prep. ↵Adam Frisby2007-07-191-3/+2
| | | | to move to StorageManager.
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-2/+2
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* * RegionApplicationBase restructuring now completelbsa712007-07-161-8/+44
| | | | | * Still has some weird bug in SimpleApp though.
* * And yet more restructuring of startup sequence...lbsa712007-07-161-4/+12
|
* * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa712007-07-161-3/+37
|
* * Since we're discussing it, applying the m_ convention on some members...lbsa712007-07-161-7/+7
|
* * Removed some superfluous assignslbsa712007-07-161-1/+0
| | | | | * Moved physics plugin scene creation into local scope
* * working on RegionApplicationBaselbsa712007-07-161-1/+1
| | | | | * Renamed PhysicsManager to PhysicsPluginManager because it is.
* * Restructured the RegionApplicationBase.lbsa712007-07-161-56/+3
|
* changed to native line ending encodingSean Dague2007-07-161-118/+118
|
* * Some minor renamingslbsa712007-07-161-1/+1
|
* * Added loading methods for NullStorage.Adam Frisby2007-07-151-0/+1
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-17/+6
| | | | | * added some licensing info
* *Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen2007-06-271-1/+1
| | | | | | *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-3/+2
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+129
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.