Ecosyste.ms: Timeline

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

secondlife/viewer

nat-goodspeed created a review on a pull request on secondlife/viewer

View on GitHub

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

View on GitHub

nat-goodspeed pushed 63 commits to maxim/viewer_2245 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 43 more ...

View on GitHub

canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [[ExtraFPS] Release Candidate defaults to Khronos for tone mapping breaking existing EEP and Content in PBR/Non PBR](https://secondlife.canny.io/admin/bo...

View on GitHub

akleshchev created a comment on an issue on secondlife/viewer
Should be resolved by https://github.com/secondlife/viewer/commit/1924c44caf5d0f842a0c1d5deaa110b3c3d18df7

View on GitHub

canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [SL installing twice again](https://secondlife.canny.io/admin/board/feature-requests/p/sl-installing-twice-again) :tada:

View on GitHub

canny[bot] opened an issue on secondlife/viewer
SL installing twice again
This happened to me before and I had to use the 32 bit viewer instead. Whatever was wrong was fixed on the next viewer and it installed fine. I have been away from SL for awhile and am now coming b...
github-actions[bot] published a release on secondlife/viewer
Second_Life_Develop#4cc997bc-again
<!-- Release notes generated using configuration in .github/release.yaml at Second_Life_Develop#4cc997bc-again --> ## What's Changed ### Other Changes * Add command-line switches --lua "chunk" and...
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...
Load more