Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-10-09 | minor: Add documentation to IGridService.GetRegionFlags() | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
2012-10-09 | Once again, forgot to add a file. | Justin Clark-Casey (justincc) | 1 | -24/+15 | |
2012-08-01 | Fix a bug in pCampbot grabbing behaviour where an exception would be thrown ↵ | Justin Clark-Casey (justincc) | 1 | -0/+3 | |
if the bot was not yet aware of any objects. | |||||
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 | On pCampBot, add bot as a property on behaviours instead of passing it in ↵ | Justin Clark-Casey (justincc) | 1 | -8/+8 | |
every time | |||||
2011-11-23 | Print out what behaviours are active when pCampBot starts up | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
2011-11-03 | Rename PhysicsBot => Bot since it doesn't just exercise physics anymore | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2011-11-03 | Add click/grab behaviour to pCampbot, which gets bots to randomly click things. | Justin Clark-Casey (justincc) | 1 | -19/+20 | |
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 | |||||
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 1 | -2/+7 | |
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | |||||
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -1/+1 | |
2010-03-05 | Justin, I must have been dyslexic when I wrote UserGridService as the name ↵ | Diva Canto | 1 | -4/+4 | |
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere. | |||||
2010-03-05 | add initial UserGrid service classes as per diva's direction | Justin Clark-Casey (justincc) | 1 | -8/+9 | |
this will initially store home location data instead of the presence service compiles but not enough to actually test yet | |||||
2010-01-04 | AvatarStore. Untested, but complete | Melanie | 1 | -0/+2 | |
2010-01-04 | Some work on avatar service. Retrieval and storage done | Melanie | 1 | -1/+1 | |
2010-01-04 | Avatar appearance skeleton | Melanie | 1 | -7/+11 | |
2009-11-10 | * Update namespace in the regioncombinermodule. | Teravus Ovares (Dan Olivares) | 1 | -1/+1 | |
2009-11-10 | * Move RegionCombinerModule to it's own project | Teravus Ovares (Dan Olivares) | 1 | -0/+0 | |
* Moves the mono_metadata_token_from_dor message to a different module on loading. | |||||
2009-09-13 | * Add the RegionCombinerModule back | Teravus Ovares (Dan Olivares) | 1 | -4/+10 | |
* Yay anonymous delegate in an anonymous delegate. | |||||
2009-08-10 | Stub out the Profile and Presence services | Melanie | 1 | -3/+2 | |
2009-06-22 | Update svn properties. | Jeff Ames | 1 | -38/+38 | |
2009-06-14 | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 1 | -38/+38 | |
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works. | |||||
2009-06-14 | Update svn properties. | Jeff Ames | 1 | -38/+38 | |
2009-06-14 | Oops. Forgot to add this file. | diva | 1 | -33/+38 | |
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 1 | -0/+27 | |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -1/+1 | |
2009-05-05 | Add an interface skeleton for user services | Melanie Thielker | 1 | -0/+6 | |