aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/SceneBaseTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)2010-08-071-86/+0
| | | | Also comment out log4net line in InventoryArchiverTests
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-0/+5
|
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake2010-03-191-1/+1
| | | | Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
* 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