Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Split updates into batches that respect server update limit
|
|
# Conflicts:
# autobuild.xml
|
|
release/2024.06-atlasaurus
# Conflicts:
# autobuild.xml
# indra/newview/llvoicechannel.cpp
|
|
|
|
# Conflicts:
# autobuild.xml
|
|
|
|
LLScrollingPanelList::updatePanelVisiblilty()(220)
|
|
* Fix: Update calcDataSizeJ2C to pyramid-base file size estimation
Used the loop from the previous LayerFactored method to create a more accurate file size estimation by walking up the pyramid tiles.
Sizes are much larger in many cases and eliminate partial decoder issues with OpenJPEG.
KDU not tested but expected to produce better files as well.
Should also stop decode failures on tiny or very rectangular dimensions.
---------
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
|
|
2048x2048 (#2025)
|
|
|
|
|
|
|
|
|
|
Textures were being set to Inactive even if still in scene, causing them to be deleted and re-decoded in a loop.
|
|
|
|
gcc complains about this iterator not being const
|
|
gcc detects usage of this array as uninitialized, so make sure it's initialized. I am not sure if this is a legitimate warning, or if the code guarantees the array gets initialized before use in lines 140-142 and this is a performance optimization.
|
|
|
|
Revert "secondlife/viewer#1885: Terrain texture repeats: Remove feature flag dependency on simulator feature in favor of cap"
|
|
feature flag dependency on simulator feature in favor of cap"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
secondlife/viewer#1885: Terrain texture repeats: Remove feature flag dependency on simulator feature in favor of cap
|
|
list and a main panel (#1978)
|
|
|
|
dependency on simulator feature in favor of cap
|
|
in llerror.cpp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1826 Fix for LL_ERRS crashing in mutex lock
|
|
|
|
* Clean up other feature table warnings
|
|
the truth (#1966)
* Also fix for crash when applying MoaP to PBR material
|
|
|
|
|