Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
automatically turns off any logging enabled between tests | |||||
2010-09-18 | * Tweaked the LocationTests for maximum coverage. | Teravus Ovares (Dan Olivares) | 1 | -0/+19 | |
* Added more mundane tests. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+0 | |
2008-12-11 | minor: Add request inventory test | Justin Clarke Casey | 1 | -2/+0 | |
2008-11-28 | * Fixes Location == Location, and Location != Location | Teravus Ovares | 1 | -0/+16 | |
2008-11-28 | * Committing a new test, that will fail until someone decides to fix ↵ | Teravus Ovares | 1 | -12/+15 | |
Location == Location. Obviously, if that is failing then many other things that test location will fail. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -4/+4 | |
* 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-04-29 | * Spring cleaning. | Adam Frisby | 1 | -6/+6 | |
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+27 | |
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-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 | -47/+47 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -14/+15 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -47/+47 | |
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-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -47/+47 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -3/+0 | |
* added some licensing info |