Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-09 | Merge pull request #2527 from secondlife/maxim/viewer_2473 | Maxim Nikolenko | |
Reduce 'World map' floater draw time | |||
2024-09-09 | Reduce 'World map' floater draw time | Mnikolenko Productengine | |
2024-09-09 | Fix spelling error in variable name (#2526) | Kyler "Félix" Eastridge | |
2024-09-09 | Changes towards C++20 compatibility (#2520) | Ansariel Hiller | |
2024-09-09 | Update 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-08 | opensuse instruction tweak | secretfoxtail | |
add pcre-devel | |||
2024-09-08 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
# Conflicts: # README.md # indra/newview/CMakeLists.txt | |||
2024-09-08 | Merge branch 'main' of https://gitlab.com/secretfoxtail/megapahit-viewer.git | Erik Kundiman | |
2024-09-08 | Merge pull request #12 from oikumene/freebsd | Erik Kundiman | |
check CMAKE_CXX_COMPILER_ID to adjust compiler options | |||
2024-09-08 | #459 Filters on object inventory | Alexander 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-08 | In the build of Collada-DOM, Check CMAKE_CXX_COMPILER_ID to set | Hiroo Ono | |
different options according to compiler. | |||
2024-09-07 | Merge pull request #2521 from secondlife/andreyk/viewer_2411 | Andrey Kleshchev | |
viewer#2411 Use font buffer for inventory | |||
2024-09-07 | Revert "Comment out 'install' lines in collada-dom' CMakeLists.txt, because" | Hiroo Ono | |
This reverts commit faf303b4100ac2f3143e7c1f72130c3ff569a8c7. | |||
2024-09-07 | OpenSUSE Tumbleweed instructions | secretfoxtail | |
Add OpenSUSE Tumbleweed build instructions to readme.md | |||
2024-09-07 | Tumbleweed: add libboost_program_options1_85_0 | secretfoxtail | |
Add libboost_program_options1_85_0 to tumbleweed package requires | |||
2024-09-07 | Remove extra regex in opensuse & colladadom | secretfoxtail | |
Now using LLs colladadom | |||
2024-09-07 | OpenSUSE Tumbleweed package requirements | secretfoxtail | |
Add openSUSE Tumbleweed package requirements | |||
2024-09-07 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-07 | Prevent stream notifs with empty "Now playing" | Erik Kundiman | |
2024-09-07 | Fix 360 snapshots | Erik 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-07 | No nonnull error on Ubuntu 24 GCC 13 | Erik Kundiman | |
and reindentations. | |||
2024-09-07 | Merge branch 'main' into 2024.08-DeltaFPS | Erik Kundiman | |
2024-09-07 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-09-07 | Make colladadom 2.3 build on Ubuntu 24.04.1 GCC 13 | Erik Kundiman | |
2024-09-07 | Merge remote-tracking branch 'secretfoxtail/main' | Erik Kundiman | |
2024-09-07 | BSD/Linux can use the same dae loader construction | Erik 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-07 | viewer#2411 Use font buffer for inventory | Andrey Kleshchev | |
2024-09-06 | Merge pull request #2522 from secondlife/roxie/webrtc-281 | Roxanne Skelly | |
Don't enable vivox spatial when teleporting while in a webrtc conference/p2p/group call | |||
2024-09-06 | Don'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-06 | Add toggles to avatar dropdown for hear sound or voice from avatar. (#2518, ↵ | TJ | |
#2519) | |||
2024-09-06 | Fix login progress always showing incorrect attempt number (#2517) | Ansariel Hiller | |
2024-09-06 | Merge pull request #2516 from Ansariel/develop-inventory_item_count | Andrey Kleshchev | |
Follow-up fix for 238a2a64b31e6a0b431309e363067a7fe57125ae | |||
2024-09-06 | Follow-up fix for 238a2a64b31e6a0b431309e363067a7fe57125ae: Item count will ↵ | Ansariel | |
always show fetch label even after fetch is complete | |||
2024-09-05 | Merge pull request #2514 from secondlife/roxie/webrtc-race | Roxanne Skelly | |
Fix race condition that was preventing "Voice Call" menu from reliably calling. | |||
2024-09-05 | Fix 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-05 | Merge pull request #2506 from secondlife/roxie/webrtc-1392 | Roxanne Skelly | |
Fix some race conditions on webrtc connection shutdown. | |||
2024-09-05 | Merge pull request #2510 from RyeMutt/openxr | Rye Mutt | |
Introduce OpenXR SDK prebuilt package and cmake setup | |||
2024-09-05 | Fixed md5 buffer not being correctly zero-initialized and refactored code. ↵ | TJ | |
(#2507) | |||
2024-09-05 | #2461 changing the color of my dot on the minimap | Alexander Gavriliuk | |
2024-09-05 | viewer#2411 Confine font vertex buffers to static text segments | Andrey Kleshchev | |
Collection of vertex buffers happens to often with segmented text. | |||
2024-09-05 | viewer#2411 Use font buffer in line editor | Andrey Kleshchev | |
2024-09-05 | viewer#2411 Use font buffer in text segments | Andrey Kleshchev | |
2024-09-04 | Introduce OpenXR SDK prebuilt package and cmake setup (#2503) | Rye Cogtail | |
2024-09-05 | Get colladadom 2.3 build method to work on Fedora | Erik Kundiman | |
2024-09-04 | Fix 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-05 | Merge pull request #11 from oikumene/freebsd | Erik Kundiman | |
Comment out 'install' lines in collada-dom' CMakeLists.txt, because | |||
2024-09-04 | Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into develop | Brad Linden | |