aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fix some testsTeravus Ovares2008-11-271-1/+2
|
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-271-0/+6
| | | | | | | | | | | | | | Adds a new method to IClientAPI to allow adding message handlers for GenericMessages (of which "autopilot" is one). Part 2 adds a specific autopilot handler in ScenePresence.cs. 2) Removing unused variables and functions. 3) Simplifying the navigation logic in ScenePresence.cs. The original patch was somewhat complex because it included orientation logic for a future enhancement of orienting the avatar to point towards the direction being walked. Currently this isn't working, though, so I removed the orientation code, which leaves just the smaller and hopefully simpler-to-understand movement code.
* First stage group permissions plumbingMelanie Thielker2008-11-221-0/+5
|
* * Add enough infrastructure code to run an extremely basic and flaky add ↵Justin Clarke Casey2008-11-201-0/+938
root agent scene test