aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto1-255/+0
2011-04-28Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)1-4/+5
2011-02-05Fixed Caps handlers leakDiva Canto1-1/+0
2011-02-05One more diagnosis command:Diva Canto1-1/+27
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-01-21implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)1-200/+0
2011-01-20minor: help text adjustment for "show queues"Justin Clark-Casey (justincc)1-2/+2
2011-01-20remove reference to CoreModules from ClientStack.LindenUDPJustin Clark-Casey (justincc)1-2/+2
2011-01-20Move "show queues" command out of OpenSim.cs and into a separate module.Justin Clark-Casey (justincc)1-0/+200
2010-12-24One more pass at object inventory. This time, fix SceneObjectPartInventory so...Diva Canto1-80/+14
2010-12-23Hopefully this fixes all prim inventory issues. No more abort, no more keepin...Diva Canto1-35/+49
2010-12-23Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto4-866/+0
2010-12-23Put back a commented section of code. With some viewers, object inventoryMelanie1-6/+5
2010-12-22Added a counter to NewFiles in Xfers to account for simultaneous object inven...Diva Canto1-16/+42
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)1-4/+66
2010-12-04Simplify updating of agent inventory assets. Make newly created asset IDsMelanie1-19/+6
2010-12-04Convert the agent asset transactions module to a new style module.Melanie3-168/+156
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-3/+1
2010-08-20Unit test breakage fix.Diva Canto1-3/+3
2010-07-14Fixes mantis #4870.Diva Canto1-1/+7
2010-07-02Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker1-1/+1
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-1/+1
2010-04-19Make the "notecard saved" text appear in the saver rather than the notecard o...Justin Clark-Casey (justincc)1-0/+3
2010-03-08Add config option for switching between CSJ2K and BuggyJPEG.Melanie1-3/+9
2010-03-07* Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ...John Hurliman1-20/+33
2010-02-22Changed asset CreatorID to a stringJohn Hurliman2-2/+2
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2-2/+2
2010-02-12minor: remove completely commented out and unused classJustin Clark-Casey (justincc)1-226/+0
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2-3/+8
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie6-126/+47
2010-01-23Updates all IRegionModules to the new style region modules.Revolution6-47/+126
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto1-1188/+0
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-0/+1188
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto3-3/+3
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-2/+2
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2-8/+4
2009-10-26Thank you, RemedyTomm, for an update to your previous patch. Garbage-collectMelanie1-2/+21
2009-10-26Thank you, RemedyTomm, for a patch to handle Xfer requests being droppedMelanie1-2/+24
2009-10-20Reverting the deletion of files related to texture sending until we figure ou...John Hurliman4-0/+866
2009-10-20* Removing cruft left over from the conversion to the new texture sending and...John Hurliman5-1046/+0
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-2/+2
2009-10-01* Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman1-1/+0
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-528/+160
2009-09-30Revert "Attempting to improve the robustness of texture decoding by always ig...Melanie1-68/+168
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-168/+68
2009-10-01Formatting cleanup.Jeff Ames4-8/+8
2009-08-29Add a slow cache cleaner thread. By default, the thread starts a cleanupMelanie1-7/+47
2009-08-29the beginning of some changes to the decode cache to address concerns aboutMelanie1-9/+30
2009-08-29Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allowsMelanie1-4/+24