aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/pCampBot.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adjust pCampbot so it starts up bots with the name format "<firstname> ↵Justin Clark-Casey (justincc)2011-10-311-3/+3
| | | | | | | <lastname>_<bot-number>" e.g. starting up two bots called "Ima Bot" will give them the names "Ima Bot_0" and "Ima Bot_1" This is necessary since bots with random names can no longer be created, as there's no easy way to turn off account authentication
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)2011-10-251-0/+1
| | | | | | | | | of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Adds code that allows you to save an outfit then tell bot to wear it.Arthur Valadares2009-05-181-0/+6
| | | | | | * Still doesn't work due to a bug on LibOMV that should be out on 0.6.3. * Released by request. Important Warning: Linden Viewer 1.2.3 changes the way appearance works and break bot's appearances. LibOMV is working on it
* Formatting cleanup.Jeff Ames2008-08-181-5/+5
|
* More formatting cleanup.Jeff Ames2008-05-141-2/+5
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-6/+1
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* require -loginuri on pCampBotSean Dague2008-02-261-15/+21
|
* give pCampBot a -h, -help optionSean Dague2008-02-261-10/+30
|
* Moved pCampBot to OpenSim/ToolsJeff Ames2008-02-151-0/+76