aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory (follow)
Commit message (Expand)AuthorAgeFilesLines
* Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)2012-09-211-13/+17
* Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)2012-06-131-1/+0
* Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-031-1/+1
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-1/+1
* Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)2011-09-221-1/+1
* early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-1/+1
* refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)2011-08-031-1/+1
* get rid of vestigal move to parametersJustin Clark-Casey (justincc)2011-08-031-2/+2
* Partially fix autopilot/go hereJustin Clark-Casey (justincc)2011-08-021-1/+1
* Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-021-7/+7
* Thanks Kevin Cozens for a patch that:BlueWall2011-03-171-3/+3
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-02-042-5/+5
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-0/+1
* READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-1/+4
* First attempt to get multiple attachments working to support viewer2.Master ScienceSim2010-10-211-15/+10
* Formatting cleanup.Jeff Ames2010-09-121-2/+2
* comment out large chunks of appearance/inventory region access services to el...Justin Clark-Casey (justincc)2010-05-282-660/+656
* Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-20/+16
* Changed asset CreatorID to a stringJohn Hurliman2010-02-222-3/+3
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-222-3/+3
* Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-2/+2
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* Some more unnecessary things deleted in Framework.Communications.Diva Canto2010-01-101-1/+0
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-102-18/+17
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-084-384/+396
* * Forgotten ILibraryService from yesterdayDiva Canto2010-01-021-0/+1
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-052-10/+3
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-2/+2
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-2/+2
* | minor: make rest (not comm) modules less noisy if they are disabledJustin Clark-Casey (justincc)2009-09-241-2/+2
|/
* * Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)2009-09-091-2/+5
* A better purge of trash folder.Diva Canto2009-08-191-2/+6
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
* Heart surgery no.2: the inventory service hooks. diva2009-06-102-3/+3
* Formatting cleanup.Jeff Ames2009-06-102-11/+9
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-0112-12/+12
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-221-4/+0
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-153-11/+11
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-8/+8
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-048-2/+8
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-271-45/+45
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-242-2/+450
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-4/+4
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-7/+1
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-1/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-275-42/+37
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-191-1/+1
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-1/+1
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-172-40/+40
* * optimized usings.lbsa712009-02-1211-71/+30