aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/EstateSettings.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-738/+0
| | | | | | | 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.
* * Return of R2162. /Take that SVN!/Adam Frisby2007-10-221-2/+6
|
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-6/+2
| | | | | | | the ChatModule by MW and myself. Couldn't find Adam online after that rev went in.
* * Major ass commit.Adam Frisby2007-10-221-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
* * Fixed Culture-variant parsing of config optionslbsa712007-09-251-1/+3
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-2/+4
| | | | configdir, datadir.
* More work on the AllNewSceneObject* classes.MW2007-08-031-2/+0
|
* *Estate settings are now saved in their own configuration file called ↵mingchen2007-08-031-37/+676
| | | | estate_settings.xml using the configuration system.
* changed to native line ending encodingSean Dague2007-07-161-93/+93
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-6/+2
| | | | | * added some licensing info
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+97
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.