aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-860/+0
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-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.
2011-02-04minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-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.
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-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.
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-05-28comment out large chunks of appearance/inventory region access services to ↵Justin Clark-Casey (justincc)1-152/+150
eliminate warnings that this code is unused
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-2/+2
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-11/+15
* CommsManager.AvatarService rerouted
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-172/+175
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-03-27From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-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.
2009-02-12* optimized usings.lbsa711-9/+1
2008-10-21Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+11
cleanups and assorted fixes to REST inventory, asset, and appearance services.
2008-09-28Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵Jeff Ames1-1/+1
Fix a UUID vs null comparison.
2008-09-26* Patch from JHurlimanTeravus Ovares1-27/+27
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-26* minor: remove warningsJustin Clarke Casey1-2/+2
2008-09-24From: alan webb (alan_webb@us.ibm.com)Dr Scofield1-60/+60
cleanups.
2008-09-24cleanups, fixing REST appearance services.Dr Scofield1-109/+127
2008-09-23Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-09-22cleanups in inventory REST code. also, disables digest authenticationsDr Scofield1-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.
2008-09-19* minor: eliminate the current warningsJustin Clarke Casey1-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 :)
2008-09-18Update svn properties, minor formatting cleanup.Jeff Ames1-4/+4
2008-09-18and this actually adds the appearance code itself (and not just theDr Scofield1-0/+826
check-in message)