Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into vehicles | Melanie | 2009-10-15 | 1 | -5/+0 |
|\ | |||||
| * | * Unregister event handlers in LLUDPServer when a client logs out and ↵ | John Hurliman | 2009-10-13 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | disconnects * Move ViewerEffect handling to Scene.PacketHandlers * Removing the unused CloseAllAgents function * Trimming ClientManager down. This class needs to be reworked to keep LLUDP circuit codes from intruding into the abstract OpenSim core code | ||||
* | | Merge branch 'master' into vehicles | Melanie | 2009-10-02 | 1 | -12/+19 |
|\ \ | |/ | |||||
| * | Added messages to assertions in the failing tests, so that we know which ↵ | Diva Canto | 2009-10-01 | 1 | -12/+19 |
| | | | | | | | | ones are failing. | ||||
* | | Merge branch 'master' into vehicles | Melanie | 2009-10-01 | 6 | -31/+34 |
|\ \ | |/ | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 5 | -25/+25 |
| | | |||||
| * | I think I have fixed something that was broken in the scene setup (tests) ↵ | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| | | | | | | | | and that needs to be reflected in all other services setups. But the teleport test still doesn't work. Commenting it for now. | ||||
| * | Improved the Local grid connector to fetch data from the DB when it doesn't ↵ | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| | | | | | | | | | | | | find it in the cache. Commented out the Standalone teleport test because it's failing, and the scene setup is very confusing. I suspect it may be wrong -- the connectors-as-ISharedRegionModules are being instantiated several times when there are several scenes. | ||||
| * | Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵ | Diva Canto | 2009-09-27 | 1 | -1/+2 |
| | | | | | | | | neighbours in the grid service modules. | ||||
* | | Commit initial version of KittoFlora's vehicle changes | opensim | 2009-09-30 | 1 | -3/+3 |
|/ | |||||
* | SceneObjectGroup cleanup. Removes the default constructor and unnecessary ↵ | John Hurliman | 2009-09-16 | 2 | -5/+2 |
| | | | | null checks on m_rootPart | ||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-09-03 | 1 | -1/+28 |
| | |||||
* | switching SerialiserModule to "new" region module scheme | dr scofield (aka dirk husemann) | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-08-27 | 2 | -0/+17 |
|\ | |||||
| * | * Another attempt at fixing the random spurious test error. | Teravus Ovares (Dan Olivares) | 2009-08-26 | 2 | -0/+17 |
| | | | | | | | | * This time it might be the listening socket thread from HttpServer aborting with a non blocking thread abort exception. Hopefully calling Stop() on MainServer.Instance will solve that. | ||||
* | | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-08-20 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | Commented T021_TestCrossToNewRegion because (1) it can fail on panda, and ↵ | Diva Canto | 2009-08-19 | 1 | -1/+8 |
| | | | | | | | | (2) it is not a meaningful representation of region crossing. | ||||
* | | * Switch border cross tests over to the new Border class. | Teravus Ovares (Dan Olivares) | 2009-08-20 | 1 | -1/+1 |
| | | | | | | | | * Use List<Border> for each cardinal to allow for irregular regions. | ||||
* | | Add Border (a virtual border management class) | Teravus Ovares (Dan Olivares) | 2009-08-19 | 1 | -0/+312 |
|/ | | | | Move Cardinals to it's own file. | ||||
* | Commented 2 tests in ScenePresenceTests, one because things were being done ↵ | Diva Canto | 2009-08-17 | 1 | -6/+13 |
| | | | | in the wrong order, and the other because it NEEDS the inventory service set up. Test-writers, please please please do the scene setup properly EVERYWHERE. It's close to impossible to rely on tests that don't setup resource service references! | ||||
* | * Put the StandaloneTeleportTest in a new thread and call Thread.Join() ↵ | Teravus Ovares (Dan Olivares) | 2009-08-14 | 1 | -20/+95 |
| | | | | inside a try/Catch (ThreadAbortException) to try and get around scene code aborting the testing thread. Use a Messenger class to report the results back to the test thread. | ||||
* | * allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when ↵ | Teravus Ovares (Dan Olivares) | 2009-08-14 | 1 | -0/+1 |
| | | | | creating the circuitdata object to see if it's the cause of a null reference exception in the TestAddNeighbourRegio test | ||||
* | Deal with possible race in TestAddNeighborRegion in ScenePresenceTests | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -0/+24 |
| | |||||
* | * Updates RESTInterregionComms and LocalInterregionComms to the new region ↵ | Arthur Valadares | 2009-07-23 | 2 | -5/+3 |
| | | | | | | | | | | | | | module interface. This fixes an issue where region references were being added but weren't being deleted, causing those "unnotified circuit" messages. * Also fixes tests accordingly - Fixes Mantis #3452 - Fixes Mantis #3388 - Fixes Mantis #3871 - Related to Mantis #3493 | ||||
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 2 | -2/+2 |
| | |||||
* | Formatting cleanup, ignore some generated files. | Jeff Ames | 2009-06-22 | 1 | -2/+2 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 2 | -218/+218 |
| | |||||
* | * Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, ↵ | lbsa71 | 2009-06-22 | 1 | -1/+1 |
| | | | | yes? Panda happy, eh? | ||||
* | * Added SceneTests and SceneBaseTests | lbsa71 | 2009-06-22 | 3 | -1/+219 |
| | | | | | | * Changed some fields to protectesd to enable faking | ||||
* | Renamed Region/CoreModules/ServiceConnectors to ↵ | diva | 2009-06-14 | 2 | -2/+2 |
| | | | | Region/CoreModules/ServiceConnectorsOut. No functional changes. | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -4/+4 |
| | |||||
* | * Reverting the test restructuring as, on second thought, this is not at all ↵ | lbsa71 | 2009-06-07 | 5 | -0/+1088 |
| | | | | | | | how the tests are structured. (pt1) | ||||
* | * Restructured Scenes Tests to follow (what I conceive of as being) current ↵ | lbsa71 | 2009-06-05 | 5 | -1088/+0 |
| | | | | directory standards. (pt 1 - thank you, svn. not.) | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 5 | -5/+5 |
| | | | | LICENSE.txt. | ||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -24/+24 |
| | | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | ||||
* | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 2009-05-07 | 5 | -17/+23 |
| | | | | | | | figure out where that pesky deadlock is during test runs. | ||||
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -3/+6 |
| | | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region | ||||
* | Some reorganization around service connectors. No functional change | Melanie Thielker | 2009-05-03 | 2 | -2/+2 |
| | |||||
* | * Make archiver tests pump the asset server manually instead of starting the ↵ | Justin Clarke Casey | 2009-04-14 | 2 | -2/+2 |
| | | | | | | | | | normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque | ||||
* | * Reinstated Scene Crossing tests, now with timeouts to check for race ↵ | Arthur Valadares | 2009-04-09 | 1 | -16/+55 |
| | | | | conditions | ||||
* | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 2009-04-09 | 3 | -6/+9 |
| | | | | | | * Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit. | ||||
* | * Fix single item iar saving | Justin Clarke Casey | 2009-03-27 | 1 | -1/+0 |
| | | | | | | * Not yet ready for use | ||||
* | * Also temporarily disable T032_CrossAttachments() since this relies on the ↵ | Justin Clarke Casey | 2009-03-27 | 1 | -1/+1 |
| | | | | execution of T021_TestCroswsToNewRegion() | ||||
* | * Temporarily disable ScenePresenceTests.T021_TestCrossToNewRegion() as this ↵ | Justin Clarke Casey | 2009-03-27 | 1 | -1/+1 |
| | | | | | | | | has both WaitOnes() which don't time out and tight loops * Going to see if this stops the freeze failures where (though there may also be a separate occasional failure in the save oar test) | ||||
* | * For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console ↵ | Justin Clarke Casey | 2009-03-27 | 5 | -5/+48 |
| | | | | | | | | | when the test starts * This is to help identify which test is freezing, since all the tests in the previous dll (coremodules) succeed * Unfortunately they are not executed in the same order in which the results are listed in Bamboo | ||||
* | * Move SceneObject tests into their proper namespace | Justin Clarke Casey | 2009-03-12 | 2 | -3/+3 |
| | | | | | | * Add some more debug code to narrow down where the tests are freezing | ||||
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 1 | -11/+27 |
| | | | | | | | * Fixed an issue with AssetCache where it would break unit tests randomly. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 2 | -30/+34 |
| | | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors. | ||||
* | * Change static field "initialized" in RestInterregionComms to an instance field | Justin Clarke Casey | 2009-02-13 | 1 | -11/+9 |
| | | | | | | * This was the cause of teleport tests interfering with each other |