summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2025-08-02#3785 Set default `MediaFirstClickInteract` value to 31 (Landowner objects)Andrey Lihatskiy
2025-07-31#4465 modify vertex limit threshold for starting splittingMaxim Nikolenko
2025-07-31#4339 Remade fix for world map's find buttonAndrey Kleshchev
2025-07-28#4455 Division by zero in updateFrameStatsAndrey Kleshchev
2025-07-28Media first click interact friend check fixDarl
2025-07-28Media first click interact group check fixDarl
2025-07-26Fix incorrectly calculated number in comment and where it was referencedDarl
2025-07-26Media first click interact large number value fixDarl
2025-07-25Merge branch 'main' into release/2025.05Jonathan "Geenz" Goodman
2025-07-25Media first click interact self check fix (#4406, #4426)Darl
2025-07-25#3969 Log time it takes to create inventory from cacheAndrey Kleshchev
2025-07-25#4415 fix crash when cancelling large model process on MacOSMaxim Nikolenko
2025-07-23#4400 Model Import "use lod above" was not updatingAndrey Kleshchev
2025-07-22#4393 Handle unknown exceptions in uploader betterAndrey Kleshchev
Output is highly technical, but better than nothing
2025-07-22#4318 Warn or log when texture gets scaled downAndrey Kleshchev
for material and model upload
2025-07-19#4320 MacOS crash handlingAndrey Kleshchev
2025-07-17Add support for frametime events per minute.Jonathan "Geenz" Goodman
2025-07-17Merge branch 'develop' into gltf_mesh_importAndrey Kleshchev
2025-07-17Reapply "Merge develop into glTF mesh import"Andrey Kleshchev
To simplify merging into mesh import branch This reverts commit b0c951ffe348f478f27a85720cc7aeffea32fe73.
2025-07-16#4353 abbreviate text label for standard deviationMaxim Nikolenko
2025-07-16#4349 fix repeats cannot be adjusted for specular when a normal map is not ↵Maxim Nikolenko
applied
2025-07-15#4204 Cache material names, centralize texture index validationAndrey Lihatskiy
2025-07-14#4294 Make upload order more deterministic #2Andrey Kleshchev
2025-07-14#4204 Refactor material name and texture handling in GLTF loaderAndrey Lihatskiy
2025-07-14#4204 Cache processed materialsAndrey Lihatskiy
2025-07-12#4294 Make upload order more deterministicAndrey Kleshchev
to make root prim more deterministic instead of being random each try
2025-07-09#4296 Crash at renderMorphMasksAndrey Kleshchev
2025-07-09#4357 Crash in LLMeshRepoThread::lodReceivedAndrey Kleshchev
2025-07-09#4339 World Map Find button shouldn't autocompleteAndrey Kleshchev
Either don't track (go) or implement trackSearch onCommitSearchResult() tracks location and 'autocompletes' as it is meant for selecting and applying items from search list.
2025-07-09#4314 Fix model suffixes #2Andrey Kleshchev
2025-07-09#4314 Follow-up: duplicate logic for mSubmodelIDAndrey Lihatskiy
2025-07-09#4324 sort indices before splitsMaxim Nikolenko
2025-07-08#4314 Fix model suffixesAndrey Kleshchev
Usecase: Unable to use the same GLB model for physics
2025-07-08#4290 Unresponsive viewer when uploading modelsAndrey Kleshchev
Fix severe log spam
2025-07-04#4323 fix for transparent meshesMaxim Nikolenko
2025-07-04#4242 Debug dump improvement #2Andrey Kleshchev
2025-07-04#4334 Crash at getIsDynamicAndrey Kleshchev
2025-07-04#4242 Make sure group array is initializedAndrey Kleshchev
MacOS doesn't seem to like missing init.
2025-07-03#4322 Upload Model button is sometimes disabledAndrey Kleshchev
when it should not
2025-07-03#4242 Debug dump improvementAndrey Kleshchev
for better comparison with collada output
2025-07-02Merge pull request #4311 from WolfGangS/media-first-click-fixes-2WolfGang
Fix bit logic mistake in PRIM_MEDIA_FIRST_CLICK_INTERACT work
2025-07-02#4313 Improved naming of texturesMaxim Nikolenko
2025-07-02#4242 Clarify some operationsAndrey Kleshchev
and make scale application a bit more valid
2025-07-02#4142 Fix missed indexAndrey Kleshchev
2025-07-02#4315 Crash in GLTF uploaderAndrey Kleshchev
Properly handle importer's crashes in general
2025-07-02private#435 Update GLTF Mesh Import's version to 7.2Andrey Kleshchev
2025-07-01#4242 Better issue loggingAndrey Kleshchev
2025-07-01#4190 Provide unsupported extension info in log fileMaxim Nikolenko
2025-06-28Revert "Fix LLCharacter base class constness." and restore improvements from ↵Ansariel
10a324a1034c177b95545ac7ffaa6aa6abed65ff instead
2025-06-27Revert "Merge develop into glTF mesh import"Jonathan "Geenz" Goodman