aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/TextureSender (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-05Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)1-5/+16
2012-01-05Add a "j2k decode" region console command that allows a manual request for a ...Justin Clark-Casey (justincc)1-8/+10
2012-01-04Minor formatting changes and commented out log lines for future debugging of ...Justin Clark-Casey (justincc)1-0/+4
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-0/+3
2010-12-23Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto1-212/+0
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 Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-26/+7
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-7/+26
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 Hurliman1-4/+3
2009-10-20Reverting the deletion of files related to texture sending until we figure ou...John Hurliman1-0/+212
2009-10-20* Removing cruft left over from the conversion to the new texture sending and...John Hurliman2-392/+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 Ames1-1/+1
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
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-1/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames3-3/+3
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-0/+4
2009-05-04* Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey1-5/+1
2009-04-13* Remove null reference exception in the J2KDecoderModule's J2K repair routin...Teravus Ovares1-2/+14
2009-03-28* Adding some heuristic error correction to the j2k decoder module to combat ...Teravus Ovares1-1/+83
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-6/+6
2009-02-12* optimized usings.lbsa713-8/+4
2009-02-09* Reinstate tests that are now in CoreModulesJustin Clarke Casey1-0/+1
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield3-0/+923