| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -20/+16 |
* | 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 |
* | 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 |
* | * 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 | 1 | -2/+2 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 1 | -2/+2 |
* | | minor: make rest (not comm) modules less noisy if they are disabled | Justin Clark-Casey (justincc) | 2009-09-24 | 1 | -2/+2 |
|/ |
|
* | * 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 |
* | 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 | 12 | -12/+12 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 1 | -4/+0 |
* | 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 | 8 | -2/+8 |
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 1 | -45/+45 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-24 | 2 | -2/+450 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -4/+4 |
* | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 2009-03-31 | 1 | -7/+1 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 1 | -1/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-27 | 5 | -42/+37 |
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 1 | -1/+1 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -1/+1 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 2 | -40/+40 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 11 | -71/+30 |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 1 | -1/+1 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -1/+1 |
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 2 | -54/+54 |
* | * More friendly OpenJpeg error handling. | Teravus Ovares | 2009-01-21 | 1 | -1/+19 |
* | * Assume that asset data in a reset inventory post is not inlined by default | Justin Clarke Casey | 2008-12-01 | 1 | -3/+2 |
* | * stop inventory item creation via REST falling over on any included assets t... | Justin Clarke Casey | 2008-12-01 | 1 | -93/+93 |
* | * minor: fix log message printed when unrecognized elements are found in inve... | Justin Clarke Casey | 2008-12-01 | 2 | -135/+119 |
* | Add group permissions to agent inventory. | Melanie Thielker | 2008-11-14 | 1 | -0/+8 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-01 | 1 | -2/+2 |
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-10-30 | 2 | -12/+18 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-21 | 4 | -18/+18 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-10-20 | 7 | -63/+152 |
* | cleaning up OSHttpResponse: note that read access to extra header | Dr Scofield | 2008-10-06 | 1 | -40/+32 |
* | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 2008-09-30 | 1 | -25/+25 |
* | Update svn properties. Minor formatting cleanup. Fix a compiler warning. F... | Jeff Ames | 2008-09-28 | 1 | -1/+1 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 1 | -27/+27 |