Ecosyste.ms: Timeline

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

secondlife/viewer

LLGuru opened an issue on secondlife/viewer
Add 'Create Landmark' above 'Copy SLurl...' in the chat context menu
* Context menu for the SLURL in the chat should contain an item for creating a landmark * New menu item should be placed above the "Copy SLurl to clipboard" menu item ![Image](https://github.com/u...
nat-goodspeed pushed 1 commit to marchcat/xcode-16 secondlife/viewer
  • Fix more addition of distinct enums. cbee7ee

View on GitHub

callumlinden pushed 70 commits to callum-viewer-cef secondlife/viewer
  • viewer#2705 Some sky parameters weren't updating 3904a15
  • viewer#2709 Fix loose triangle #2 9d3c847
  • Lua api to get info about nearby avatars and objects 5836d88
  • remove trailing whitespace 8a44149
  • #2650 Add UI controls for debug settings: RenderTonemapMix RenderTonemapType (#2787) Co-authored-by: Maxim Nikolenko... 0e86beb
  • cherry pick secondlife/viewer#912 BugSplat Crash 1412267: nvoglv64+0xadcd00 (#2785) * secondlife/viewer#912 BugSplat... da341eb
  • viewer#2741 Sligtly better logging for a crash 85b7210
  • viewer#2443 voice dot indicator should be visible by default b71343e
  • Lua api to get avatar screen position ccc7fff
  • Merge branch 'develop' into maxim/lua-nearby-avatars 6ccae2d
  • Update test_animation.lua demo script 3091985
  • Merge branch 'develop' into maxim/lua-nearby-avatars d69ad11
  • Update demo scripts 3f4c977
  • (WIP) Local paintmap modification test 4811e42
  • secondlife/viewer#1883: (WIP) Alpha paint queue f1d892e
  • secondlife/viewer#1883: (WIP) (not yet working) Brush queue 642ace3
  • secondlife/viewer#1883: (WIP/Alpha/WOMM) Fix some compiler and runtime errors 81cc4fa
  • secondlife/viewer#1883: Fix terrain paintmap bit depth hardcoded in places and increase default bit depth to 8 303bf19
  • secondlife/viewer#1883: Fix logic error caught by clang d505eb4
  • secondlife/viewer#1883: Review feedback f88401c
  • and 50 more ...

View on GitHub

nat-goodspeed pushed 1 commit to marchcat/xcode-16 secondlife/viewer
  • Disambiguate (LLSD != UUID). 70e0ca4

View on GitHub

Rider-Linden pushed 1 commit to rider/chat_metadata secondlife/viewer
  • Issue #2907: Code review comments. 1f4b1dc

View on GitHub

Rider-Linden created a review comment on a pull request on secondlife/viewer
Your comment also flagged for me that the name `notice_id` may be mistaken to be a UUID. Changed to `notice_name` and test for empty.

View on GitHub

Rider-Linden created a review on a pull request on secondlife/viewer

View on GitHub

Rider-Linden created a review comment on a pull request on secondlife/viewer
"The simulator **may have** flagged...

View on GitHub

Rider-Linden created a review on a pull request on secondlife/viewer

View on GitHub

AndrewMeadows created a review comment on a pull request on secondlife/viewer
Rather than bother with `is_system_notice` you could pivot on whether `notice_id` is interesting: `if (notice_id.notNull())`.

View on GitHub

AndrewMeadows created a review comment on a pull request on secondlife/viewer
The comment seems incorrect to assume the the sender has been flagged as a bot. For more correctness please indicate the server may or may not have flagged... "The simulator has flagged this se...

View on GitHub

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

View on GitHub

nat-goodspeed pushed 7 commits to marchcat/xcode-16 secondlife/viewer
  • viewer#1472 Fix some mirror parameters not adjusting combo box only recognizes value "6" bd19bbf
  • viewer#2889 Fixed mixed up water settings b2bb4d2
  • viewer#2741 Don't reallocate image conversion buffer all the time 1924c44
  • Restore tonemapping to ACES with a slight mix towards linear and raise exposure slider limit to 4 (#2915) 0b97f50
  • Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop bd7580b
  • #2910 Allow terminating multiple scripts at once 7783191
  • Merge branch 'develop' into marchcat/xcode-16 7fda8f8

View on GitHub

nat-goodspeed pushed 1 commit to marchcat/xcode-16 secondlife/viewer
  • Only add same enum types. 910fbde

View on GitHub

dmytrohproductengine opened an issue on secondlife/viewer
Bones are not correctly rendered on an avatar using the "Show Bones" option in the "Develop" menu
### Environment 1 ### Description 1 ### Reproduction steps 1. Download and install the [Second Life Release 7.1.12.11386494836](https://github.com/secondlife/viewer/releases/tag/Second_Life_Re...
Geenz created a comment on an issue on secondlife/viewer
Going through the git blame - the shaders haven't changed in a substantial way that should have created a new problem here. Has the test content changed at all? Such as the positioning of the lig...

View on GitHub

maxim-productengine pushed 1 commit to develop secondlife/viewer
  • #2910 Allow terminating multiple scripts at once 7783191

View on GitHub

maxim-productengine deleted a branch secondlife/viewer

maxim/viewer_2910

maxim-productengine created a comment on a pull request on secondlife/viewer
Trimmed trailing whitespaces.

View on GitHub

maxim-productengine pushed 1 commit to maxim/viewer_2910 secondlife/viewer
  • #2910 Allow terminating multiple scripts at once 0001963

View on GitHub

Geenz created a comment on an issue on secondlife/viewer
Notice how the tops don't look right, but the bottoms do.

View on GitHub

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

View on GitHub

Geenz created a comment on an issue on secondlife/viewer
There's some additional quirks I'm noticing. This is using the projector with the ambient lighting set. ![Image](https://github.com/user-attachments/assets/750957aa-eee1-428f-bbd8-df6a9b13848b)

View on GitHub

Geenz created a comment on an issue on secondlife/viewer
I think this is a duplicate of #2637 as well - however I think the bug isn't so much how we're handling alpha, but rather something is up with the alpha texture being applied. Namely, I believe we...

View on GitHub

maxim-productengine created a branch on secondlife/viewer

maxim/viewer_2910 - 🖥️ Second Life's official client

Geenz created a comment on an issue on secondlife/viewer
I'm unable to reproduce this on NVIDIA at least. It may be worth testing on like-Intel GPUs. Notably Xe2 or a discrete Intel ARC GPU. It's possible this is an Intel Alchemist GPU specific issue.

View on GitHub

Geenz created a comment on an issue on secondlife/viewer
I can no longer reproduce this on 7.1.11.242970827.

View on GitHub

Geenz created a comment on an issue on secondlife/viewer
If the problem is just visualization (which it appears to be at first glance) then I think this is fixed both in develop and ExtraFPS.

View on GitHub

Load more