summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-09Merge pull request #2527 from secondlife/maxim/viewer_2473Maxim Nikolenko
Reduce 'World map' floater draw time
2024-09-09Reduce 'World map' floater draw timeMnikolenko Productengine
2024-09-09Fix spelling error in variable name (#2526)Kyler "Félix" Eastridge
2024-09-09Changes towards C++20 compatibility (#2520)Ansariel Hiller
2024-09-09Update calcDataSizeJ2C to stop undersized blocks (#2525)TommyTheTerrible
The initial block area for the pyramid walk should not be smaller than the max_block_size area so need an llmax to not allow multiplication below 1. This was causing decode errors for complex small images (128x128 or smaller) on discard 1 and 2.
2024-09-08opensuse instruction tweaksecretfoxtail
add pcre-devel
2024-09-08Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
# Conflicts: # README.md # indra/newview/CMakeLists.txt
2024-09-08Merge branch 'main' of https://gitlab.com/secretfoxtail/megapahit-viewer.gitErik Kundiman
2024-09-08Merge pull request #12 from oikumene/freebsdErik Kundiman
check CMAKE_CXX_COMPILER_ID to adjust compiler options
2024-09-08#459 Filters on object inventoryAlexander Gavriliuk
2024-09-08'Clang' is capitalized. Correct it.Hiroo Ono
cf. https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_COMPILER_ID.html
2024-09-08In the build of Collada-DOM, Check CMAKE_CXX_COMPILER_ID to setHiroo Ono
different options according to compiler.
2024-09-07Merge pull request #2521 from secondlife/andreyk/viewer_2411Andrey Kleshchev
viewer#2411 Use font buffer for inventory
2024-09-07Revert "Comment out 'install' lines in collada-dom' CMakeLists.txt, because"Hiroo Ono
This reverts commit faf303b4100ac2f3143e7c1f72130c3ff569a8c7.
2024-09-07OpenSUSE Tumbleweed instructionssecretfoxtail
Add OpenSUSE Tumbleweed build instructions to readme.md
2024-09-07Tumbleweed: add libboost_program_options1_85_0secretfoxtail
Add libboost_program_options1_85_0 to tumbleweed package requires
2024-09-07Remove extra regex in opensuse & colladadomsecretfoxtail
Now using LLs colladadom
2024-09-07OpenSUSE Tumbleweed package requirementssecretfoxtail
Add openSUSE Tumbleweed package requirements
2024-09-07Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-07Prevent stream notifs with empty "Now playing"Erik Kundiman
2024-09-07Fix 360 snapshotsErik Kundiman
https://megapahit.com/show_bug.cgi?id=98 by just enabling JS dependencies (we have our own implementation of downloading "prebuilt" libraries now).
2024-09-07No nonnull error on Ubuntu 24 GCC 13Erik Kundiman
and reindentations.
2024-09-07Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-07Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-09-07Make colladadom 2.3 build on Ubuntu 24.04.1 GCC 13Erik Kundiman
2024-09-07Merge remote-tracking branch 'secretfoxtail/main'Erik Kundiman
2024-09-07BSD/Linux can use the same dae loader constructionErik Kundiman
Also add explicit minizip, pcre, and xml2 development packages in Debian/Ubuntu instructions.
2024-09-06#2467 Fix for sim surrounds not fully loading (#2524)Dave Parks
Also fixes some sculpts getting wrong LoD
2024-09-07viewer#2411 Use font buffer for inventoryAndrey Kleshchev
2024-09-06Merge pull request #2522 from secondlife/roxie/webrtc-281Roxanne Skelly
Don't enable vivox spatial when teleporting while in a webrtc conference/p2p/group call
2024-09-06Don't enable vivox spatial when teleporting while in a webrtc ↵Roxie Linden
conference/p2p/group call Processing for vivox was being enabled when teleporting into a vivox region regardless as to whether the user was in a conference/p2p/group call, resulting in vivox spatial and webrtc conference/p2p/group simultaneously being active.
2024-09-06Add toggles to avatar dropdown for hear sound or voice from avatar. (#2518, ↵TJ
#2519)
2024-09-06Fix login progress always showing incorrect attempt number (#2517)Ansariel Hiller
2024-09-06Merge pull request #2516 from Ansariel/develop-inventory_item_countAndrey Kleshchev
Follow-up fix for 238a2a64b31e6a0b431309e363067a7fe57125ae
2024-09-06Follow-up fix for 238a2a64b31e6a0b431309e363067a7fe57125ae: Item count will ↵Ansariel
always show fetch label even after fetch is complete
2024-09-05Merge pull request #2514 from secondlife/roxie/webrtc-raceRoxanne Skelly
Fix race condition that was preventing "Voice Call" menu from reliably calling.
2024-09-05Fix race condition that was preventing "Voice Call" menu from reliably calling.Roxie Linden
The code attempted to do a call to a session immediately after a call that launched a coroutine to set up a session. Sometimes, the coroutine executed in time, sometimes not. The fix is to set a flag to start a call after the session has been created on the server. Test Plan: * Close all active chat sessions. * Select 'Voice Call' in the context menu of a nearby avatar. * Validate popup appears for that nearby avatar requesting to start/ignore/go to im. * Select 'start' * Validate the call completes.
2024-09-05#2482 Fix for Quadro GPUs claiming to have infinite VRAM (#2511)Dave Parks
2024-09-05Merge pull request #2506 from secondlife/roxie/webrtc-1392Roxanne Skelly
Fix some race conditions on webrtc connection shutdown.
2024-09-05Merge pull request #2510 from RyeMutt/openxrRye Mutt
Introduce OpenXR SDK prebuilt package and cmake setup
2024-09-05Fixed md5 buffer not being correctly zero-initialized and refactored code. ↵TJ
(#2507)
2024-09-05#2461 changing the color of my dot on the minimapAlexander Gavriliuk
2024-09-05viewer#2411 Confine font vertex buffers to static text segmentsAndrey Kleshchev
Collection of vertex buffers happens to often with segmented text.
2024-09-05viewer#2411 Use font buffer in line editorAndrey Kleshchev
2024-09-05viewer#2411 Use font buffer in text segmentsAndrey Kleshchev
2024-09-04Introduce OpenXR SDK prebuilt package and cmake setup (#2503)Rye Cogtail
2024-09-05Get colladadom 2.3 build method to work on FedoraErik Kundiman
2024-09-04Fix some race conditions on connection shutdown.Roxie Linden
In a few locations, there were cases where connection shutdown would stall, leaving the connection in place. This was due to bad handling of the outstanding operations counter.
2024-09-05Merge pull request #11 from oikumene/freebsdErik Kundiman
Comment out 'install' lines in collada-dom' CMakeLists.txt, because
2024-09-04Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into developBrad Linden