aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Robust/Server/DemonServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-11Added inventory tests to Robust.Tests.Diva Canto1-0/+2
2015-05-10Added the beginning of a new test framework for robust connectors and ↵Diva Canto1-22/+25
services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code.
2014-08-13Terminate 'nothing' behaviour (and potentially others) by signalling using ↵Justin Clark-Casey (justincc)1-3/+11
an event rather than polling connection state every 100ms This kind of polling is very expensive with many bots/polling threads and appears to be the primary cause of bot falloff from the client end at higher loads. Where inbound packet threads can't run in time due to contention and simulator disconnect timeout occurs.
2013-09-03Add Close() method to IBehaviour to allow behaviours to cleanup when removed ↵Justin Clark-Casey (justincc)1-0/+2
or bot it disconnected. In this case, it is used to turn off jump when physics testing behaviour is removed.
2013-09-03Show behaviours of pCampbot bots in "show bots" and "show bot" console commandsJustin Clark-Casey (justincc)1-0/+5
2011-11-24On pCampBot, add bot as a property on behaviours instead of passing it in ↵Justin Clark-Casey (justincc)1-8/+15
every time
2009-07-01Formatting cleanup.Jeff Ames1-7/+7
2009-07-01Add copyright headers.Jeff Ames1-1/+26
2009-07-01Update svn properties.Jeff Ames1-17/+17
2009-06-29Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke1-0/+17
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.