Ecosyste.ms: Timeline

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

secondlife/viewer

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

View on GitHub

akleshchev opened a pull request on secondlife/viewer
viewer#2653 Failure logging
akleshchev created a branch on secondlife/viewer

andreyk/viewer_2653 - 🖥️ Second Life's official client

brad-linden created a comment on a pull request on secondlife/viewer
I'll repeat my comment here from secondlife/viewer#2891: we probably in the long run will want a proper solution of using SDL for all input and windowing on mac rather than hacking in some custom ...

View on GitHub

AndrewMeadows deleted a branch secondlife/viewer

leviathan/disable-sdl2-on-mac

AndrewMeadows closed a pull request on secondlife/viewer
temporary workaround for #2870: disable SDL2 on mac
**SDL2** has a builtin pipeline that uses Cocoa’s NSTextInputClient protocol, and the input submitted during the `SDL_PollEvent()` call. Meanwhile we have our own hookup to NSTextInputClient, henc...
nat-goodspeed pushed 1 commit to nat/lua-eventstream secondlife/viewer

View on GitHub

AtlasLinden created a comment on an issue on secondlife/viewer
A duplicate of https://github.com/secondlife/jira-archive-internal/issues/163959 but bringing in this as a new non-archived report.

View on GitHub

canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [Extreme LI increase when creating PBR textured toruses](https://secondlife.canny.io/admin/board/bug-reports/p/extreme-li-increase-when-creating-pbr-text...

View on GitHub

AtlasLinden created a comment on an issue on secondlife/viewer
This could be a duplicate of https://github.com/secondlife/viewer/issues/2914

View on GitHub

canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [[DeltaFPS, ExtraFPS] Viewer slowdown coming back to focus](https://secondlife.canny.io/admin/board/bug-reports/p/deltafps-extrafps-viewer-slowdown-comin...

View on GitHub

canny[bot] opened an issue on secondlife/viewer
[DeltaFPS, ExtraFPS] Viewer slowdown coming back to focus
While trying to understand why Featurettes compared to current releases felt like a more "smoother" experience, even after all the "improvements", I found the following: - Performance goes down ...
nat-goodspeed created a comment on an issue on secondlife/viewer
I'd be curious if you replace `LL.sleep(0.1)` with: ``` Timer = (require 'timers').Timer ... Timer(0.1, 'wait') ``` [A pending changeset](https://github.com/secondlife/viewer/commit/b185a55d166...

View on GitHub

nat-goodspeed pushed 1 commit to nat/lua-eventstream secondlife/viewer
  • Replace timers.Timer(delay, 'wait') API with timers.sleep(delay). dea629a

View on GitHub

akleshchev deleted a branch secondlife/viewer

andreyk/viewer_2753

akleshchev pushed 1 commit to release/2024.09-ExtraFPS secondlife/viewer
  • viewer#2753 "Animation to play" drop-down box stuck at None Restore selection after regenerating list 72ce024

View on GitHub

akleshchev closed a pull request on secondlife/viewer
viewer#2753 "Animation to play" drop-down box stuck at None
Restore selection after regenerating list
nat-goodspeed pushed 1 commit to nat/vector-resultset secondlife/viewer
  • Add LL::ResultSet subclass VectorResultSet for the simple case. Update existing simple LL::ResultSet subclasses. 541b44b

View on GitHub

nat-goodspeed pushed 262 commits to nat/lua-eventstream 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
  • Xcode16 build fix 576c558
  • Fix tab vs whitespace line fca4227
  • Mac build fixes: Reapply the template fix in rlvhelper.h + point to LLFloaterReg in the global namespace e03ad49
  • viewer#2648 Fix issues with day offset value 86446c7
  • 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
  • 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
  • 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
  • and 242 more ...

View on GitHub

nat-goodspeed created a review comment on a pull request on secondlife/viewer
I like introducing `getAllSelectedValues()`; I'm a little surprised that didn't already exist. But I do wonder why you return a `std::vector<LLSD>` instead of an LLSD array?

View on GitHub

nat-goodspeed created a review on a pull request on secondlife/viewer

View on GitHub

nat-goodspeed created a review comment on a pull request on secondlife/viewer
I recommend using `ll_regex_match()` from llregex.h: `boost::regex_match()` can throw. `ll_regex_match()` defends against that case. Also, now that `runScriptFile()` can pass command-line argume...

View on GitHub

nat-goodspeed created a review on a pull request on secondlife/viewer

View on GitHub

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

View on GitHub

nat-goodspeed pushed 63 commits to maxim/viewer_2245 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 43 more ...

View on GitHub

canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [[ExtraFPS] Release Candidate defaults to Khronos for tone mapping breaking existing EEP and Content in PBR/Non PBR](https://secondlife.canny.io/admin/bo...

View on GitHub

akleshchev created a comment on an issue on secondlife/viewer
Should be resolved by https://github.com/secondlife/viewer/commit/1924c44caf5d0f842a0c1d5deaa110b3c3d18df7

View on GitHub

canny[bot] created a comment on an issue on secondlife/viewer
This issue has been linked to a Canny post: [SL installing twice again](https://secondlife.canny.io/admin/board/feature-requests/p/sl-installing-twice-again) :tada:

View on GitHub

canny[bot] opened an issue on secondlife/viewer
SL installing twice again
This happened to me before and I had to use the 32 bit viewer instead. Whatever was wrong was fixed on the next viewer and it installed fine. I have been away from SL for awhile and am now coming b...
github-actions[bot] published a release on secondlife/viewer
Second_Life_Develop#4cc997bc-again
<!-- Release notes generated using configuration in .github/release.yaml at Second_Life_Develop#4cc997bc-again --> ## What's Changed ### Other Changes * Add command-line switches --lua "chunk" and...
Load more