Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-06 | Merge remote-tracking branch 'origin/main' into project/gltf_development | Brad Linden | |
2024-05-06 | BOOL to bool | RunitaiLinden | |
2024-05-06 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | RunitaiLinden | |
gltf-dev-maint-a-merge | |||
2024-05-03 | Merge pull request #1399 from secondlife/release/materials_featurette | Dave Parks | |
#1382 Fix for scrubbing occlusion channel of ORM map (#1383) | |||
2024-05-02 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden | |
also correct member packing to match server side | |||
2024-05-02 | Merge branch 'project/gltf_development' into 1357-gltf-asset-prototype | RunitaiLinden | |
2024-05-02 | #1354 Make coroutines use LLCoros::Mutex instead of LLMutex (#1356) | RunitaiLinden | |
* #1354 Make coroutines use LLCoros::Mutex instead of LLMutex * #1354 Fix some more unsafe coroutine executions. * #1354 Implement changes requested by Nat | |||
2024-05-01 | #1382 Fix for scrubbing occlusion channel of ORM map (#1383) | RunitaiLinden | |
2024-05-01 | #1357 Preserve asset "extras" and switch to std::shared_ptr for referencing ↵ | RunitaiLinden | |
Asset from LLViewerObject to cut down rebuild time | |||
2024-04-30 | #1357 Proof of concept on decomposing a GLTF scene into its component parts | RunitaiLinden | |
2024-04-30 | Fix for SL-20652 shadows on mac breaking alpha blended objects. (#1264) | Brad Linden | |
* Fix for SL-20652 shadows on mac breaking alpha blended objects. fix secondlife/jira-archive-internal#71030 * clean up surrounding indentation * Skip unnecessary casting * Clean up LLGLSLShader::sIndexedTextureChannels usage and improve fix for SL-20652 | |||
2024-04-30 | Fix for black moon. (#1369) | RunitaiLinden | |
2024-04-30 | #1357 GLTF Export Prototype | RunitaiLinden | |
2024-04-29 | #886 Fix for crash in LLBumpImageList when connecting to a simulator with ↵ | RunitaiLinden | |
different feature flags (#1345) | |||
2024-04-28 | secondlife/viewer#1331 The animation with null id is attempted to fetch | Alexander Gavriliuk | |
2024-04-26 | #1325 Fix for GLTF overrides sometimes not showing up. (#1340) | RunitaiLinden | |
2024-04-26 | Merge pull request #1337 from secondlife/v-1184 | cosmic-linden | |
Cached minimap textures still using extra memory/loading still not reliable | |||
2024-04-26 | secondlife/viewer#1184: Remove logspam | Cosmic Linden | |
2024-04-25 | secondlife/viewer#1184: Fix mac build | Cosmic Linden | |
2024-04-25 | secondlife/viewer#1184: Discourage use of forceToRefetchTexture | Cosmic Linden | |
2024-04-25 | secondlife/viewer#1184: Use more robust/memory-friendly setLoadedCallback ↵ | Cosmic Linden | |
for minimap gen. Fix some emissive maps. | |||
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-24 | Fix BOOL vs bool issues after merge | Ansariel | |
2024-04-24 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-24 | Merge branch 'main' into marchcat/a-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llimage/llimage.cpp # indra/llui/llsearcheditor.cpp # indra/llui/llview.cpp # indra/newview/llagent.cpp # indra/newview/llappviewer.cpp # indra/newview/llfloatercamera.cpp # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llinventoryfunctions.cpp # indra/newview/lloutfitgallery.cpp # indra/newview/lloutfitslist.cpp # indra/newview/llpanelgroupbulkban.cpp # indra/newview/llsidepanelappearance.cpp # indra/newview/llvovolume.cpp | |||
2024-04-24 | 1285 GLTF Animation Prototype | RunitaiLinden | |
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-21 | Fix sampling normals from gbuffer and cleanup redundant gbuffer samples (#1294) | Rye Mutt | |
* Fix sampling normals from gbuffer and cleanup redundant gbuffer samples * Allow negative normals in gbuffer to fix broken material rendering | |||
2024-04-19 | Port from OpenEXR to TinyEXR for reduced installer and library size (#1287) | Rye Mutt | |
2024-04-19 | Merge pull request #1288 from secondlife/1284-incorporate-mikktspace-changes | RunitaiLinden | |
1284 incorporate mikktspace changes | |||
2024-04-19 | 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-19 | #1139 Fix for world going black/white in some scenes (NaNs) (#1273) | RunitaiLinden | |
* #1139 Fix for world going black/white in some scenes (NaNs) NaNs were coming from normal encode/decode. Take advantage of available gbuffer space to send full normal instead of encoding. * #1139 Cleanup remove now unused encodeNormF.glsl * #1139 Remove final reference to encodeNormF * #1139 Fix for getNormalEnvIntensityFlags referencing wrong sampler for env intensity * Mac build fix | |||
2024-04-19 | Update to use newer mikktspace generation lib changes from Blender for ↵ | Rye Mutt | |
bug/crash fixes | |||
2024-04-19 | viewer#1081 removed a 'not finalized' part of 2K benefits | Andrey Kleshchev | |
This part isn't planned at the moment, at least not this way, remove to not cause issues once server side changes behavior | |||
2024-04-19 | viewer#1117 optimize one getIsCloud() away | Andrey Kleshchev | |
getIsCloud() is relatively expensive, especially for 'self', yet getRezzedStatus() already checks it and return 0, no need to repeat. | |||
2024-04-19 | 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-19 | 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-17 | 1176 integrate llgltfnode with selection manager and llmaniptranslate/rotate ↵ | RunitaiLinden | |
(#1258) * #1176 Somewhat working GLTF Node support for translate tool * #1176 Missing file from last commit * #1176 Better translation for rotated nodes. * #1176 Fix for objects snapping back to original position * #1176 GLTF Samples compatibility pass -- attempt at improving rotation manip support, incidental cleanup, GLTF node debug display * #1176 Clean out some unused and not working functions. * #1176 Fix for mac build, incidental cleanup * Mac build fix | |||
2024-04-16 | Merge pull request #1230 from beqjanus/StopVoCacheTPHangs | Brad Linden | |
Stop vo cache related tp hangs | |||
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 | Merge branch 'main' into release/materials_featurette | Brad Linden | |
2024-04-15 | viewer#676 Use attacment info for rez state reporting | Andrey Kleshchev | |
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 | Remove unused fix-incredibuild.py | Bennett Goble | |
2024-04-15 | Merge branch 'main' into DRTVWR-600-maint-A | 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. |