| Commit message (Expand) | Author | Files | Lines |
2009-10-01 | Added messages to assertions in the failing tests, so that we know which ones... | Diva Canto | 1 | -12/+19 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-30 | Commit initial version of KittoFlora's vehicle changes | opensim | 1 | -3/+3 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 5 | -25/+25 |
2009-09-28 | I think I have fixed something that was broken in the scene setup (tests) and... | Diva Canto | 1 | -3/+4 |
2009-09-28 | Improved the Local grid connector to fetch data from the DB when it doesn't f... | Diva Canto | 1 | -3/+4 |
2009-09-27 | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 1 | -1/+2 |
2009-09-16 | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 2 | -5/+2 |
2009-09-03 | Add copyright headers. Formatting cleanup. | Jeff Ames | 1 | -1/+28 |
2009-09-01 | switching SerialiserModule to "new" region module scheme | dr scofield (aka dirk husemann) | 1 | -1/+1 |
2009-08-26 | * Another attempt at fixing the random spurious test error. | Teravus Ovares (Dan Olivares) | 2 | -0/+17 |
2009-08-20 | * Switch border cross tests over to the new Border class. | Teravus Ovares (Dan Olivares) | 1 | -1/+1 |
2009-08-19 | Commented T021_TestCrossToNewRegion because (1) it can fail on panda, and (2)... | Diva Canto | 1 | -1/+8 |
2009-08-19 | Add Border (a virtual border management class) | Teravus Ovares (Dan Olivares) | 1 | -0/+312 |
2009-08-17 | Commented 2 tests in ScenePresenceTests, one because things were being done i... | Diva Canto | 1 | -6/+13 |
2009-08-17 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-08-16 | * ShortVersion, another attempt at fixing the test thread death that randomly... | Teravus Ovares (Dan Olivares) | 1 | -1/+1 |
2009-08-14 | * Put the StandaloneTeleportTest in a new thread and call Thread.Join() insid... | Teravus Ovares (Dan Olivares) | 1 | -20/+95 |
2009-08-14 | * allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when creating... | Teravus Ovares (Dan Olivares) | 1 | -0/+1 |
2009-08-13 | Deal with possible race in TestAddNeighborRegion in ScenePresenceTests | Teravus Ovares (Dan Olivares) | 1 | -0/+24 |
2009-07-23 | * Updates RESTInterregionComms and LocalInterregionComms to the new region mo... | Arthur Valadares | 2 | -5/+3 |
2009-07-15 | minor: remove some mono compiler warnings | Justin Clarke Casey | 2 | -2/+2 |
2009-06-22 | Formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -2/+2 |
2009-06-22 | Update svn properties. | Jeff Ames | 2 | -218/+218 |
2009-06-22 | * Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, yes... | lbsa71 | 1 | -1/+1 |
2009-06-22 | * Added SceneTests and SceneBaseTests | lbsa71 | 3 | -1/+219 |
2009-06-14 | Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon... | diva | 2 | -2/+2 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2009-06-07 | * Reverting the test restructuring as, on second thought, this is not at all ... | lbsa71 | 5 | -0/+1088 |
2009-06-05 | * Restructured Scenes Tests to follow (what I conceive of as being) current d... | lbsa71 | 5 | -1088/+0 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 5 | -5/+5 |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 1 | -24/+24 |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 5 | -17/+23 |
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 1 | -3/+6 |
2009-05-03 | Some reorganization around service connectors. No functional change | Melanie Thielker | 2 | -2/+2 |
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 2 | -2/+2 |
2009-04-09 | * Reinstated Scene Crossing tests, now with timeouts to check for race condit... | Arthur Valadares | 1 | -16/+55 |
2009-04-09 | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 3 | -6/+9 |
2009-03-27 | * Fix single item iar saving | Justin Clarke Casey | 1 | -1/+0 |
2009-03-27 | * Also temporarily disable T032_CrossAttachments() since this relies on the e... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-27 | * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-27 | * For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh... | Justin Clarke Casey | 5 | -5/+48 |
2009-03-12 | * Move SceneObject tests into their proper namespace | Justin Clarke Casey | 2 | -3/+3 |
2009-02-26 | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 1 | -11/+27 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2 | -30/+34 |
2009-02-13 | * Change static field "initialized" in RestInterregionComms to an instance field | Justin Clarke Casey | 1 | -11/+9 |
2009-02-13 | Commented the tests for region crossings for now -- they need to be substanti... | diva | 1 | -2/+4 |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 2 | -7/+7 |
2009-02-12 | Fixes a bug in the ScenePresence test itself. | diva | 1 | -1/+1 |
2009-02-12 | Makes region crossings asynchronous. Moved the bulk of the original code out ... | diva | 1 | -5/+9 |