Ecosyste.ms: Timeline

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

secondlife/viewer

roxanneskelly pushed 1 commit to roxie/no-double-add-data-channel-observer secondlife/viewer
  • Have to use a coro for now, due to a http call. e0a7608

View on GitHub

marchcat created a comment on a pull request on secondlife/viewer
Looks like we're using gcc12, which should be fine. However, I haven't checked it closely. We could probably try to bump up the version, like we did for xcode.

View on GitHub

Ansariel commented on a commit on secondlife/viewer
I assume the idea here is the simulator sends another (extra) message with the notification name that should be shown? Would be weird if the actual message of the other agent would be replaced.

View on GitHub

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

View on GitHub

Ansariel created a comment on a pull request on secondlife/viewer
> n.b. https://github.com/secondlife/viewer/blob/develop/indra/CMakeLists.txt#L32 Nice! I creates #2944 with the changes from this PR that are not in the `develop` branch yet and closing this PR...

View on GitHub

Ansariel closed a pull request on secondlife/viewer
Enable C++20 standard
The following issues had to be resolved in order to achieve C++20 compatibility: * `std::result_of` has been deprecated since C++17 and was removed with C++20. Replaced with `std::invoke_result` a...
Ansariel opened a pull request on secondlife/viewer
Post C++20 improvements
* Make eligible inline functions in llmath.h constexpr (held back this change to avoid conflict with std::lerp change) * Replace boost reverse foreach with range view adoptor @nat-goodspeed C++...
cosmic-linden 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

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

Load more