aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * In the client stack, if the BeginReceive() throws an exception then do ↵Justin Clarke Casey2008-10-311-3/+4
| | | | | | | | | print this out to the log once * This may help us detect if mysterious UDP disconnects are happening because of this. * Shouldn't be any functional change but I would appreciate a buddy check from Teravus if he has time (as for all client stack changes)
* * test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey2008-10-311-0/+61
* set debug scene name on scene registration, rather than within the Scene constructor