aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/LLSDHelpers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-2/+2
with namespaces.
2008-03-20Another poxy patch which consists mainly of logging changes (some already ↵Justin Clarke Casey1-0/+6
commented out) to find out what CAPS is doing
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-03-15Part 1 of making inventory work again in the 1.19.1 (RC) client. Implemented ↵MW1-3/+9
the FetchInventoryDescendents CAPS handler. But currently returning empty folder details. So this commit doesn't actually fix inventory in that client, it just stops the "loading" message being displayed forever next to a folder, and instead shows empty folders. Next part will be to fill in the details of the items in the folders.
2007-12-27* Optimized usingslbsa711-8/+7
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-1/+1
notice of doom
2007-12-07"Borrowed" the LLSD class from a older version of libsl, so that our LLSD ↵MW1-8/+12
decoding (used by CAPS) works again.
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-8/+10
2007-10-30* Optimized usingslbsa711-25/+7
* Shortened type references * Removed redundant 'this' qualifier
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-30mass update of files to have native line endingsSean Dague1-164/+164
2007-07-22* Some work in progress code: Inventory cache, start of inventory ↵MW1-164/+164
server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). * Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll. This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
2007-07-16changed to native line ending encodingSean Dague1-164/+164
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-5/+4
* added some licensing info
2007-06-28Applied ScenePresence movement patch from Darok.MW1-5/+7
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-120/+37
*Some folder renaming to follow project Name *Updated prebuild.xml