| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug fix: store correct position information upon logout. Fixes mantis #4608 | Diva Canto | 2010-03-06 | 1 | -0/+5 |
* | Fixes Region.Framework tests. Although these tests don't fail, they need to b... | Diva Canto | 2010-03-02 | 1 | -5/+13 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 |
* | CommunicationsManager deleted. | Diva Canto | 2010-01-11 | 3 | -9/+6 |
* | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 2 | -2/+0 |
* | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 2010-01-10 | 2 | -4/+4 |
* | * Finished SimulationServiceConnector | Diva Canto | 2010-01-07 | 1 | -1/+1 |
* | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 1 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2009-11-23 | 1 | -2/+2 |
* | refactor: extract another test asset helper method | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -4/+3 |
* | Rename test services to mock services, since this is a more accurate description | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -1/+1 |
* | Stop iar save failing on corrupt assets | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -4/+27 |
* | minor: refactor common setup in uuid gatherer test | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -3/+10 |
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -0/+1 |
* | Add basic new uuid gatherer tests to check behaviour when the gather seed is ... | Justin Clark-Casey (justincc) | 2009-11-11 | 1 | -0/+58 |
* | * Fix for a potential race condition in ScenePresence.AbsolutePosition | John Hurliman | 2009-10-30 | 1 | -2/+2 |
* | Merge branch 'master' into vehicles | Melanie | 2009-10-15 | 1 | -5/+0 |
|\ |
|
| * | * Unregister event handlers in LLUDPServer when a client logs out and disconn... | John Hurliman | 2009-10-13 | 1 | -5/+0 |
* | | 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 ones... | Diva Canto | 2009-10-01 | 1 | -12/+19 |
* | | 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) and... | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| * | Improved the Local grid connector to fetch data from the DB when it doesn't f... | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| * | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 2009-09-27 | 1 | -1/+2 |
* | | Commit initial version of KittoFlora's vehicle changes | opensim | 2009-09-30 | 1 | -3/+3 |
|/ |
|
* | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 2009-09-16 | 2 | -5/+2 |
* | 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 |
* | | 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 (2)... | Diva Canto | 2009-08-19 | 1 | -1/+8 |
* | | * Switch border cross tests over to the new Border class. | Teravus Ovares (Dan Olivares) | 2009-08-20 | 1 | -1/+1 |
* | | Add Border (a virtual border management class) | Teravus Ovares (Dan Olivares) | 2009-08-19 | 1 | -0/+312 |
|/ |
|
* | Commented 2 tests in ScenePresenceTests, one because things were being done i... | Diva Canto | 2009-08-17 | 1 | -6/+13 |
* | * Put the StandaloneTeleportTest in a new thread and call Thread.Join() insid... | Teravus Ovares (Dan Olivares) | 2009-08-14 | 1 | -20/+95 |
* | * allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when creating... | Teravus Ovares (Dan Olivares) | 2009-08-14 | 1 | -0/+1 |
* | 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 mo... | Arthur Valadares | 2009-07-23 | 2 | -5/+3 |
* | 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, yes... | lbsa71 | 2009-06-22 | 1 | -1/+1 |
* | * Added SceneTests and SceneBaseTests | lbsa71 | 2009-06-22 | 3 | -1/+219 |
* | Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon... | diva | 2009-06-14 | 2 | -2/+2 |
* | 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 |