aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-021-7/+7
| | | | This is not used for anything - appearances are always properties of objects with ids (ScenePresence, AgentCircuitData) and just has the potential to get out of sync when the appearance is cloned.
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-02-041-3/+3
|
* READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-1/+4
| | | | | | | | | It contains a major interface version bump and will NOT work with earlier grid services. This is preliminary work that will lead to layers support. Rest appearance services are commented out completely, they will have to be adapted by someone who actually uses them. Remote admin is working, but has no layers support. There is no layers support in the database. Login likely won't work. You have been warned.
* First attempt to get multiple attachments working to support viewer2.Master ScienceSim2010-10-211-15/+10
| | | | | | | The attachment code appears to work correctly for 1.23 viewers so, in spite of some big changes in the internal representation, there don't appear to be regressions. That being said, I still can't get a viewer2 avatar to show correctly.
* Formatting cleanup.Jeff Ames2010-09-121-2/+2
|
* comment out large chunks of appearance/inventory region access services to ↵Justin Clark-Casey (justincc)2010-05-281-152/+150
| | | | eliminate warnings that this code is unused
* Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-2/+2
|
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-11/+15
| | | | * CommsManager.AvatarService rerouted
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-172/+175
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-271-10/+0
| | | | | | | | Fixed problem with REST services caused by changes to the OpenSim core code base - the comms manager had been 'modularized'. Also added additional debugging to RemoteAdmin interface.
* * optimized usings.lbsa712009-02-121-9/+1
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-211-2/+2
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-10-201-4/+11
| | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services.
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵Jeff Ames2008-09-281-1/+1
| | | | Fix a UUID vs null comparison.
* * Patch from JHurlimanTeravus Ovares2008-09-261-27/+27
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * minor: remove warningsJustin Clarke Casey2008-09-261-2/+2
|
* From: alan webb (alan_webb@us.ibm.com)Dr Scofield2008-09-241-60/+60
| | | | | | cleanups.
* cleanups, fixing REST appearance services.Dr Scofield2008-09-241-109/+127
|
* Update svn properties, formatting cleanup.Jeff Ames2008-09-231-2/+2
|
* cleanups in inventory REST code. also, disables digest authenticationsDr Scofield2008-09-221-6/+29
| | | | | | | | | | | for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops.
* * minor: eliminate the current warningsJustin Clarke Casey2008-09-191-1/+1
| | | | | | * you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :)
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-181-4/+4
|
* and this actually adds the appearance code itself (and not just theDr Scofield2008-09-181-0/+826
check-in message)