aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/SceneBaseTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-0/+5
|
* * Unregister event handlers in LLUDPServer when a client logs out and ↵John Hurliman2009-10-131-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
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-271-1/+2
| | | | neighbours in the grid service modules.
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-1/+1
|
* Update svn properties.Jeff Ames2009-06-221-80/+80
|
* * Added SceneTests and SceneBaseTestslbsa712009-06-221-0/+80
* Changed some fields to protectesd to enable faking