Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+3 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -0/+159 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -0/+2 | |
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding ↵ | Diva Canto | 1 | -1/+3 | |
inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed! | |||||
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add | |||||
2014-05-27 | Update regression TestInventoryDescendentsFetch() to account for recent ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
commit 1fa3a6f This was hidden in continuous integration because of another regression test issue. | |||||
2014-04-05 | Revert "Don't re-retrieve sit part in SP.HandleAgentSit() when we already ↵ | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
have it." This reverts commit 2c00b73cd27a7183a5c105b4e2865f11e4a00d98. Wrong code change | |||||
2014-04-05 | Don't re-retrieve sit part in SP.HandleAgentSit() when we already have it. | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
2014-03-17 | Add regression test for http inventory fetch. | Justin Clark-Casey (justincc) | 1 | -0/+158 | |
Involved some restructuring to allow regression tests to dequeue inventory requests and perform poll responses synchronously rather than async |