Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-16 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-16 | Too hasty on the push. | Beq | |
2024-04-16 | Add some checking around extras cache versionNumber | Beq | |
2024-04-15 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-15 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-15 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
2024-04-15 | Declaring things helps! | Beq | |
2024-04-15 | lift variable out of loop and fix a missing bracket. | Beq | |
2024-04-14 | Fix/Finish VoCache extras | Beq | |
The extras cache was never fully implemented and thus grows forever. This coupled with the server side "bug" that sends innumerable blank overrides leads users to collect 100MB+ SLEC files which in turn cause significant pauses post TP. | |||
2024-04-13 | viewer#1081 Add expected price to upload's body | Andrey Kleshchev | |
2024-04-12 | viewer#1081 Fix XMLPRC not being parced to LLSD correctly | Andrey Kleshchev | |
which interferred with getting benefits from LLSD array | |||
2024-04-12 | viewer#1081 LLFloaterImagePreview 2048 image upload support | Andrey Kleshchev | |
2024-04-12 | viewer#1081 2K texture apload price arrives as an array #2 | Andrey Kleshchev | |
2024-04-12 | Merge pull request #1211 from secondlife/marchcat/x-merge | Andrey Lihatskiy | |
Release (Maint W) -> Maint X merge | |||
2024-04-12 | viewer-private#226 Unhandled PngError throws application into a loop | Andrey Kleshchev | |
png_read_info triggered a PngError, LLAppViewer::frame() handled it instead of LLPngWrapper::readPng, and since status didn't change viewer tried to decode image again and again and again. | |||
2024-04-12 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llimage/llimageworker.cpp # indra/llimage/llimageworker.h # indra/newview/llcontrolavatar.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/lloutfitslist.cpp # indra/newview/lloutfitslist.h # indra/newview/lltexturefetch.cpp | |||
2024-04-11 | secondlife/viewer#1184: Stop making terrain textures undeletable | Cosmic Linden | |
2024-04-11 | CI: adopt xz compression | Bennett Goble | |
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time. | |||
2024-04-10 | Merge pull request #1194 from secondlife/v-1163 | cosmic-linden | |
viewer#1163: Avoid terrain texture memory leak | |||
2024-04-10 | viewer#1163: Unboost terrain textures when done to allow deletion | Cosmic Linden | |
2024-04-10 | Multiple fixes for mirrors. (#1192) | Jonathan "Geenz" Goodman | |
* #1064 Fix for mirror surfaces going black when the roughness is set too high. * #1130 Fix for the user's avatar not appearing in mouselook in a mirror. * #1059 Disable mirrors on low settings per the feature table. * #860 Modify the settings UI to better reflect that we only have two AA modes: off and FXAA. * #1191 Add some settings for mirrors in preferences. * #1185 Add support for runtime mirror resolution changing. Useful for quality settings, and auto-FPS. | |||
2024-04-10 | Fix mac build (#1182) | RunitaiLinden | |
* Fix mac build * Mac build take 2 * Mac build take 3 | |||
2024-04-10 | Fix BUG-225288: Detaching stops unrelated animations | Salad Dais | |
This is to do with misunderstandings related to how .find() works with multimaps. .find() will, in fact, return an iterator to the first iterator it finds, and will iterate through all elements in the multimap when incremented, not just items with the same key. Change code working with animation sources to be aware of this fact, so unrelated animation sources do not have their animations stopped. | |||
2024-04-10 | Merge branch 'main' into marchcat/y-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp | |||
2024-04-09 | #1126 gltf scene import prototype (#1172) | RunitaiLinden | |
* #1126 GLTF Scene import initial prototype (working geometry import for some assets) * #1126 WIP -- Expand support for more vertex formats, PoC material import, shadow support, scale support * #1126 move GLTF implementation to newview/gltf * #1126 Refactor attribute loading to be less copy/pasta for each combination of types * #1126 Partially working object selection. Ability to have multiple scenes at once. Helpful message on how to use the preview button. * #1126 Add bounding box debug display and untangle GLTF raycast from LLVOVolume raycast * #1126 Working raycast on GLTF scenes. * #1126 Remove some #pragma optimize offs | |||
2024-04-09 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-09 | Increment viewer version to 7.1.6 | Nat Goodspeed | |
following promotion of secondlife/viewer #690 | |||
2024-04-09 | Merge pull request #1162 from secondlife/v-759 | cosmic-linden | |
secondlife/viewer#759: Fix minimap loading for 2k PBR materials | |||
2024-04-08 | secondlife/viewer#759: Fix minimap loading for 2k PBR materials, and ↵ | Cosmic Linden | |
probably other odd cases | |||
2024-04-03 | secondlife/viewer#773: Amend dev setting description for RenderTerrainPBREnabled | Cosmic Linden | |
2024-04-02 | #1116 HDRI preview enhancements (#1119) | RunitaiLinden | |
Don't split sky in radiance and irradiance maps Allow for applying HDRI sky to only irradiance map Allow for showing entire EEP sky (clouds and all) when split is set to zero | |||
2024-04-02 | #854 Fix for skies that shouldn't be auto-adjusted getting auto-adjusted. ↵ | RunitaiLinden | |
(#1115) | |||
2024-04-02 | https://github.com/secondlife/jira-archive-internal/issues/71062 Fix for ↵ | RunitaiLinden | |
avatar not responding to keyboard inputs when not visible (#1113) | |||
2024-04-02 | secondlife/viewer#925 Missing simple :smile emoji | Alexander Gavriliuk | |
2024-04-01 | viewer#1081 Account for 2K texture upload price in bulk upload | Andrey Kleshchev | |
2024-04-01 | viewer#1081 Account for 2K texture upload price in material and texture upload | Andrey Kleshchev | |
2024-03-28 | #731 Fix for divide by zero when haze density set to zero (#1085) | RunitaiLinden | |
2024-03-28 | #1046 Tweak auto-exposure to not underexpose bright scenes (#1084) | RunitaiLinden | |
2024-03-28 | viewer#1073 crash at loadSkeleton | Andrey Kleshchev | |
looks like file that was being parced got corrupted 'in progress' | |||
2024-03-27 | secondlife/viewer#944 Display should be consistent between llDialog text and ↵ | Alexander Gavriliuk | |
llDialog buttons | |||
2024-03-27 | Post-merge cleanup (settings.xml) | Andrey Lihatskiy | |
2024-03-26 | Merge pull request #1058 from secondlife/v-1050 | cosmic-linden | |
secondlife/viewer#1050: Fix mirror clipping for PBR terrain. Also fixes environment settings for PBR terrain. | |||
2024-03-27 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
2024-03-27 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # indra/llui/lltransutil.cpp # indra/newview/app_settings/settings.xml # indra/newview/llfloaterenvironmentadjust.cpp # indra/newview/llpaneleditwater.cpp # indra/newview/llpanelface.cpp # indra/newview/lltexturectrl.cpp # indra/newview/lltexturectrl.h | |||
2024-03-27 | Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml | |||
2024-03-26 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-03-26 | Increment viewer version to 7.1.5 | Nat Goodspeed | |
following promotion of secondlife/viewer #650 | |||
2024-03-26 | secondlife/viewer#1050: Fix mirror clipping for PBR terrain. Also fixes ↵ | Cosmic Linden | |
environment settings for PBR terrain. | |||
2024-03-26 | secondlife/jira-archive-internal#69593 Avatar is upside down when viewed ↵ | Alexander Gavriliuk | |
from below | |||
2024-03-25 | viewer#1051: Fix UI typos in PBR terrain error messages (#1052) | cosmic-linden | |