Ecosyste.ms: Timeline

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

secondlife/viewer

akleshchev 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 Probably got lost somewhere... will see what's going on there.

View on GitHub

marchcat created a tag on secondlife/viewer

Second_Life_Release#0ef7a9b-maint-c-2024-10-17 - 🖥️ Second Life's official client

marchcat deleted a branch secondlife/viewer

marchcat/c-develop

marchcat pushed 2459 commits to release/maint-c secondlife/viewer
  • Fix nullptr crash in LLLandmarksPanel::canItemBeModified 177a21d
  • Fix nullptr crash in LLInvFVBridge::getClipboardEntries baca6ae
  • Fix null region pointer crash in LLIMView dbc7704
  • Fix nullptr crash in LLFloaterIMContainer::onAddButtonClicked d1e8e8d
  • Whitespace fix 15877bf
  • Merge pull request #2085 from RyeMutt/crash-fixes Fix various nullptr crashes dc2aab4
  • Update expired cert in integration test see fe8c976 for more info bd6b6ac
  • Clarify environment info prompt for bug issue template. (#2088) 06c90a6
  • viewer#2043 bugsplat symbol upload update 57e78ed
  • Improve error message notifying user that Voice Morph Effects are not supported secondlife/viewer#1451 26a01ce
  • Temporarily disable linux build 25e9c61
  • Merge branch 'develop' into marchcat/b-develop f32d376
  • #1318 Pagination in the Group Interface aaa5cae
  • #2095 Crash #1497728: LLInventorySingleFolderPanel::hasVisibleItems 603f448
  • remove inappropriate ignoretext usage as recommended in code review. 152c32d
  • Update expired cert in integration test see fe8c976 for more info b289e0b
  • Fix warning/misnamed button image PushButton_Disabled_Selected to PushButton_Selected_Disabled df45968
  • Cache more frequently accessed settings 4b543b6
  • Merge pull request #2092 from secondlife/brad/1451-voice-fonts-message Improve error message notifying user that Voi... aced6fe
  • Merge remote-tracking branch 'origin/release/webrtc-voice' into release/2024.06-atlasaurus ed73208
  • and 2439 more ...

View on GitHub

marchcat closed a pull request on secondlife/viewer
Develop → Maint C sync
Known regressions: - [x] #2857 (fixed at 35edd296a6f850b811c000c8b337abaa1fde9835); - [x] Inventory: create notecard, add it to favorites, delete it there, go back, create a folder -> assert/cras...
akleshchev created a review comment on a pull request on secondlife/viewer
Apparently output_monitor("output_monitor", LLOutputMonitorCtrl::Params().with(...)), but since it's apparently internal element and not a simple value, it should be defined in xml.

View on GitHub

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

View on GitHub

marchcat 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 So this is new expected behavior. We can fix it later if needed, but for now, the goal is to synchroniz...

View on GitHub

marchcat pushed 1 commit to marchcat/c-develop secondlife/viewer
  • Post-merge fix: "upload to folder" regression d3d349a

View on GitHub

akleshchev created a review comment on a pull request on secondlife/viewer
This is a wrong way to set default value for params

View on GitHub

akleshchev 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

marchcat created a comment on a pull request on secondlife/viewer
Ryzen 9 5950X (16C/32T), Release configuration: develop: 07:46.027 minutes rye/buildtests without LTO: 05:40.638 minutes, 27% faster than develop 🚀 rye/buildtests with LTO (autobuild configure...

View on GitHub

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

View on GitHub

AYViewer forked secondlife/viewer

AYViewer/viewer

github-actions[bot] created a tag on secondlife/viewer

Second_Life_Develop#38c684b8-2024-10-17 - 🖥️ Second Life's official client

Darleene99 created a comment on an issue on secondlife/viewer
> Looks like this is part of Maint C but this is a first step towards proof of concept for metadata use, which then supports all things AI. Yes. Inventory has not changed much since a long time. T...

View on GitHub

LLGuru created a branch on secondlife/viewer

guru/viewer-2572-voice-dot-appears - 🖥️ Second Life's official client

kylelinden created a comment on an issue on secondlife/viewer
Looks like this is part of Maint C but this is a first step towards proof of concept for metadata use, which then supports all things AI.

View on GitHub

maxim-productengine deleted a branch secondlife/viewer

maxim/lua-nearby-avatars

maxim-productengine pushed 11 commits to develop secondlife/viewer
  • Lua api to get info about nearby avatars and objects 5836d88
  • remove trailing whitespace 8a44149
  • 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
  • #1921 Add setting to hide source info from output in Lua Debug Console a2ae46e
  • Merge branch 'develop' into maxim/lua-nearby-avatars 64ecc38
  • Add a response with result when taking snapshot; and other clean up 3ed29a7
  • Merge pull request #2805 from secondlife/maxim/lua-nearby-avatars Lua api to get info about nearby avatars and objects 38c684b

View on GitHub

maxim-productengine closed a pull request on secondlife/viewer
Lua api to get info about nearby avatars and objects
Added Lua api which allows to get the list of nearby avatars/objects (in specified range) and some info(id, global/region position and name for the avatars). #1921 - added setting to hide source i...
maxim-productengine created a review comment on a pull request on secondlife/viewer
Bounding box info could help improve an autopilot route. Not sure about colors... should we consider materials/PBR stuff? Also, I was thinking about adding ability to render minor effects via lua...

View on GitHub

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

View on GitHub

maxim-productengine created a review comment on a pull request on secondlife/viewer
Yep, I see your point and agree that it would be useful.

View on GitHub

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

View on GitHub

Geenz created a comment on a pull request on secondlife/viewer
Some benchmarks on my machine (Ryzen 9 7945HX3D - 16C/32T) using Release configuration: develop: 08:21.696 minutes rye/buildtests without LTO: 06:33.442 minutes rye/buildtests with LTO (`autobui...

View on GitHub

maxim-productengine pushed 1 commit to maxim/lua-nearby-avatars secondlife/viewer
  • Add a response with result when taking snapshot; and other clean up 3ed29a7

View on GitHub

maestrolinden opened an issue on secondlife/viewer
Keypresses to text input fields are duplicated
### Environment Second Life Test 7.1.12.11370694217 (64bit) Release Notes You are at 36.7, 134.1, 21.3 in Tustin located at simhost-0d8e20bef03d618f9.agni SLURL: http://maps.secondlife.com/second...
Load more