Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-03 | Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence() | Justin Clark-Casey (justincc) | 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. | |||||
2011-08-02 | Get rid of AvatarAppearance.Owner to simplify the code. | Justin Clark-Casey (justincc) | 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. | |||||
2009-08-16 | Misc cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-08-13 | * Add AgentCircuitManager tests for adding, removing, changing circuit code, ↵ | Teravus Ovares (Dan Olivares) | 1 | -0/+201 | |
and authentication. |