* Adds support for uploading Notecards to InventoryManager Courtesy of Thoys

* Adds new TestClient command createnotecard to upload a text file as a notecard Courtesy of XLilCasper
See Mantis#116

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1666 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2008-03-12 22:46:53 +00:00
parent e6b76d7bcf
commit cc17e14250
3 changed files with 165 additions and 0 deletions

View File

@@ -65,6 +65,7 @@
<Compile Include="Commands\Inventory\ImportOutfitCommand.cs" />
<Compile Include="Commands\Inventory\InventoryCommand.cs" />
<Compile Include="Commands\Inventory\ObjectInventoryCommand.cs" />
<Compile Include="Commands\Inventory\CreateNotecardCommand.cs" />
<Compile Include="Commands\Land\ParcelDetailsCommand.cs" />
<Compile Include="Commands\Land\FindSimCommand.cs" />
<Compile Include="Commands\Land\AgentLocationsCommand.cs" />