Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -1/+1 |
| | |||||
* | Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence() | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -2/+0 |
| | | | | | This required an option to be added to NullRegionData via ConnectionString for it to act as a non-static instance, so that regression tests (which only load this class once) don't get hopeless confused and complex to compensate. Normal standalone operation unaffected. | ||||
* | Get rid of AvatarAppearance.Owner to simplify the code. | Justin Clark-Casey (justincc) | 2011-08-02 | 1 | -2/+2 |
| | | | | This is not used for anything - appearances are always properties of objects with ids (ScenePresence, AgentCircuitData) and just has the potential to get out of sync when the appearance is cloned. | ||||
* | Misc cleanup. | Jeff Ames | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | * Add AgentCircuitManager tests for adding, removing, changing circuit code, ↵ | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -0/+201 |
and authentication. |