summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-02Preload CEF automatically on Linux aarch64"Erik Kundiman
This reverts commit 6d9bda960f179aa8ea3765c10aa3140d22c74086, and add the aarch64 condition for preloading. We can't use gDirUtilp->getLLPluginDir() yet in llappviewerlinux because it's not instantiated yet in that phase.
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-01Make Windows SDL-ready (in case we need to)Erik Kundiman
2025-07-01Fix media_plugin_cef failing on Linux aarch64Erik Kundiman
WARNING #Plugin# llplugin/llplugininstance.cpp(106) LLPluginInstance::load: apr_dso_load of /usr/lib64/libmedia_plugin_cef.so failed with error 20019, additional info string: /usr/lib64/libcef.so: cannot allocate memory in static TLS block https://github.com/chromiumembedded/cef/issues/3616 https://github.com/chromiumembedded/cef/issues/3803 https://magpcss.org/ceforum/viewtopic.php?t=19622 I tried adding mProcessParams.envs.add("LD_PRELOAD=/usr/lib64/libcef.so"); to indra/llplugin/llpluginprocessparent.cpp, it didn't get rid of the error, but running `LD_PRELOAD=/usr/lib64/libcef.so megapahit` OR `LD_PRELOAD=/usr/lib64/libmedia_plugin_cef.so megapahit` does. It still doesn't load web pages, however, even though there are process plugin activities.
2025-07-01#4190 Provide unsupported extension info in log fileMaxim Nikolenko
2025-07-01Fix commit d0e3c7a40395ea5ad7f7a9982ce4dbf464e24caaErik Kundiman
Accidentally git added a line that wasn't meant to be staged yet.
2025-06-30Minimal @getsitid=<channel_number> implementationErik Kundiman
2025-06-30Minimal @sit=<y/n> command implementationErik Kundiman
2025-06-30Minimal @unsit=<y/n> command implementationErik Kundiman
Hides the Stand up button too, but doesn't prevent teleporting yet.
2025-06-30Minimal @sitground=force command implementationErik Kundiman
Untested cause I couldn't find any force ground sit command on the attachment I got access to.
2025-06-30Basic scaffolding to support add/remove commandsErik Kundiman
plus reorder header inclusions alphabetically.
2025-06-29Minimal @unsit=force command implementationErik Kundiman
2025-06-28Revert "Fix LLCharacter base class constness." and restore improvements from ↵Ansariel
10a324a1034c177b95545ac7ffaa6aa6abed65ff instead
2025-06-28Minimal @sit:<UUID>=force command implementationErik Kundiman
2025-06-28Basic scaffolding to support force commandsErik Kundiman
2025-06-27Revert "Merge develop into glTF mesh import"Jonathan "Geenz" Goodman
2025-06-28Fix user env value & lower case domain for NSISErik Kundiman
and avoid viewer/project name hardcoding.
2025-06-27Fix LLCharacter base class constness.Jonathan "Geenz" Goodman
2025-06-27Merge branch 'develop' into geenz/develop-to-gltf-meshJonathan "Geenz" Goodman
2025-06-27Restore glTF mesh modifications.Jonathan "Geenz" Goodman
2025-06-27Merge branch 'develop' into media-first-click-fixesJonathan "Geenz" Goodman
2025-06-27Merge branch 'develop' into geenz/develop-to-gltf-meshJonathan "Geenz" Goodman
2025-06-27Reviewed changesWolfGangS
2025-06-27Merge branch 'project/gltf_mesh_import' into geenz/develop-to-gltf-meshJonathan "Geenz" Goodman
2025-06-27Merge pull request #4305 from secondlife/geenz/frametime-metric-improvementsJonathan "Geenz" Goodman
Add helper functions to frametime metrics.
2025-06-27Add helper functions.Jonathan "Geenz" Goodman
2025-06-27Fix enum option nameWolfGangS
2025-06-27Make sure all moap option, includes 'all'WolfGangS
2025-06-27Fixes for first click moapWolfGangS
2025-06-27Merge pull request #4302 from secondlife/geenz/frametime-metric-improvementsJonathan "Geenz" Goodman
First pass at adding expanded frametiming stats to the viewer.
2025-06-27Make sure to reset the metrics after the first calculation.Jonathan "Geenz" Goodman
2025-06-27First pass at adding expanded frametiming stats to the viewer.Jonathan "Geenz" Goodman
2025-06-27#4300 Crash at readProfileQueryAndrey Kleshchev
2025-06-27#4298 Crash at generateVertexRemapMultiAndrey Kleshchev
2025-06-27#4184 clearAndDeparentModels crashAndrey Kleshchev
To resolve dual ownership switched children to LLPointer
2025-06-27Privacy preference for hiding selection beamErik Kundiman
https://megapahit.com/show_bug.cgi?id=108
2025-06-26#4291 Uploading without a .bin silently failsAndrey Kleshchev
2025-06-26Disable direct input init on Win ARM64 for nowErik Kundiman
This would be for joysticks & spacemouses, which aren't that urgent. This is disabled as it seems to be causing a segmentation fault on Windows ARM64.
2025-06-26#4142 Joint grouping and strippingAndrey Kleshchev
Viewer only supports 110 joints at a time, when model has more bones than that importer has to strip some, use groups for stripping.
2025-06-25Merge pull request #4177 from DarlCat/hud-media-autoplayJonathan "Geenz" Goodman
Media changes including support for PRIM_MEDIA_FIRST_CLICK_INTERACT and HUD autoplay
2025-06-25Attempt to replace __cpuid on arm64 without cpuinfoErik Kundiman
https://stackoverflow.com/questions/60588765/how-to-get-cpu-brand-information-in-arm64
2025-06-25Revert "Attempt to replace __cpuid, on arm64 using cpuinfo"Erik Kundiman
This reverts commit 32871ee579bfbd4828f7888550897f619fdfd9d7.
2025-06-25Revert "Link clog too to Windows arm64 SLPlugin"Erik Kundiman
This reverts commit 98e99812072e6125411174236e1421d9312a50da.