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
Underwater nametags should be shown if you see the avatar
See https://github.com/secondlife/viewer/issues/2542#issuecomment-2420719343 If the below scenario was above water, nametags would be seen for both users. Transparent water setting should be consi...
akleshchev created a review on a pull request on secondlife/viewer

View on GitHub

LLGuru created a review comment on a pull request on secondlife/viewer
The null-check is removed

View on GitHub

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

View on GitHub

LLGuru pushed 1 commit to guru/viewer-2303-error-on-call-after-login secondlife/viewer
  • #2303 An error occured while trying to connect to voice bedab38

View on GitHub

AtlasLinden created a comment on an issue on secondlife/viewer
The behaviour shown in Sergii's comment is back to how it originally was so passing QA for this issue. A separate feature request will be made for further investigation into Kyle's comment, "if you...

View on GitHub

Geenz pushed 1 commit to geenz/openxr-enablement secondlife/viewer
  • Introduce swapchains into the viewer. OpenXR for now, but will likely permeate through the rest of the viewer. b5a0c58

View on GitHub

akleshchev created a comment on an issue on secondlife/viewer
> That is the sensible and expected (I would think) behaviour. Agree, but it looks like nametags were never visible under water before from above water, so that part is more like a feature request...

View on GitHub

AtlasLinden created a comment on an issue on secondlife/viewer
TLDR: Essentially wanting to add a save/export sky setting button to the Edit Day Cycle floater in order to extract an exact frame to its own sky (or water) setting

View on GitHub

canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [Extracting Sky and Water Settings assets from a Daycycle](https://secondlife.canny.io/admin/board/feature-requests/p/extracting-sky-and-water-settings-a...

View on GitHub

canny[bot] opened an issue on secondlife/viewer
Extracting Sky and Water Settings assets from a Daycycle
When having created a Daycycle, regardless of how you go about creating the keyframes, by importing Sky and / or Water Setting assets, importing from files, basing it on an existing Daycycle or jus...
aiaustin created a comment on an issue on secondlife/viewer
>> Simply put, if you can see the Avatar, you should see their Name tag above them. That is the sensible and expected (I would think) behaviour.

View on GitHub

akleshchev created a review comment on a pull request on secondlife/viewer
Cleaned up.

View on GitHub

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

View on GitHub

akleshchev pushed 1 commit to andreyk/viewer_2884 secondlife/viewer

View on GitHub

akleshchev created a review comment on a pull request on secondlife/viewer
Nowhere, I'm surprised build didn't fail. removing. Also forgot to add LLMuteList::getInstance()->removeObserver(). No idea why there was no such call before.

View on GitHub

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

View on GitHub

vladyslavasproductengine created a comment on an issue on secondlife/viewer
Deferred QA. This issue unable to test because of https://github.com/secondlife/server/issues/1514. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of http...

View on GitHub

igorlproductengine created a comment on an issue on secondlife/viewer
Passed QA. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of https://github.com/secondlife/iqa/issues/366.

View on GitHub

akleshchev created a review comment on a pull request on secondlife/viewer
voice_client is a singleton, there shouldn't be a need to check it.

View on GitHub

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

View on GitHub

georgebproductengine created a comment on an issue on secondlife/viewer
Passed QA. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of https://github.com/secondlife/iqa/issues/366.

View on GitHub

dmytrohproductengine created a comment on an issue on secondlife/viewer
Passed QA. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of [IQA#366](https://github.com/secondlife/iqa/issues/366).

View on GitHub

georgebproductengine created a comment on an issue on secondlife/viewer
PE does not have access to teleport to the http://maps.secondlife.com/secondlife/MoleTest/106/59/23. Could you provide please the test object? Verified on the Second Life Release 7.1.11.11296522354...

View on GitHub

Geenz pushed 1 commit to geenz/openxr-enablement secondlife/viewer

View on GitHub

Geenz pushed 1084 commits to geenz/openxr-enablement secondlife/viewer
  • DRTVWR-589: Update Lualibs.cmake to use lua54.lib from 3p-lua. Also remove #pragma comment(lib, "liblua54.a") fr... f80ede0
  • DRTVWR-589: Update to lua build v5.4.6-164391e 1c5f7ee
  • DRTVWR-589 - don't prevent mangling names as we use C++ lib 0a731cd
  • Merge pull request #11 from secondlife/DRTVWR-589-3p-lua Merge 3p-lua use to trunk DRTVWR-589 5a6174c
  • DRTVWR-589: Merge branch 'main' into DRTVWR-589 197a1dd
  • DRTVWR-589: Post-merge fix 9cfe9e8
  • DRTVWR-589: Fix build errors resulting from merge with main. LLDispatchListener::getPumpName() went away when LLEven... f31dc5a
  • DRTVWR-589: Merge branch 'main' into DRTVWR-589. 525a885
  • Merge pull request #13 from secondlife/DRTVWR-589-alt-fix DRTVWR-589: Fix build errors resulting from merge with main. 8a7ac72
  • DRTVWR-589: Merge branch 'DRTVWR-589' of into DRTVWR-589-plus-D596 6ffc126
  • DRTVWR-589: update to start using Luau libs 81e1963
  • DRTVWR-589: add mac luau libs 6e6fb92
  • DRTVWR-589: get rid of pragma and update windows libs 2acb8bd
  • strip lua testing functions ab1f2c2
  • Merge branch DRTVWR-589-luau into luau-scripting LuaU scripting project eb0c19b
  • Break out lua_function.h,.cpp and lualistener.h,.cpp. The intention is to decentralize Luau entry points into our C+... f664c2e
  • Add machinery to capture result of running a Lua script or snippet. Add LuaState::expr() that evaluates a Lua snippe... 5b04049
  • Fix up a few longstanding missing #includes. c9ae127
  • Fix lluau::dostring() for return values. We were calling lua_pcall() in such a way as to discard any values returned... 382ec7b
  • Add LLLUAmanager::startScriptFile(), startScriptLine() functions. Break out for LLLUAmanager consumers the promise/f... 4ecfd70
  • and 1064 more ...

View on GitHub

dmytrohproductengine created a comment on an issue on secondlife/viewer
Passed QA. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of [IQA#366](https://github.com/secondlife/iqa/issues/366).

View on GitHub

igorlproductengine created a comment on an issue on secondlife/viewer
Passed QA. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of https://github.com/secondlife/iqa/issues/366.

View on GitHub

sergiiiproductengine created a comment on an issue on secondlife/viewer
Passed QA. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of https://github.com/secondlife/iqa/issues/366. Note: Avatar Media/Voice Hearing toggles have ...

View on GitHub

georgebproductengine created a comment on an issue on secondlife/viewer
Passed QA. Verified on the Second Life Release 7.1.11.11296522354 (64bit) on Win10/OSX in the scope of https://github.com/secondlife/iqa/issues/366.

View on GitHub

Load more