Ecosyste.ms: Timeline

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

secondlife/viewer

maxim-productengine created a review comment on a pull request on secondlife/viewer
Hm, I think it's worth to use `sendReply()` in this case, thanks.

View on GitHub

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

View on GitHub

RunitaiLinden pushed 1 commit to davep-gpu-instancing secondlife/viewer
  • Add fast transform updates, instrument some lambdas 0e59fee

View on GitHub

marchcat pushed 1 commit to marchcat/c-develop secondlife/viewer
  • Apply changes from 55f2103adc36db0d3f068a31a144e15465226e13 to LLFolderViewItem::drawFavoriteIcon (#2867) 06ff001

View on GitHub

roxanneskelly created a branch on secondlife/viewer

roxie/voice-transcription - 🖥️ Second Life's official client

Geenz created a comment on an issue on secondlife/viewer
@Dan-Linden I checked the objects that should be set to alpha blending as noted in the screenshots, and they're set to no alpha mode and have no transparency applied. Additionally, the provided te...

View on GitHub

marchcat created a review on a pull request on secondlife/viewer
Thank you!

View on GitHub

Geenz pushed 182 commits to geenz/feat/legacy-alpha-params secondlife/viewer
  • Minimal code needed to add RLVa with an on/off toggle c820bb2
  • Add owner say chat hook b82e9b7
  • Add basic scaffolding to support reply commands and handle @versionXXX as an illustration 7402fe6
  • Add the @getcommand command query reply command 4f7eb9b
  • Add the RLVa console db89164
  • Add the RLVa menu b89d7ef
  • Don't compose emojis on the RLVa console input 3c49c33
  • Add proper file headers 6f4d7c2
  • Merge branch 'develop' into rlva/base 25f8cbe
  • Fix tab vs whitespace line fca4227
  • Mac build fixes: Reapply the template fix in rlvhelper.h + point to LLFloaterReg in the global namespace e03ad49
  • secondlife/viewer#2638: Remove pointless assert and cast 3090e01
  • viewer#2648 Fix issues with day offset value 86446c7
  • viewer-private#291 Object floating text does not update without moving camera a2e9a0c
  • Revert "viewer#2413 Remove obsolete alert about expiring voice morphs" This reverts commit 5c16ae13758bdfe8fe1f13d5f... cd8b0a4
  • viewer#2413 Add 'ignore' checkbox to expiring voice morphs d73395a
  • viewer#2413 Partially remove obsolete alert about expiring voice morphs VoiceEffectsWillExpire can be triggered exte... 37f539b
  • viewer#2646 Fix viewer ignoring Physics Shape Type changes asStringRef is only valid for strings 49a2c13
  • #2411 Allow disabling and enabling LLFontVertexBuffer for testing purposes 440c7b2
  • #2411 Disable LLFontVertexBuffer for HUD It needs a rework 3927caa
  • and 162 more ...

View on GitHub

marchcat pushed 1 commit to develop secondlife/viewer
  • Remove dependency on libwayland-dev (#2865) 43beabd

View on GitHub

marchcat closed a pull request on secondlife/viewer
Remove dependency on libwayland-dev
Fixes the issue that booting with wayland will not work unless libwayland-dev is installed.
Geenz pushed 1 commit to geenz/openxr-enablement secondlife/viewer
  • Make sure we're clearing images. b7ae3b1

View on GitHub

LLGuru deleted a branch secondlife/viewer

guru/viewer-2112-provide-gridmap-coordinates

LLGuru pushed 1 commit to develop secondlife/viewer
  • #2112 Provide SL Grid Map coordinates for Official Viewer Users please e205685

View on GitHub

LLGuru closed a pull request on secondlife/viewer
#2112 Provide SL Grid Map coordinates for Official Viewer Users please
The grid coordinates of every region are being displayed just above the region name for each tile ![image](https://github.com/user-attachments/assets/092d6a63-8a5f-4994-8e2e-d9740cea1733)
marchcat created a comment on a pull request on secondlife/viewer
Thanks!

View on GitHub

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

View on GitHub

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

View on GitHub

Ansariel created a comment on a pull request on secondlife/viewer
I noticed that this "properly fixed" shutdown now doesn't show the splash window anymore even though the viewer is still shutting down, which basically defeats the idea of letting the user know the...

View on GitHub

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

View on GitHub

nat-goodspeed created a comment on an issue on secondlife/viewer
Okay, so each entry in the LLSD array will be an LLSD map with keys `"frametime"`, `"frametimejitter"`, `"frametimedoubled"`, `"fps10time"`. I don't really see a need to store both `"frametime"` an...

View on GitHub

Quinn-Elara created a comment on a pull request on secondlife/viewer
> * The first setting which allows downres of textures if the viewer is in the background after a configurable amount of time > > * The second setting would enable an immediate downres if the vi...

View on GitHub

RunitaiLinden pushed 1 commit to davep-gpu-instancing secondlife/viewer
  • Add fullbright/glossiness/env intensity support to gpu instancing pipe 29a5e6a

View on GitHub

vir-linden created a review on a pull request on secondlife/viewer
Approved

View on GitHub

RunitaiLinden pushed 62 commits to davep-gpu-instancing secondlife/viewer
  • Minimal code needed to add RLVa with an on/off toggle c820bb2
  • Add owner say chat hook b82e9b7
  • Add basic scaffolding to support reply commands and handle @versionXXX as an illustration 7402fe6
  • Add the @getcommand command query reply command 4f7eb9b
  • Add the RLVa console db89164
  • Add the RLVa menu b89d7ef
  • Don't compose emojis on the RLVa console input 3c49c33
  • Add proper file headers 6f4d7c2
  • Merge branch 'develop' into rlva/base 25f8cbe
  • Fix tab vs whitespace line fca4227
  • Mac build fixes: Reapply the template fix in rlvhelper.h + point to LLFloaterReg in the global namespace e03ad49
  • Replace None and Success. Those are X11 defines and thus lead to compile errors when compiling a Linux viewer. dc64ac1
  • Merge pull request #1 from Nicky-D/rlva/linux Fix Linux build errors a8d8314
  • Merge branch 'develop' into rlva/base ed2d4f0
  • Remove unneeded RLV_VERIFY + undefine accidental RLV_DEBUG define (should fix Linux build) 689f723
  • Merge branch 'develop' into rlva/base 48b34e0
  • viewer#2705 Some sky parameters weren't updating 3904a15
  • viewer#2709 Fix loose triangle #2 9d3c847
  • #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
  • and 42 more ...

View on GitHub

RunitaiLinden pushed 1 commit to davep-gpu-instancing secondlife/viewer
  • Cull some now-dead code and tune octree a bit 0cea27f

View on GitHub

RyeMutt pushed 1 commit to rye/buildtests secondlife/viewer
  • Reenable and fix llcorehttp, llkdu, and llurlentry tests on non-windows fcf80cc

View on GitHub

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

View on GitHub

akleshchev created a review comment on a pull request on secondlife/viewer
Wouldn't this show message after each return from background?

View on GitHub

Load more