| Commit message (Expand) | Author | Files | Lines |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 14 | -14/+14 |
2009-05-29 | * Add xml2 load test | Justin Clarke Casey | 1 | -3/+5 |
2009-05-27 | * So, giving up on my efforts to de-duplicate the asset handlers. I'll just s... | lbsa71 | 1 | -4/+33 |
2009-05-27 | Revert "* Added IntegrationTest Attribute and tagged the ODETestClass" | Sean Dague | 1 | -17/+0 |
2009-05-27 | * Added IntegrationTest Attribute and tagged the ODETestClass | lbsa71 | 1 | -0/+17 |
2009-05-25 | converting CapabilitiesModule to new region module scheme | Dr Scofield | 1 | -3/+4 |
2009-05-25 | letting TestClient implement IClientCore as well to fix test case | Dr Scofield | 1 | -1/+22 |
2009-05-22 | * Reintroduce save iar test, which wasn't working because the asset service h... | Justin Clarke Casey | 1 | -0/+2 |
2009-05-20 | Add copyright headers, formatting cleanup. | Jeff Ames | 5 | -3/+138 |
2009-05-18 | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2 | -14/+0 |
2009-05-18 | * Re-enable save oar test by loading asset data plugins from test mock class | Justin Clarke Casey | 1 | -2/+2 |
2009-05-17 | Renaming [ServiceConnectors] back to [Modules]. | diva | 1 | -2/+2 |
2009-05-17 | Update svn properties. | Jeff Ames | 5 | -290/+290 |
2009-05-16 | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 1 | -1/+1 |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 1 | -0/+14 |
2009-05-14 | * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ... | lbsa71 | 1 | -2/+2 |
2009-05-14 | * Changed auto-properties to properties with backing field | lbsa71 | 1 | -2/+13 |
2009-05-13 | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 7 | -27/+285 |
2009-05-12 | Paving the way for syncing group permissions across a grid | Melanie Thielker | 1 | -0/+4 |
2009-05-11 | Update svn properties. | Jeff Ames | 1 | -57/+57 |
2009-05-08 | * Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr... | lbsa71 | 1 | -0/+13 |
2009-05-08 | * Introduced new HttpServer.Tests project | lbsa71 | 1 | -0/+44 |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 1 | -0/+8 |
2009-05-06 | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 1 | -1/+3 |
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 1 | -1/+3 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 |
2009-05-04 | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 1 | -0/+4 |
2009-04-30 | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 1 | -1/+1 |
2009-04-24 | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 1 | -0/+68 |
2009-04-23 | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 1 | -0/+5 |
2009-04-23 | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 1 | -4/+4 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 1 | -1/+1 |
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 1 | -0/+2 |
2009-04-20 | Add PlacesQuery packet | Melanie Thielker | 1 | -0/+2 |
2009-04-16 | Correctly flag group owned prims in the land prim list | Melanie Thielker | 1 | -1/+1 |
2009-04-16 | Fix build break and change some groups interfaces | Melanie Thielker | 1 | -1/+1 |
2009-04-15 | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 1 | -0/+1 |
2009-04-15 | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 1 | -0/+13 |
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 2 | -4/+45 |
2009-04-14 | * Explicitly start the asset server thread so that unit tests can run single ... | Justin Clarke Casey | 1 | -0/+1 |
2009-04-14 | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav... | Justin Clarke Casey | 1 | -3/+2 |
2009-04-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-04-14 | Add copyright headers. | Jeff Ames | 2 | -2/+56 |
2009-04-14 | Update svn properties. | Jeff Ames | 2 | -38/+38 |
2009-04-14 | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 1 | -0/+2 |
2009-04-13 | - Moved TerrainModule to the new region-module system. | Homer Horwitz | 1 | -5/+30 |
2009-04-10 | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 1 | -0/+3 |
2009-04-09 | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 1 | -1/+1 |
2009-04-09 | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th... | lbsa71 | 2 | -0/+39 |
2009-04-07 | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 1 | -0/+1 |