summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-26Update test plan to match current functionality per suggested/requested ↵Darl
change in #4406
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 pull request #4442 from secondlife/geenz/main-to-2025.05Jonathan "Geenz" Goodman
Geenz/main to 2025.05
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-21#4399 Crash at load_face_from_dom_trianglesAndrey Kleshchev
Since these offsets are used for idx[i+offset] where i starts from 0, they shouldn't be below 0 to not go out of bounds.
2025-07-19#4320 MacOS crash handlingAndrey Kleshchev
2025-07-17Merge pull request #4381 from secondlife/geenz/frametime-events-per-minuteJonathan "Geenz" Goodman
Add support for frametime events per minute.
2025-07-17Add support for frametime events per minute.Jonathan "Geenz" Goodman
2025-07-17Merge pull request #4380 from secondlife/andreyk/gltf_mesh_importAndrey Kleshchev
Merge develop into gltf mesh import
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-08#4319 Thread crashes not being reported to bugsplatAndrey Kleshchev
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-02Fix link in pull_request_template.md (#4329)Signal Linden
Fix the link to CONTRIBUTING.md in the pull request template and simplify some of the checklist item language.
2025-07-02Merge pull request #4328 from secondlife/signal/pr-templateSignal Linden
Create pull_request_template.md
2025-07-02#4313 Improved naming of texturesMaxim Nikolenko
2025-07-02Create pull_request_template.mdSignal Linden
Provide a PR template to expedite both internal and external contributions.
2025-07-02#4242 Clarify some operationsAndrey Kleshchev
and make scale application a bit more valid