Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

secondlife/viewer

canny[bot] opened an issue on secondlife/viewer
Confirmation before Closing Conference
I'd like to request that the viewer ask for confirmation before closing a conference chat. https://secondlife.canny.io/admin/board/feature-requests/p/confirmation-before-closing-conference
canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [Confirmation before Closing Conference](https://secondlife.canny.io/admin/board/feature-requests/p/confirmation-before-closing-conference) :tada:

View on GitHub

canny[bot] opened an issue on secondlife/viewer
Make 100% transparent faces green when highlighting transparent faces
Currently, the viewer renders Alpha Mask items Blue, but does not render 100% transparent items differently to Alpha Blend. This can make it difficult to find Alpha Blend items in the scene, becau...
canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [Make 100% transparent faces green when highlighting transparent faces](https://secondlife.canny.io/admin/board/feature-requests/p/make-100-transparent-f...

View on GitHub

akleshchev opened a pull request on secondlife/viewer
viewer#2753 "Animation to play" drop-down box stuck at None
Restore selection after regenerating list
akleshchev pushed 1 commit to andreyk/viewer_2753 secondlife/viewer
  • viewer#2753 "Animation to play" drop-down box stuck at None Restore selection after regenerating list 418fc5f

View on GitHub

Dan-Linden created a comment on an issue on secondlife/viewer
This test needs to be added to our Preferences viewer Regression test.

View on GitHub

akleshchev created a branch on secondlife/viewer

andreyk/viewer_2753 - 🖥️ Second Life's official client

roxanneskelly opened a draft pull request on secondlife/viewer
Fix issue where sometimes connections would be restarted instead of closed.
When a connection was closed and caps weren't available, the connection would be restarted instead. Also, breakConnection need not be a coroutine, as it's pretty quick. And, webrtc sometimes ...
roxanneskelly created a branch on secondlife/viewer

roxie/no-double-add-data-channel-observer - 🖥️ Second Life's official client

Webbijo created a comment on an issue on secondlife/viewer
> The issue with group showing only 50 users is fixed (which was cutting amount of visible owners), but apparently there are groups like Testylvania where list still doesn't show all owners. yes i...

View on GitHub

AtlasLinden created a comment on an issue on secondlife/viewer
1.5 determined to be too bright. Further discussions to be made on if this should be made 1.2 or a different value. For now please revert back to 1.0.

View on GitHub

nat-goodspeed created a comment on a pull request on secondlife/viewer
n.b. https://github.com/secondlife/viewer/blob/develop/indra/CMakeLists.txt#L32

View on GitHub

marchcat created a comment on a pull request on secondlife/viewer
Yay! Thank you, @nat-goodspeed!

View on GitHub

nat-goodspeed deleted a branch secondlife/viewer

marchcat/xcode-16

nat-goodspeed pushed 42 commits to develop secondlife/viewer
  • Xcode16 build fix 576c558
  • Make `LLPointer` equality comparisons accept not-identical types. That is, both `LLPointer::operator==()` and `opera... 705fd68
  • LLConstPointer<T> is the same as LLPointer<const T>. Instead of restating the whole class, requiring changes to be m... 1a682de
  • Use copy-and-swap idiom for LLPointer's assignment operators. This affords strong exception safety. Also, eliminatin... 98c829a
  • Explain why apparently redundant LLPointer methods are necessary. Given templated constructors and assignment operat... 5d7b3ab
  • Merge pull request #2681 from secondlife/nat/xcode-16 Generalize LLPointer's comparison operators to allow comparabl... 4b2b94f
  • Merge branch 'develop' into marchcat/xcode-16 55df732
  • Adapt `fsyspath` for C++20 conventions. In C++20, `std::filesystem::u8path()` (that accepts a UTF-8 encoded `std::st... dc0c6d3
  • Fix a few more fsyspath conversions, removing explicit u8string(). 988a0fd
  • #include <cmath> rather than "math.h" to avoid lerp() conflict. GCC on Linux complains that "math.h", which hoists a... 015ff3d
  • Ditch our own (conflicting) definition of the lerp() function. Hoist `std::lerp()` into the global namespace instead. 6400284
  • Fix GCC ambiguous-reversed-operator errors for `LLKeyData` compares. `LLKeyData::operator==(const LLKeyData&)` and `... 6ac59d1
  • Reinstate our lerp() function, avoid "math.h" header. For reasons that remain unclear, MSVC likes our lerp() functio... d7f6b96
  • Set continue-on-error for linux builds 15dad13
  • Remove whitespace for pre-commit 452e074
  • Rename our lerp() to flerp(); call where MSVC balks at std::lerp(). Now the lerp() in global namespace is std::lerp(... 8a6da4d
  • Merge remote branch 'develop' into marchcat/xcode-16 b043ed4
  • Ditch last instances of LL_LIBRARY_INCLUDE. fcfcca9
  • Fix lerp issues and eliminate flerp in favor of std::lerp (#2712) d3833b6
  • Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp. This allows removing #include "llerror.h" from llpoin... a2b76b6
  • and 22 more ...

View on GitHub

nat-goodspeed closed a pull request on secondlife/viewer
Xcode16 build fix
nat-goodspeed created a comment on an issue on secondlife/viewer
Note resonance with #2861.

View on GitHub

AtlasLinden opened an issue on secondlife/viewer
Create buttons for cycling through object faces or linked prims
Create buttons to enable cycling through object faces or selected linked prims. This function already exists but only as [hotkeys](https://wiki.secondlife.com/wiki/All_keyboard_shortcut_keys#:~:tex...
AtlasLinden opened an issue on secondlife/viewer
Contact Sets
The ability to organise your friends into separate sets or categories. This feature exists in FS. More info here: https://wiki.firestormviewer.org/fs_contact_sets ## Test Plan TBD
vladyslavasproductengine created a comment on an issue on secondlife/viewer
Failed QA Verified on the Second Life Release 7.1.11.11469579464 (64bit) on Win10/OSX in the scope of https://github.com/secondlife/iqa/issues/374.

View on GitHub

AtlasLinden opened an issue on secondlife/viewer
Collapsible Build Floater
Allow the Build floater to collapse. Clip of it in action in FS: https://gyazo.com/6003c36cee980ddee21c486364485efd ## Test Plan Ensure each build option still works the same as before. Verify co...
marchcat pushed 7 commits to marchcat/xcode-16 secondlife/viewer
  • Issue #2907: Process metadata sent along with chats of type IM_NOTHING_SPECIAL, The metadata can contain information ... b8da125
  • Issue #2907: Code review comments. 1f4b1dc
  • Merge pull request #2908 from secondlife/rider/chat_metadata Bot self identification. 4cc997b
  • #2577 Worn transparent prims no longer show with 'Highlight transparent' 297c201
  • #2904 output position should ignore cursor position f9be6cb
  • #2899 Mac: add the libSDL2 link to SLPlugin 299c37a
  • Merge branch 'develop' into marchcat/xcode-16 168a5f3

View on GitHub

marchcat deleted a branch secondlife/viewer

marchcat/2899

marchcat pushed 1 commit to develop secondlife/viewer
  • #2899 Mac: add the libSDL2 link to SLPlugin 299c37a

View on GitHub

marchcat closed a pull request on secondlife/viewer
#2899 Mac: add the libSDL2 link to SLPlugin
SLPlugin should include a link to the dylib as well.
marchcat created a comment on a pull request on secondlife/viewer
#2870 has a workaround (#2890), should we get it in here as well?

View on GitHub

marchcat created a comment on a pull request on secondlife/viewer
Yes, I'll update this PR once ready.

View on GitHub

akleshchev created a review on a pull request on secondlife/viewer

View on GitHub

nat-goodspeed created a comment on a pull request on secondlife/viewer
So we should keep an eye on #2929 and, once it's merged, update this branch again from develop? -- unless this PR merges first, of course.

View on GitHub

Load more