aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/EstateSettings.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-706/+706
2007-10-30* Optimized usingslbsa711-229/+199
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-738/+737
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-2/+6
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-6/+2
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in.
2007-10-22* Major ass commit.Adam Frisby1-2/+6
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-1/+3
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-2/+4
configdir, datadir.
2007-08-03More work on the AllNewSceneObject* classes.MW1-2/+0
2007-08-03*Estate settings are now saved in their own configuration file called ↵mingchen1-37/+676
estate_settings.xml using the configuration system.
2007-07-16changed to native line ending encodingSean Dague1-93/+93
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-6/+2
* added some licensing info