Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-22 | disable unused but set warnings on newer compilers on mac. | Roxie Linden | |
2024-02-22 | Hook up speaker volume. | Roxie Linden | |
2024-02-22 | Add some thread safety | Roxie Linden | |
2024-02-22 | do some thread safety to prevent webrtc threads from conflicting with viewer ↵ | Roxie Linden | |
threads. | |||
2024-02-22 | inadvertantly added | Roxie Linden | |
2024-02-22 | some build tweaks | Roxie Linden | |
2024-02-22 | Fix windows pragma error | Roxie Linden | |
2024-02-22 | set toolset for llwebrtc | Roxie Linden | |
2024-02-22 | more picky cmake | Roxie Linden | |
2024-02-22 | Cmake on TC is sure picky | Roxie Linden | |
2024-02-22 | Try reordering URL_HASH | Roxie Linden | |
2024-02-22 | TC build cmake complained about URL_HASH | Roxie Linden | |
2024-02-22 | unknown warnings for TC build machines | Roxie Linden | |
2024-02-22 | remove unnecessary build file | Roxie Linden | |
2024-02-22 | coding policy fixes | Roxie Linden | |
2024-02-22 | Use webrtc built binaries from temporary s3 location | Roxie Linden | |
2024-02-22 | Updates to build on mac. | Roxie Linden | |
2024-02-22 | Pull webrtc down from a webserver before building. | Roxie Linden | |
2024-02-22 | Checkpoint WebRTC Voice | Roxie Linden | |
2024-02-22 | Initialize versions | Roxie Linden | |
2024-02-22 | #include <iomanip> where std::quoted() is referenced. | Nat Goodspeed | |
Remove where it isn't. | |||
2024-02-22 | Lua listen_events(), await_event() => get_event_{pumps,next}(). | Nat Goodspeed | |
Don't set up a Lua callback to receive incoming events, a la listen_events(). Don't listen on an arbitrary event pump, a la await_event(). Instead, the new get_event_pumps() entry point simply delivers the reply pump and command pump names (as listen_events() did) without storing a Lua callback. Make LuaListener capture incoming events on the reply pump in a queue. This avoids the problem of multiple events arriving too quickly for the Lua script to retrieve. If the queue gets too big, discard the excess instead of blocking the caller of post(). Then the new get_event_next() entry point retrieves the next (pump, data) pair from the queue, blocking the Lua script until a suitable event arrives. This is closer to the use of stdin for a LEAP plugin. It also addresses the question: what should the Lua script's C++ coroutine do while waiting for an incoming reply pump event? Recast llluamanager_test.cpp for this new, more straightforward API. Move LLLeap's and LuaListener's reply LLEventPump into LLLeapListener, which they both use. This simplifies LLLeapListener's API, which was a little convoluted: the caller supplied a connect callback to allow LLLeapListener to connect some listener to the caller's reply pump. Now, instead, the caller simply passes a bool(pumpname, data) callback to receive events incoming on LLLeapListener's own reply pump. Fix a latent bug in LLLeapListener: if a plugin called listen() more than once with the same listener name, the new connection would not have been saved. While at it, replace some older Boost features in LLLeapListener and LLLeap. | |||
2024-02-22 | Add diagnostic logging to LLEventPumps::post(). | Nat Goodspeed | |
If post() can't find the requested pump, say so. | |||
2024-02-22 | Slightly modernize run_build_test.py. | Nat Goodspeed | |
2024-02-22 | For spatial voice, determine voice provider based on server setting. | Roxie Linden | |
2024-02-22 | Improving issue templates. (#877) | Brad Linden | |
making ordering explicit, and disabling blank issue submission to force triage label to be set. | |||
2024-02-22 | Merge branch 'main' into DRTVWR-600-maint-A | Andrey Lihatskiy | |
2024-02-22 | Merge pull request #869 from secondlife/vi-72 | cosmic-linden | |
secondlife/viewer-issues#72: Test plan feedback and additional improvements | |||
2024-02-22 | Delete .github/ISSUE_TEMPLATE/issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Merge pull request #873 from secondlife/vir-linden-issue-template | Vir Linden | |
Create issue_template.md | |||
2024-02-22 | Create issue_template.md | Vir Linden | |
Issue template for the "blank issue" option | |||
2024-02-22 | Replaced an overlooked BOOL in lllegacyatmospherics.h | Ansariel | |
2024-02-21 | secondlife/viewer-issues#72: Test plan feedback and additional improvements | Cosmic Linden | |
2024-02-21 | Merge pull request #849 from secondlife/vi-72 | cosmic-linden | |
secondlife/viewer-issues#72: Fix material preview making things disappear. General cleanup. | |||
2024-02-21 | secondlife/viewer-issues#72: More correct interpretation of swapFBORefs | Cosmic Linden | |
2024-02-21 | secondlife/viewer-issues#72: Add test plan | Cosmic Linden | |
2024-02-21 | secondlife/viewer-issues#72: Fix clang warnings (virtual override) | Cosmic Linden | |
2024-02-22 | Viewer#863 Crash reading xml | Andrey Kleshchev | |
2024-02-22 | triage#100 Fix invalid interest mode | Andrey Kleshchev | |
Agent needs these strings before values were initialized so made values a bit more global. | |||
2024-02-22 | newer enum for modal OK response | Lars Næsbye Christensen | |
2024-02-22 | viewer#855 Xcode buildfix | Andrey Lihatskiy | |
2024-02-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-21 | secondlife/viewer-issues#72: Fix material preview affecting exposure on main ↵ | Cosmic Linden | |
screen | |||
2024-02-21 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-21 | #682 Add an update rate parameter to help throttle mirror updates. | Jonathan "Geenz" Goodman | |
So far 4 seems like a good balance for performance and quality. 2 is great for quality, with 6 or 8 being for higher performance. Also bring back the gaussian filter - may end up adding the FXAA filter though instead. | |||
2024-02-21 | viewer#851 Xcode buildfix | Andrey Lihatskiy | |
2024-02-21 | Convert remaining BOOLs in llxml and introduce std::string_view | Ansariel | |
2024-02-21 | Add the option to use clean lua_State in "Lua debug" floater | Mnikolenko Productengine | |