Историја ревизија

Аутор SHA1 Порука Датум
  UbitUmarov 3708f504a6 fix a info message пре 4 година
  Melanie Thielker a5151bb337 Refactor asset handling as per Ubit's suggestion пре 7 година
  Melanie Thielker 5a18ea31cf Make negative asset caching actually work пре 7 година
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup пре 7 година
  Melanie Thielker f021c64eb0 Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is long gone. пре 7 година
  Justin Clark-Casey (justincc) ec8d21c434 Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. пре 9 година
  Oren Hurvitz 99ac770abb Close streams immediately when we finish using them пре 10 година
  Robert Adams 813f0da00b Add J2K decoder routine that converts directly to an image. пре 10 година
  Diva Canto b857353fc9 Making the J2KDecoderModule decoder function async. Could this be the cause of sim freeze? -- HandleRequestImage in LLClientView is now sync, which means that it cannot take too long to complete. However, its execution path may end up in J2KDecoderModule.Decode, which is heavy and could stop the packet processing thread while it's at it. пре 11 година
  Diva Canto 608444c9f7 Another 21 modules' directives moved out of .addin.xml пре 11 година
  Melanie 0d15a6a01f Remove any mention of IRegionModule from region names and comments to aid пре 11 година
  Diva Canto c60e1a1ae6 J2KDecoderModule: move the code out of PostInitialise() пре 11 година
  Diva Canto 791c4d5b9f One more module converted: J2KDecoderModule. пре 11 година
  Justin Clark-Casey (justincc) b86e7715a8 Improve "j2k decode" command to tell us how many layers and components were decoded, instead of just success/failure пре 12 година
  Justin Clark-Casey (justincc) 5ea9740f1b Add a "j2k decode" region console command that allows a manual request for a JPEG2000 decode of an asset пре 12 година
  Justin Clark-Casey (justincc) 3a64522267 Minor formatting changes and commented out log lines for future debugging of image manager (udp texture fetch). No significant functional changes. пре 12 година
  Justin Clark-Casey (justincc) 014a86c26b Adding commented out log messages and some minor formatting for future bug hunting. No functional changes. пре 12 година
  Melanie 2362da2ad0 Add config option for switching between CSJ2K and BuggyJPEG. пре 14 година
  John Hurliman fa38cf3ee8 * Added code to support either CSJ2K or OpenJPEG texture decoding. Currently hardcoded to CSJ2K (so no functional change) but this could easily be switched to a config option пре 14 година
  John Hurliman df76e95aa2 Changed asset CreatorID to a string пре 14 година
  John Hurliman 7665aad002 * Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it пре 14 година
  Justin Clark-Casey (justincc) 7f5d0a6735 Merge branch 'master' of ssh://[email protected]/var/git/opensim пре 15 година
  Justin Clark-Casey (justincc) a7af92d5d0 minor: remove some mono compiler warnings пре 15 година
  John Hurliman afef1ac191 Changing the AssetBase constructors to avoid initializing assets with an unknown asset type, and log an error if it ever does happen пре 15 година
  John Hurliman 387e9f7a7f * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) пре 15 година
  John Hurliman 6e0c79b8fe * Rewrote LLImageManager to use a real priority queue and hold minimal state пре 15 година
  John Hurliman f56dc5fcda Attempting to improve the robustness of texture decoding by always ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory пре 15 година
  Melanie f908e32f62 Revert "Attempting to improve the robustness of texture decoding by always ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug" пре 15 година
  John Hurliman 22cc31135e Attempting to improve the robustness of texture decoding by always ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug пре 15 година
  Melanie 1a6b30e092 Add a slow cache cleaner thread. By default, the thread starts a cleanup пре 15 година