Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ChimeraOS

Creating an operating system for an out of the box console gaming experience on PC hardware.
Collective - Host: opensource - https://opencollective.com/chimeraos - Code: https://github.com/ChimeraOS

Add --cursor argument

github.com/ChimeraOS/gamescope - ffa970ef7e05cc7adec4eb9f49c3664dc9c7c28c authored over 3 years ago
Add STB submodule

github.com/ChimeraOS/gamescope - 86b593b754e1855919775e56efecb6e9bc0eea99 authored over 3 years ago
wlserver: set wlroots log handler

github.com/ChimeraOS/gamescope - 22323418ac5c97e05b76403d58a5727fd6b3cf02 authored over 3 years ago
wlserver: use log scope

github.com/ChimeraOS/gamescope - c034ac1f9978cf636a7d8faffe345a3c474041e8 authored over 3 years ago
Repaint when taking screenshot

Closes: https://github.com/Plagman/gamescope/issues/247

github.com/ChimeraOS/gamescope - 0536dc0bb0d49411539a7837639330bfc7c13c82 authored over 3 years ago
Fix RGB/BGR of the cursor's Vulkan image

This was ABGR before, when it should be ARGB.

github.com/ChimeraOS/gamescope - 76292f01cb38a4c14ad2318e6d4efae67a5f6a1c authored over 3 years ago
Check correct channel for no cursor check

This was checking if the cursor has no blue before, when it should be checking the alpha.

github.com/ChimeraOS/gamescope - 7812e0a726186e65ba936563f6f85207beff856a authored over 3 years ago
Sort options by embedded/nested mode

github.com/ChimeraOS/gamescope - 39c44a9e3c7dc48a3c7d5fc486caf1f8d85ba3c0 authored over 3 years ago
Build optstring on the fly

Instead of having to maintain two lists of options, just generate
one from the other.

github.com/ChimeraOS/gamescope - 5904078b2ca49efa5981f44f401934c498fd9e1c authored over 3 years ago
Add long options

This will allow us to introduce new long options which don't have
any short option equivalent.

github.com/ChimeraOS/gamescope - 13f792ab15b6fa0a3d80aec928d05ba47cdc39b7 authored over 3 years ago
Enable getopt error messages

These print something like "invalid option 'foo'". Previously
disabled because of the split main...

github.com/ChimeraOS/gamescope - f36d436a713cc883ca27625d6f7215eeb0e74ac7 authored over 3 years ago
Error out on unknown option

github.com/ChimeraOS/gamescope - 38b65a8b2207892be6fc3f330f51832d2f3b85f0 authored over 3 years ago
drm: compute per-connector CRTC mask

github.com/ChimeraOS/gamescope - f18723d489a68ae6b217deb99ab872022e375388 authored over 3 years ago
drm: fix crash when -O isn't provided

Closes: https://github.com/Plagman/gamescope/issues/241

github.com/ChimeraOS/gamescope - b230ec29ab3b2885b264343d9e77cf7d4cb6bbb6 authored over 3 years ago
fix banner and ROM links post migration and switch to relative links for portability

github.com/ChimeraOS/chimera - 95ceffc5461e69f93629258cd8ec4ee35234746d authored over 3 years ago
Source environment for the session

github.com/ChimeraOS/steamos-compositor-plus - 63bd62156752a0b897723c6e1ceccbe949bf97e0 authored over 3 years ago
pipewire: allocate our own buffers

github.com/ChimeraOS/gamescope - 030fab39c9072bc1b4ccfced633f3d2400223210 authored over 3 years ago
pipewire: check pw_stream_queue_buffer return value

github.com/ChimeraOS/gamescope - 3c11ea20c3165d82dd8768997ab5bcea6ae4d8e4 authored over 3 years ago
pipewire: don't destroy buffers immediately when copying

When a buffer is being copied by the steamcompmgr thread, we
shouldn't destroy it immediately in...

github.com/ChimeraOS/gamescope - fad2b9d42cce8f6f7c2850c7f12c194a68192878 authored over 3 years ago
pipewire: add doc comments for {in,out}_buffer

github.com/ChimeraOS/gamescope - b2679838ab7eedee0792ecf22e92ad2a0e515aad authored over 3 years ago
pipewire: add doc comment for pipewire_buffer

github.com/ChimeraOS/gamescope - 56d3629b9be4c0fd9b7a2a0959287c38816fe7eb authored over 3 years ago
pipewire: re-use struct pipewire_buffer

github.com/ChimeraOS/gamescope - 5c42a6ee60cd02ca99ad01b336f6a0a60ff05cd3 authored over 3 years ago
pipewire: add stream process handler

This allows detecting when a buffer becomes available if we've
run out of buffers.

github.com/ChimeraOS/gamescope - 59e8aa4abc83ef4a6a73c6f90b35eb75e68a8184 authored over 3 years ago
pipewire: renegotiate stream params on resize

github.com/ChimeraOS/gamescope - 5f4e6fb980b3fc737abf46b0a8066e2f016dc955 authored over 3 years ago
pipewire: initialize stream

github.com/ChimeraOS/gamescope - bb3d5a4edbac7ef82c0ba67fb248a9ebfb56456e authored over 3 years ago
pipewire: pump frames out of steamcompmgr

github.com/ChimeraOS/gamescope - d6510dd931d6908432ce5f5d8ca1c9487166929f authored over 3 years ago
pipewire: handle params changed

github.com/ChimeraOS/gamescope - d2befe211aa17366abe7cbe099115402d946032d authored over 3 years ago
Add gamescope-pipewire protocol

Can be tested with:

https://git.sr.ht/~emersion/gamescope-pipewire-demo

github.com/ChimeraOS/gamescope - ef64b60cec5cc39f5c1c3e0df00fc92b50d5af24 authored over 3 years ago
Move screenshot saving out of vulkan_composite

We'll re-use the same logic for PipeWire.

github.com/ChimeraOS/gamescope - 501eff233e4f28ab4c75348407c6c667b32e6dc6 authored over 3 years ago
ci: add PipeWire to dependencies

github.com/ChimeraOS/gamescope - e075ac065f645c88da9a0a81b9aec5af72a8a153 authored over 3 years ago
Introduce thread-safe take_screenshot

github.com/ChimeraOS/gamescope - 82ef0372d52e512653521e41500224cb149a53b0 authored over 3 years ago
pipewire: switch to logger

github.com/ChimeraOS/gamescope - 4b7890594a94ac240ea6216efadca88dbae8e675 authored over 3 years ago
Add a max scale parameter

github.com/ChimeraOS/gamescope - 5422061746573e667381383f67236dc038a80986 authored over 3 years ago
Add integer scale option

github.com/ChimeraOS/gamescope - c41dd74ef544dc7717974b3315da586508a3a8e6 authored over 3 years ago
Try to detect intel-nvidia optimus configuration

After we install the system we try to detect an intel VGA/3D controller
and a Nvidia one. If we ...

github.com/ChimeraOS/install-media - 201d901e99bbee9539050559f7546e7b03fd366b authored over 3 years ago
Simplify errorf_errno a bit

github.com/ChimeraOS/gamescope - 3b14c21afc90884f7cbe8f5205cfe76af86528db authored over 3 years ago
rendervulkan: use log scopes

github.com/ChimeraOS/gamescope - c3079f7f6cc031ec095e6f8a10e52a5bce89d6fc authored over 3 years ago
drm: replace s_drm_log with logging scope

github.com/ChimeraOS/gamescope - c876abfa757fa148b33fbc88f2b213fb9bf52dec authored over 3 years ago
drm: use logging module

github.com/ChimeraOS/gamescope - 7cee2120856fad0908fb7caf547b9b25fd6e924c authored over 3 years ago
Introduce basic logging module

github.com/ChimeraOS/gamescope - a54b5c9ee010c1c87dfc4c3c0b9c2d04297d60da authored over 3 years ago
drm: allow wildcard in connector priority list

github.com/ChimeraOS/gamescope - cba189d389c42dbeb0a18a5072def97ac89179b5 authored over 3 years ago
Implement priority list for -O

e.g. `-O DP-1,VGA-1` will use DP-1 if possible, then fallback to
VGA-1, then to any other connec...

github.com/ChimeraOS/gamescope - 51cfc0df061c83fb546dd43ffc8f386de8264810 authored over 3 years ago
rendervulkan: add error logging to init_device

github.com/ChimeraOS/gamescope - 8f733a415540131b3bd62501bf6767400010c049 authored over 3 years ago
fix failure to remove shortcuts from yaml files for epic, gog, flathub

github.com/ChimeraOS/chimera - 79f896624ae583286a57489aa3eba89e15401f88 authored over 3 years ago
fix missing PSP fonts

github.com/ChimeraOS/chimera - 990e93794210d2342d2af4c0af507b5ae31402b5 authored over 3 years ago
fix failure to get iso file name

github.com/ChimeraOS/install-media - 74321708211f6fd2136dcd56d3ededf82bce9cdb authored over 3 years ago
fix error when loading Epic game pages

github.com/ChimeraOS/chimera - 3a88d6c0f23fffa4f5d6a7bcb750eda832786ad9 authored over 3 years ago
Add auto_load optional argument (#200)

github.com/ChimeraOS/chimera - 329074aaf75331c9ef631897f125550489ff0046 authored over 3 years ago
Fix -p argument parsing (#199)

`--port` should be a standalone argument with only one variable as an int.

This fixes -p not ...

github.com/ChimeraOS/chimera - 7d0f6329a310fcbfd1539a4cae64b5d8efdd0420 authored over 3 years ago
Re-create liftoff output on CRTC change

github.com/ChimeraOS/gamescope - 7bdb4555ff3ad76633033726baf54e668bb820ce authored over 3 years ago
enable udisks2 service

github.com/ChimeraOS/chimeraos - e66eb404dae92e74396f37b6a57a34557d1f4c0a authored over 3 years ago
Add os-release in rootfs (#263)

github.com/ChimeraOS/chimeraos - 6a7c22aa7511bd31ec8f4976801a56aec399a27f authored over 3 years ago
Fix gog executable window selector with jq (json parser for bash) (#188)

github.com/ChimeraOS/chimera - 57a3cf1aecb99dd719b66c43a2ec7a360523c0d0 authored over 3 years ago
minor formatting fixes

github.com/ChimeraOS/chimera - dab5a798d86abbecf7b3f447a83f133108ef0777 authored over 3 years ago
Testing of compatibility in July/August (#195)

* Update steam-tweaks.yaml

* Update steam-tweaks.yaml

github.com/ChimeraOS/chimera - df6212593d52a0b7090bdec902f60e0bb0a63acc authored over 3 years ago
add --port cli argument

github.com/ChimeraOS/chimera - f06e848500418da609a0d1be4447278b68f3451e authored over 3 years ago
use glcore for GameCube to fix crashing on AMD GPUs

github.com/ChimeraOS/chimera - 1c3dfe30d76acd542d5281624eed0edff1e1b887 authored over 3 years ago
add link to mangohud config options

github.com/ChimeraOS/chimera - ad9b8afd27b5dba259b79b90b259bb4cfbfb61b6 authored over 3 years ago
fix deleting shortcut

github.com/ChimeraOS/chimera - 6afc59267ca93646beca42407acbee657d66a573 authored over 3 years ago
tweak actions page style

github.com/ChimeraOS/chimera - 3fb05d7b9a162a8d3e9755f241aea85ddd65be11 authored over 3 years ago
Don't test html of redirects (#197)

github.com/ChimeraOS/chimera - 201a18f6c8b7637f6378fdfdda7ee053fd58b303 authored over 3 years ago
Fix some platform shortcuts bugs (#196)

* Fix issue when saving shortcuts files

* Fix loading of shortcut data in server

github.com/ChimeraOS/chimera - c6cd535639b67dbe3607dd030e210b62c16d38f7 authored over 3 years ago
Improve url quotation (#198)

github.com/ChimeraOS/chimera - 006e932689b16bec0f7c137dd20c11ef83a07868 authored over 3 years ago
remove unnecessary css rule

github.com/ChimeraOS/chimera - fafa937fff1d6e81de707983af18dc917e65b870 authored over 3 years ago
restore mangohud configuration (add to system page)

github.com/ChimeraOS/chimera - 08e8c2fa1368016ce4c11a2f331e44a8fe93f832 authored over 3 years ago
missed a file for actions page

github.com/ChimeraOS/chimera - bf6c3925321dc6def5743bcd2ec66c1861c0afc9 authored over 3 years ago
rearrange UI - add actions page

github.com/ChimeraOS/chimera - 08c87642845f35d65b2a66eed9e40adf04c732c1 authored over 3 years ago
add 16:10 resolutions (for handhelds)

github.com/ChimeraOS/steamos-compositor-plus - 491eb86444afc3fc06c9f10b09c72cac5c1b53a3 authored over 3 years ago
fix github action parameters not being set

github.com/ChimeraOS/install-media - c0d496af8fe52b113d0be4a701a232ce91958cee authored over 3 years ago
improved internet connection detection

github.com/ChimeraOS/install-media - a2228c7740684ad6f1d978b7b741738d94e7531c authored over 3 years ago
fix for running in github actions

github.com/ChimeraOS/install-media - 52494c265c9c7aa20d8782675be97841d08c3009 authored over 3 years ago
add github action to build iso image

github.com/ChimeraOS/install-media - 228a0fe8012ed09e41ff5106389b4974a5071cbf authored over 3 years ago
bump Risk of Rain 2

github.com/ChimeraOS/chimera-data - 35f65ba65283fe79d381b3f6a6fc6da80c3dc8b5 authored over 3 years ago
Move the run global to main.hpp

It's used by both wlserver and steamcompmgr.

github.com/ChimeraOS/gamescope - 5b776be6d2909bd9ac2b6b8fc4c10031ba107ff8 authored over 3 years ago
Make the run global atomic

It's written to from multiple threads.

github.com/ChimeraOS/gamescope - 24bea3406a1f08e8af082c10cd21c0474306c283 authored over 3 years ago
steamcompmgr: nudge when children have exited

Make sure to wake up steamcompmgr when all children are gone.
Otherwise the steamcompmgr thread ...

github.com/ChimeraOS/gamescope - 0708ab06d22e703adfd10fc2ba396f7741a3c1b0 authored over 3 years ago
steamcompmgr: stop capturing pid in waitThread

github.com/ChimeraOS/gamescope - a038e881c2361d798503ed8b09e122401a3bda94 authored over 3 years ago
steamcompmgr: wait all child processes

Closes: https://github.com/Plagman/gamescope/issues/233

github.com/ChimeraOS/gamescope - ae66c6037b84ae37e10cd2bbd9882378b4aca177 authored over 3 years ago
Tweaks refactor to install official Proton versions (#193)

* test_scripts: Import modules instead of functions

* Refactor compat_tools for better integr...

github.com/ChimeraOS/chimera - e6113f45f54fa57e81f6e202903dcd99088b73e1 authored over 3 years ago
re-add nomodeset boot option

github.com/ChimeraOS/install-media - 35b6e83fb3ab50f21d3493d7826e298af02645a8 authored over 3 years ago
Fix some bugs introduced in #191 (#194)

* Fix typo in argument parser

* Fix SHORTCUT_DIRS usage on utils and config

github.com/ChimeraOS/chimera - 6b7bc9677807d659d5eaf4232d7744030410ea64 authored over 3 years ago
Merge pull request #42 from brain-anti-freeze/xrandr-fix

Xrandr fix

github.com/ChimeraOS/steamos-compositor-plus - 00949071a3492ef581e545f4113c99441b465712 authored over 3 years ago
xrandr argument should be --rotate

github.com/ChimeraOS/steamos-compositor-plus - 2ec41a219418567077cff11a4825cc3af9bfc835 authored over 3 years ago
Merge pull request #39 from Samsagax/add-r8152-dkms

Add support for Realtek RTL8152/RTL8153/RTL8154/RTL8156

github.com/ChimeraOS/install-media - 1bf490878778a599d634e297d010fb8bed48383f authored over 3 years ago
Add support for Realtek RTL8152/RTL8153/RTL8154/RTL8156 (#261)

github.com/ChimeraOS/chimeraos - 6c30498522a161dbaf55131abe503054dc2abdfc authored over 3 years ago
drm: don't use private wlroots prototype for bundled cvt

src/cvt.cpp:23:10: fatal error: 'backend/drm/cvt.h' file not found
#include "backend/drm/cvt.h"...

github.com/ChimeraOS/gamescope - 82db27c6fc926197cbf9836e4c0b60c7f85fb548 authored over 3 years ago
ci: build with clang

github.com/ChimeraOS/gamescope - 5c358cef71353d2316d44d8b39ae472f5e169db7 authored over 3 years ago
ci: add GitHub action

github.com/ChimeraOS/gamescope - ca75f213aa6e23249adbf1f93c1d5ac4a7794994 authored over 3 years ago
Add support for Realtek RTL8152/RTL8153/RTL8154/RTL8156

github.com/ChimeraOS/install-media - 2ea75885b9e54f23318ff8c554379543882d35ea authored over 3 years ago
drm: DisplayPort → DP

github.com/ChimeraOS/gamescope - f1a340b029cea5f9caa4093eb3bad1d52d7bcf1a authored over 3 years ago
drop games that require mfplat script

github.com/ChimeraOS/chimera-data - 4644e774b5fc93c253da22f5662aae06ad36ba6f authored over 3 years ago
bump proton for Control

github.com/ChimeraOS/chimera-data - 7e5e4cc8178ddc84fc56b9a9224c72c296b0bac9 authored over 3 years ago
Remove unnecessary global variables

github.com/ChimeraOS/gamescope - 4bc7b4952b9e541c5d5627ab23f86523418a6848 authored over 3 years ago
whitespace fixes

github.com/ChimeraOS/chimera - a583177c1d4cbf494c86550ae7f8a53efd253624 authored over 3 years ago
remove tweaks-mfplat

github.com/ChimeraOS/chimera - 63272c7c472647e6b2fca9349fc6e27c0dcfdb6d authored over 3 years ago
Merge pull request #1 from Samsagax/patch-chdir

Patch new working directory

github.com/ChimeraOS/chimera-data - 00ac94c8362fe2d4f2c8a238663a0d3c8418478a authored over 3 years ago
Download data from repository (#191)

* Add data download handler

* Refactor Context and functions to new structure

- Add a `con...

github.com/ChimeraOS/chimera - ec9a50d602f72aa0d6006a62975daeaf5355e496 authored over 3 years ago