Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-10-30 | * Optimized usings | lbsa71 | 3 | -32/+30 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 3 | -5/+3 | |
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-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2 | -0/+56 | |
2007-09-11 | Another attempt at fixing the disappearing estate_settings.xml file. | Brian McBee | 1 | -25/+24 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-08-29 | Attempt to fix bug on linux where estate_settings.xml gets wiped. | Brian McBee | 1 | -1/+4 | |
2007-08-03 | Changes to prepare for future possible configuration of separate logdir, ↵ | Brian McBee | 1 | -0/+6 | |
configdir, datadir. | |||||
2007-07-30 | mass update of files to have native line endings | Sean Dague | 3 | -256/+256 | |
2007-07-24 | * Reduced a significant number of compiler warnings (back down to 9 for all ↵ | Adam Frisby | 1 | -1/+1 | |
projects combined, all 'never used' things) | |||||
2007-07-23 | *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵ | mingchen | 3 | -9/+141 | |
fetches a file from a remote server *Right now, values are not saved back to the remote server, but that will be changed *Removed some warnings from invalid references that were not used anyways | |||||
2007-07-19 | *Moved XmlConfiguration to its own project | mingchen | 1 | -0/+124 | |
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated |