Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | |||||
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2012-11-14 | A few more AssemblyInfos in a few more dlls. | Diva Canto | 1 | -0/+33 | |
2010-08-04 | Revert "remove long unused OpenSim/Framework/Configuration/* projects" | Melanie | 1 | -0/+141 | |
This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2. | |||||
2010-07-30 | remove long unused OpenSim/Framework/Configuration/* projects | Justin Clark-Casey (justincc) | 1 | -141/+0 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-10-03 | Check for empty string as well, just as illegal. | Melanie Thielker | 1 | -1/+1 | |
2008-10-03 | Prevent an exception when the directory given for XML save is read only | Melanie Thielker | 1 | -0/+3 | |
and region config is loaded from the web | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -1/+1 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-08-09 | * Change _Config.xml node selection code to allow comments | Justin Clarke Casey | 1 | -5/+5 | |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 1 | -2/+2 | |
with namespaces. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -2/+2 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
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 | 1 | -8/+8 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -3/+1 | |
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-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 | 1 | -133/+133 | |
2007-07-23 | *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵ | mingchen | 1 | -9/+18 | |
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 |