aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved several cap-based-service-providing modules from where they were into a...Diva Canto2011-04-301-255/+0
* Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)2011-04-281-4/+5
* Fixed Caps handlers leakDiva Canto2011-02-051-1/+0
* One more diagnosis command:Diva Canto2011-02-051-1/+27
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-01-211-2/+2
* implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)2011-01-211-200/+0
* minor: help text adjustment for "show queues"Justin Clark-Casey (justincc)2011-01-201-2/+2
* remove reference to CoreModules from ClientStack.LindenUDPJustin Clark-Casey (justincc)2011-01-201-2/+2
* Move "show queues" command out of OpenSim.cs and into a separate module.Justin Clark-Casey (justincc)2011-01-201-0/+200
* One more pass at object inventory. This time, fix SceneObjectPartInventory so...Diva Canto2010-12-241-80/+14
* Hopefully this fixes all prim inventory issues. No more abort, no more keepin...Diva Canto2010-12-231-35/+49
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-12-231-6/+5
|\
| * Put back a commented section of code. With some viewers, object inventoryMelanie2010-12-231-6/+5
* | Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto2010-12-234-866/+0
|/
* Added a counter to NewFiles in Xfers to account for simultaneous object inven...Diva Canto2010-12-221-16/+42
* * Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)2010-12-211-4/+66
* Simplify updating of agent inventory assets. Make newly created asset IDsMelanie2010-12-041-19/+6
* Convert the agent asset transactions module to a new style module.Melanie2010-12-043-168/+156
* Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2010-09-041-3/+1
* Unit test breakage fix.Diva Canto2010-08-201-3/+3
* Fixes mantis #4870.Diva Canto2010-07-141-1/+7
* Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker2010-07-021-1/+1
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-1/+1
* Make the "notecard saved" text appear in the saver rather than the notecard o...Justin Clark-Casey (justincc)2010-04-191-0/+3
* Add config option for switching between CSJ2K and BuggyJPEG.Melanie2010-03-081-3/+9
* * Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ...John Hurliman2010-03-071-20/+33
* Changed asset CreatorID to a stringJohn Hurliman2010-02-222-2/+2
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-222-2/+2
* Merge branch 'master' into presence-refactorMelanie2010-02-153-229/+8
|\
| * minor: remove completely commented out and unused classJustin Clark-Casey (justincc)2010-02-121-226/+0
| * Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-122-3/+8
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-296-126/+47
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-236-47/+126
* | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto2010-01-151-1188/+0
* | * General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto2010-01-151-0/+1188
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-113-3/+3
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-2/+2
|/
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-092-8/+4
|\
| * Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-052-8/+4
* | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-2/+2
|/
* Thank you, RemedyTomm, for an update to your previous patch. Garbage-collectMelanie2009-10-261-2/+21
* Thank you, RemedyTomm, for a patch to handle Xfer requests being droppedMelanie2009-10-261-2/+24
* Reverting the deletion of files related to texture sending until we figure ou...John Hurliman2009-10-204-0/+866
* * Removing cruft left over from the conversion to the new texture sending and...John Hurliman2009-10-205-1046/+0
* 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
* | Merge branch 'master' into diva-texturesMelanie2009-10-023-7/+7
|\ \ | |/ |/|
| * Formatting cleanup.Jeff Ames2009-10-014-8/+8
* | * Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman2009-10-011-1/+0
* | Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman2009-09-301-528/+160