Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-02-29 | Don't start pCampbot if the user doesn't supply bot firstname, lastname stub ↵ | Justin Clark-Casey (justincc) | 1 | -0/+4 | |
and password | |||||
2012-01-03 | minor: add missing newlines to pCampbot usage statement | Justin Clark-Casey (justincc) | 1 | -4/+4 | |
2011-12-14 | Fix off by one bug in objects GrabbingBehaviour of pCampBot.exe | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Also fix usage message. | |||||
2011-11-24 | Add disabled CrossBehaviour to pCampBot, which is designed to cross test ↵ | Justin Clark-Casey (justincc) | 1 | -11/+15 | |
bots between neighbouring regions. Not yet enabled since there is a bug where the initial cross will work but all subsequent movements on the receiving simulator appear to fail. | |||||
2011-11-23 | Add teleport behaviour to pCampBot | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This teleports the bot to any other regions +/- 5 on the x or y axis. Quite aggressive at the moment since teleports keep occuring at a 1-10secs random interval. No checking yet to see if teleport was successful. | |||||
2011-11-03 | Add click/grab behaviour to pCampbot, which gets bots to randomly click things. | Justin Clark-Casey (justincc) | 1 | -3/+5 | |
This can be specified on pCampbot.exe by using g in the list of behaviours for the new -behaviours,-b switch e.g. -b p,g to get both existing physics and grabbing behaviours. grabbing is primitive, it attempts grabs on random prims whether they're actually signalled as clickable or not. behaviour is currently primitive overall, behaviours are just executed in a list | |||||
2011-11-03 | Separate out physics testing actions into a separate PhysicsBehaviour class | Justin Clark-Casey (justincc) | 1 | -1/+13 | |
2011-10-31 | adjust pCampbot so it starts up bots with the name format "<firstname> ↵ | Justin Clark-Casey (justincc) | 1 | -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 | |||||
2011-10-25 | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵ | Justin Clark-Casey (justincc) | 1 | -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) | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-18 | * Adds code that allows you to save an outfit then tell bot to wear it. | Arthur Valadares | 1 | -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 | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -2/+5 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -6/+1 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-26 | require -loginuri on pCampBot | Sean Dague | 1 | -15/+21 | |
2008-02-26 | give pCampBot a -h, -help option | Sean Dague | 1 | -10/+30 | |
2008-02-15 | Moved pCampBot to OpenSim/Tools | Jeff Ames | 1 | -0/+0 | |
2008-02-07 | Convert pCampBot to use log4net | Jeff Ames | 1 | -6/+2 | |
2008-02-03 | * Adding the PhysicsCamperBot load testing app to the SVN in it's own ↵ | Teravus Ovares | 1 | -16/+39 | |
folder. You'll have to build it separately to take advantage of it. *read the Readme file*. The bots created by this application roam around amusingly to simulate load. * Be smart, Don't use this on a public grid, lest you get banned permanently. | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-30 | mass update of files to have native line endings | Sean Dague | 1 | -56/+56 | |
2007-07-29 | * Added Babblefrog's SL launcher (thanks!) | Adam Frisby | 1 | -56/+57 | |
2007-07-25 | Start of the OpenSim library , for now only contains a few textures. | MW | 1 | -56/+56 | |
2007-07-24 | * Terrain should now send just updated patches. | Adam Frisby | 1 | -0/+2 | |
2007-07-23 | * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax. | Adam Frisby | 1 | -1/+1 | |
* Issue#218 - Updated mySQL region table. | |||||
2007-07-21 | * Updated licensing headers on libTerrain imported components. | Adam Frisby | 1 | -28/+25 | |
2007-07-21 | * Deleted libTerrain-BSD.dll | Adam Frisby | 1 | -0/+57 | |
* Added libTerrain to BasicTerrain directly as a subfolder |