Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-11-19 | there is no real reason to write this value back to estate settings, | Sean Dague | 1 | -1/+5 | |
and it is the most often tickled part of this race condition. | |||||
2007-10-31 | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 1 | -0/+0 | |
2007-10-31 | set svn:eol-style | Jeff Ames | 1 | -706/+706 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -229/+199 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -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 Frisby | 1 | -2/+6 | |
2007-10-22 | revert r2162 as it completely clobbered all the work on | Sean Dague | 1 | -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 Frisby | 1 | -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 options | lbsa71 | 1 | -1/+3 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-08-03 | Changes to prepare for future possible configuration of separate logdir, ↵ | Brian McBee | 1 | -2/+4 | |
configdir, datadir. | |||||
2007-08-03 | More work on the AllNewSceneObject* classes. | MW | 1 | -2/+0 | |
2007-08-03 | *Estate settings are now saved in their own configuration file called ↵ | mingchen | 1 | -37/+676 | |
estate_settings.xml using the configuration system. | |||||
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -93/+93 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -6/+2 | |
* added some licensing info |