Ecosyste.ms: Timeline

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

secondlife/viewer

AtlasLinden opened an issue on secondlife/viewer
Align tool
Add the ability to align multiple objects with each other on the chosen axis via the Build floater. This functionality already exists in FS: https://gyazo.com/fc75c29b1654319989677a39e034c3ce ## ...
marchcat created a review on a pull request on secondlife/viewer
I see now; the new condition ensures that the code won't attempt to access tokens that may not exist, potentially preventing runtime errors like out-of-bounds access.

View on GitHub

AtlasLinden opened an issue on secondlife/viewer
Buckup/Restore Preferences
Add the ability to backup and restore saved preferences settings. This functionality already exists in FS: https://wiki.firestormviewer.org/fs_backup_settings Can this also be backed up on a clou?...
AtlasLinden opened an issue on secondlife/viewer
Copy UUID of objects from Build floater
Add the ability to grab the UUID from objects direct from the Build floater. UI for this functionality [exists in FS](https://wiki.firestormviewer.org/toolbox_general_tab_more#:~:text=Copy%20Keys%3...
marchcat created a comment on a pull request on secondlife/viewer
An "Issue" type ticket may be optional if the PR is sufficiently documented. However, I can't determine what this change does based on the code alone either.

View on GitHub

maxim-productengine created a review comment on a pull request on secondlife/viewer
Thanks. You're right about passing arguments.

View on GitHub

maxim-productengine created a review on a pull request on secondlife/viewer

View on GitHub

maxim-productengine pushed 1 commit to maxim/viewer_2245 secondlife/viewer
  • #2245 allow passing command-line arguments 5484f34

View on GitHub

AtlasLinden created a comment on an issue on secondlife/viewer
New comment further explaining performance drop: The main issue is performance going down (and keeping going down ) when switching back and forth with other applications on the same computer... (th...

View on GitHub

Ansariel created a comment on a pull request on secondlife/viewer
> Yeah this is due to Ubuntu 22.04 being GCC-12...Bumping the OS version is possible but would result in quite a few linux distros no longer working with the GHA builds. Great! You just describe...

View on GitHub

LLGuru pushed 48 commits to guru/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 28 more ...

View on GitHub

akleshchev deleted a branch secondlife/viewer

andreyk/viewer_2653

akleshchev pushed 1 commit to release/2024.09-ExtraFPS secondlife/viewer
  • viewer#2653 Failure logging 05858ee

View on GitHub

akleshchev closed a pull request on secondlife/viewer
viewer#2653 Failure logging
akleshchev deleted a branch secondlife/viewer

andreyk/viewer_2875

akleshchev pushed 1 commit to release/2024.09-ExtraFPS secondlife/viewer
  • viewer#2875 Proportionally agressive vram cleanup fa5aba2

View on GitHub

akleshchev closed a pull request on secondlife/viewer
viewer#2875 Proportionally agressive vram cleanup
1. Speed up cleanup when bias is high by making viewer run over textures faster. 2. Reserve memory dynamically instead of fixed 512Mb. Better gpu -> higher rendering settings -> sudden memory chan...
akleshchev created a comment on a pull request on secondlife/viewer
Does this have a ticket, what exactly does this fix and how to repro this problem?

View on GitHub

georgebproductengine opened an issue on secondlife/viewer
Unable to remove a resident from Always allowed and Banned lists
### Environment Second Life Release 7.1.12.11386494836 (64bit) Release Notes You are at 152.8, 168.1, 111.0 in Product Engine 2 located at simhost-01d2820bbff2e17f7.agni SLURL: http://maps.second...
maxim-productengine created a review on a pull request on secondlife/viewer

View on GitHub

LLGuru opened a draft pull request on secondlife/viewer
Small fix in LLTeleportHandler::handle()
LLGuru created a branch on secondlife/viewer

guru/develop - 🖥️ Second Life's official client

RyeMutt created a comment on a pull request on secondlife/viewer
Yeah this is due to Ubuntu 22.04 being GCC-12...Bumping the OS version is possible but would result in quite a few linux distros no longer working with the GHA builds.

View on GitHub

AiraYumi created a comment on a pull request on secondlife/viewer
This is a correct message because clang uses gcc libraries (glibc) and header files internally.

View on GitHub

Ansariel created a comment on a pull request on secondlife/viewer
> @Ansariel Linux GHA Build uses clang14. Therefore, even if the build is successful with gcc, it may fail with GHA Build. The GHA build log says something else though.

View on GitHub

AiraYumi created a comment on a pull request on secondlife/viewer
@Ansariel Linux GHA Build uses clang14. Therefore, even if the build is successful with gcc, it may fail with GHA Build.

View on GitHub

RyeMutt opened a pull request on secondlife/viewer
Restore default exposure to 1 and add exposure and tonemapping featuretable entries
* Restore default exposure level to 1.0 * Add featuretable entries for tonemapping and exposure to correctly reset defaults #2913 #2916
RyeMutt created a branch on secondlife/viewer

rye/extra-exposure - 🖥️ Second Life's official client

callumlinden pushed 51 commits to callum-viewer-cef 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 31 more ...

View on GitHub

roxanneskelly pushed 1 commit to roxie/no-double-add-data-channel-observer secondlife/viewer

View on GitHub

Load more