| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out the long unused afaik HTTP agent handlers. | Justin Clark-Casey (justincc) | 2012-09-21 | 2 | -19/+25 |
* | Don't include time to transmit response back to requester when assessing slow... | Justin Clark-Casey (justincc) | 2012-06-13 | 1 | -1/+0 |
* | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ... | Justin Clark-Casey (justincc) | 2011-12-05 | 4 | -15/+15 |
* | Rename ForEachAvatar back to ForEachScenePresence. The other changes | Dan Lake | 2011-11-03 | 1 | -1/+1 |
* | Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to | Dan Lake | 2011-11-03 | 1 | -1/+1 |
* | Reinstate option to land an npc when it reaches a target. | Justin Clark-Casey (justincc) | 2011-09-22 | 1 | -1/+1 |
* | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -1/+1 |
* | refactor: rename the move to position methods to move to target to be consist... | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -1/+1 |
* | get rid of vestigal move to parameters | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -2/+2 |
* | Partially fix autopilot/go here | Justin Clark-Casey (justincc) | 2011-08-02 | 1 | -1/+1 |
* | Get rid of AvatarAppearance.Owner to simplify the code. | Justin Clark-Casey (justincc) | 2011-08-02 | 1 | -7/+7 |
* | Thanks Kevin Cozens for a patch that: | BlueWall | 2011-03-17 | 1 | -3/+3 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-02-04 | 2 | -5/+5 |
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 1 | -0/+1 |
* | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. | Melanie | 2010-10-30 | 1 | -1/+4 |
* | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 2010-10-21 | 1 | -15/+10 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -2/+2 |
* | comment out large chunks of appearance/inventory region access services to el... | Justin Clark-Casey (justincc) | 2010-05-28 | 2 | -660/+656 |
* | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA... | Dan Lake | 2010-03-19 | 3 | -22/+18 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 2 | -3/+3 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 2 | -3/+3 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -2/+3 |
|\ |
|
| * | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 2010-02-12 | 1 | -2/+3 |
* | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 1 | -2/+2 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+1 |
* | | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 2010-01-10 | 1 | -1/+0 |
* | | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... | Diva Canto | 2010-01-10 | 2 | -16/+1 |
|\ \ |
|
| * | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 2 | -16/+1 |
* | | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 2 | -18/+17 |
|/ / |
|
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 4 | -384/+396 |
* | | * Forgotten ILibraryService from yesterday | Diva Canto | 2010-01-02 | 1 | -0/+1 |
|/ |
|
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 2 | -10/+3 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 2 | -3/+4 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 2 | -3/+4 |
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
* | | minor: make rest (not comm) modules less noisy if they are disabled | Justin Clark-Casey (justincc) | 2009-09-24 | 3 | -4/+5 |
|/ |
|
* | * Lock timers when Calling Start() and Stop() when the Thread Context is murk... | Teravus Ovares (Dan Olivares) | 2009-09-09 | 1 | -2/+5 |
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -2/+6 |
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 |
* | From: Rick Alther <alther@us.ibm.com> | Sean Dague | 2009-07-20 | 1 | -1/+0 |
* | Now we are past revision 10000, I think its time to start to fix that massive... | MW | 2009-07-10 | 1 | -2/+2 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 2 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 2 | -11/+9 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 19 | -19/+19 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 1 | -4/+0 |
* | Hooked up the RestRegionPlugin Get Region/xxx/terrain so it outputs xml conta... | MW | 2009-05-21 | 1 | -2/+6 |
* | fixing XmlWriter problem | Dr Scofield | 2009-05-18 | 5 | -99/+124 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 3 | -11/+11 |
* | Fixed handling of inventory a bit | Homer Horwitz | 2009-05-09 | 1 | -8/+8 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 12 | -5/+14 |