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

Fixed the default entry in UEFI bootloader

github.com/ChimeraOS/install-media - db55740a0028a4da259d13ad44ef45bc6bc5ea23 authored over 4 years ago
generate secret key for trust

github.com/ChimeraOS/chimeraos - 19b014c04cd20168a53203b9a9139d2f1a2a2cb3 authored over 4 years ago
Revert "skip signing"

This reverts commit 272a322560292cb61e3e1e26d5e486e9a00aead5.

github.com/ChimeraOS/chimeraos - 55e8444cbbe3860ff9f4d49607e424432904e8af authored over 4 years ago
use chaotic-aur packages where possible

github.com/ChimeraOS/chimeraos - b6ac0aef57fb51807cdb4f1ecfb810d21fd5cdf7 authored over 4 years ago
Use upstream wlr_xwayland_server

Use wlr_xwayland_server, which allows enough customization for us.

References: https://github.c...

github.com/ChimeraOS/gamescope - a69017d08d9d0d59298185cdbef0d282636e1680 authored over 4 years ago
Switch to upstream wlroots

github.com/ChimeraOS/gamescope - 5ab3129d8e7d1c9d3ce81af94c05fc31cf8070f1 authored over 4 years ago
Introduce drm_free_fb

This function takes care of calling drmModeRmFB. In the future it'll
also take care of releasing...

github.com/ChimeraOS/gamescope - 2062141c49fe720c09a553df24f1784b29475d54 authored over 4 years ago
Replace map_fbid_inflightflips pair with a struct

This makes it explicit what "first" and "second" are. This also allows
to add more fields.

github.com/ChimeraOS/gamescope - 0ee8d451e4888c50a33c56ca8373e7a9c32d519f authored over 4 years ago
Add error handling to drm_fbid_from_dmabuf

github.com/ChimeraOS/gamescope - 02b233429fc4d1fa9020a009adfb15e1a86a8af5 authored over 4 years ago
release GamerOS 18_9c17bb5 to test repo

github.com/ChimeraOS/chimeraos - 20ab828460209c13bde6d45183e4f7fdfcd0f445 authored over 4 years ago
fix source file initialization

github.com/ChimeraOS/frzr - 4c71f7efb2143790730af0de51460a6efc3e4d60 authored over 4 years ago
add flathub for Veloren and Firefox

github.com/ChimeraOS/chimera - 061a1b9ad9cd32105645bf6173f2303a051ebed1 authored over 4 years ago
add flathub for Xonotic

github.com/ChimeraOS/chimera - db7c554665a2081fff0a84ea780acebe8bc800b4 authored over 4 years ago
use correct channel name

github.com/ChimeraOS/frzr - a24d69d3ed18b3abe4a2c07af9a9a9270f224178 authored over 4 years ago
remove yuzu (no longer available in AUR)

github.com/ChimeraOS/chimeraos - 8818188ca9894101ffbc737b82773aa5f061c6aa authored over 4 years ago
Updates for build automation (#106)

* automatic versioning and clean-up

* use display version

* add local pkgbuild support for...

github.com/ChimeraOS/chimeraos - 0c74a6aeb2b87a623678e717cc5ddbcab07f4e0a authored over 4 years ago
use github releases api instead of text based file repos

github.com/ChimeraOS/frzr - 2fce9b97c32894f907522f3ee8875dac764e8f42 authored over 4 years ago
Remove dead code in xwayland_surface_role_commit

The FDs are guaranteed to be set if wlr_texture_to_dmabuf doesn't return
an error.

github.com/ChimeraOS/gamescope - d70df758a894deb6c630587133b190ae0c8bed52 authored over 4 years ago
Add n_planes == 1 assert in drm_fbid_from_dmabuf

This code assumes a single planes. Let's add a safe-guard so that we
don't forget this function ...

github.com/ChimeraOS/gamescope - 48b429e7b1e35588f41f45530dfe340ca0521ace authored over 4 years ago
Dup FD in CVulkanTexture::BInit

This saves us the wlr_dmabuf_attributes juggle and makes it easier to
understand the FDs ownersh...

github.com/ChimeraOS/gamescope - b305b7f123ef3b56f08eb47763ef88e572570a50 authored over 4 years ago
Use wlr_dmabuf_attributes_finish instead of close

This ensures we don't leak any FD.

github.com/ChimeraOS/gamescope - db876af1c419d39676747b506954942e78474a8c authored over 4 years ago
Update wlroots fork

github.com/ChimeraOS/gamescope - 8c2b9849ec310d6651c4d5d92b3a2e90282fb76e authored over 4 years ago
Silence -Wunused-parameter for C code too

github.com/ChimeraOS/gamescope - 51259bba1c1e6c54f6adc4492519da2eb54e8829 authored over 4 years ago
Enable more warnings

Makes it easier to spot mistakes.

github.com/ChimeraOS/gamescope - b84750e77576494877daf0e305c95ed1f3b4ee3c authored over 4 years ago
Revert "steamcompmgr: attempt to get rid of damage_sequence"

This reverts commit de16a27674b658426d066a69e6928678a33fd5ef.

github.com/ChimeraOS/gamescope - 09bc171666695173d7a72d819bb4a4e82c6f1af8 authored over 4 years ago
Correct integer scaling example in README

github.com/ChimeraOS/gamescope - 810972b0740d113054d23ebf4b1f48ee467fc089 authored over 4 years ago
Don't set WAYLAND_DISPLAY

We don't actually support Wayland clients (yet). Xwayland doesn't use
WAYLAND_DISPLAY, the compo...

github.com/ChimeraOS/gamescope - c0bdf361d5e7ac319b248ae19c766916f0898938 authored over 4 years ago
Improve initOutput error handling

Bail out on DRM error.

github.com/ChimeraOS/gamescope - 1e82803574f9ff527348261c575392799c739f2b authored over 4 years ago
Switch VT on Ctrl+Alt+F<n>

Only works when switching to fbcon for now. We need to stop
page-flipping when the DRM FD is pau...

github.com/ChimeraOS/gamescope - dced8a88da9888a9a65ddcbae2707b55f7899c5f authored over 4 years ago
Fix segfault when system doesn't support Vulkan

github.com/ChimeraOS/gamescope - 16d74b8e1521e4afe38cd7c6d24f49fdcc7f9605 authored over 4 years ago
Build libliftoff as a static library

github.com/ChimeraOS/gamescope - fc72bda2cfa1a9ee59147d69ed714b620a0c2e7d authored over 4 years ago
Build wlroots as a static subproject

github.com/ChimeraOS/gamescope - 267036754cb1b63f8ed1a7774cd5c053d29ac1e4 authored over 4 years ago
Fix alloc-dealloc-mismatch for win objects

win objects are allocated with `new`, so they need to be de-allocated
with `delete` instead of `...

github.com/ChimeraOS/gamescope - c147de21348ccaf5fc6f2aa7abdb36d530db1413 authored over 4 years ago
Fix crash on touch up

github.com/ChimeraOS/gamescope - 7733ffb7692ad8b4f2dba2aa027af5def6deede8 authored over 4 years ago
release GamerOS 18_2848c0c to test repo

github.com/ChimeraOS/chimeraos - bab61b97927041682357d234cbac306cf9c0412f authored over 4 years ago
update to frzr 0.4.13 and bump timeout

github.com/ChimeraOS/install-media - d30fb92169b09a2c317b4329ae9acaf11163e2d1 authored over 4 years ago
fix errors when using frzr-unlock again after an update

github.com/ChimeraOS/frzr - 42a87c135431c227841c191e41d99f799d7cb58a authored over 4 years ago
release GamerOS 18_12bf372 to test repo

github.com/ChimeraOS/chimeraos - 3fd95839f633aa192f67b2fce7083f480913e634 authored over 4 years ago
fix mame ROM dependencies

github.com/ChimeraOS/chimera - 560866a18a4f812458a43209de40fc6363453701 authored over 4 years ago
workaround for broken uefi

github.com/ChimeraOS/frzr - 8319b9c5d0c60e6bd01ea45155ddc226db4dc132 authored over 4 years ago
add Neo Geo support

github.com/ChimeraOS/chimera - 7dc2686f8803c86e87ca4d5e93a37bb386c0a948 authored over 4 years ago
gamecube fixes

github.com/ChimeraOS/chimera - dfe0afecb1f7dfe2c3ef2050db6272c2c4058345 authored almost 5 years ago
add dolphin to retroarch cores (#91)

github.com/ChimeraOS/chimeraos - 817520ad1aabef7419d59384057c9a1bc0b74654 authored almost 5 years ago
add arcade/mame category

github.com/ChimeraOS/chimera - 5de53c77e852f9ff710546362c2f29b061b929b5 authored almost 5 years ago
GameCube tweaks

github.com/ChimeraOS/chimera - 04fd361a81d829c9ddfbf995236c1d6ae752a3fc authored almost 5 years ago
Add support for gamecube (#62)

* add config to force cores to not change drivers around

* add dolphin bin file

* add game...

github.com/ChimeraOS/chimera - 52d78047c6c85499bb7674f83084faba9ed3a515 authored almost 5 years ago
bump disk image size due to build failure

github.com/ChimeraOS/chimeraos - df56b800ab3f4706da980e25d875dbfd01284423 authored almost 5 years ago
lower disk image size in attempt to get build working on github actions

github.com/ChimeraOS/chimeraos - 9b7f2fdb2a3cad6c77a66db9d1bd6d001d44adbd authored almost 5 years ago
build fix attempt

github.com/ChimeraOS/chimeraos - 746e69661f7e1f60d639b9751f41046c976a4b86 authored almost 5 years ago
add initial github action for build

github.com/ChimeraOS/chimeraos - 3d45831d6f305c7c3503aa50804a7c29f459ffe3 authored almost 5 years ago
Update README.md

github.com/ChimeraOS/chimera - 1652f7dd02c665ad900f875f620a3658c146bb21 authored almost 5 years ago
Update README.md

github.com/ChimeraOS/chimera - 350082e0a21deeae62b59d40cd98bbf4cce0ed14 authored almost 5 years ago
release GamerOS 17 to default repo

github.com/ChimeraOS/chimeraos - 12d2697f8d760014d2d5abdf22ef5cf742f9edf7 authored almost 5 years ago
fix N64 analog stick also activating dpad

github.com/ChimeraOS/chimera - 2174451e87ba7cdaedfef2c80406ef495d4815e3 authored almost 5 years ago
release GamerOS 17 to test repo

github.com/ChimeraOS/chimeraos - 8692d15de113b4e9d03d5e74e6b8dcccd1bc4380 authored almost 5 years ago
add flathub for katawa shoujo

github.com/ChimeraOS/chimera - 000327d518eabfabca7e715a1f62ec8752688209 authored almost 5 years ago
steamcompmgr: attempt to get rid of damage_sequence

It probably won't be as simple as that, but we'll see...

github.com/ChimeraOS/gamescope - de16a27674b658426d066a69e6928678a33fd5ef authored almost 5 years ago
fix manohud captilization

github.com/ChimeraOS/chimera - fd50fff195102282292d6920abcf1db14483c91b authored almost 5 years ago
fix failure on settings update when ftp settings are invalid

github.com/ChimeraOS/chimera - b19d773bd720a449f0c818deb9c1775d7ebc691f authored almost 5 years ago
rename duplicate function

github.com/ChimeraOS/chimera - ef55f3f6372ed5964e59bd5e7960934b924160de authored almost 5 years ago
fix crash when flathub repo url fails to load

github.com/ChimeraOS/chimera - 89cfa2139cdac3adafd225f4867dc7e2387a4c9d authored almost 5 years ago
steamcompmgr: Add support for obeying transient windows.

github.com/ChimeraOS/gamescope - 37d30471af8248650dc26ffe40cf7c40828c2c84 authored almost 5 years ago
steamcompmgr: fixed unsigned math in screen magnifier

Offsets would wrap around and go nuts past the center, only top-left would
work.

github.com/ChimeraOS/gamescope - db062a47cdaeb809c12618f34b46e451ea154833 authored almost 5 years ago
release GamerOS 16 to test repo

github.com/ChimeraOS/chimeraos - 64020a4ceda61151412fff5f5dfba3ef665854a8 authored almost 5 years ago
bump version

github.com/ChimeraOS/chimera - 8fe9ae1a3aa1cb37c4a01c586133b0459069c1aa authored almost 5 years ago
recover automatically when flatpak commands fail

github.com/ChimeraOS/chimera - 64ada26a1893f19290a863f3848c5074ca4a99d0 authored almost 5 years ago
prevent getting stuck on validation when ftp related fields are hidden

github.com/ChimeraOS/chimera - 59b07e0b49f0fa89f5ae9aae88c9e31ed237f19a authored almost 5 years ago
wlserver: greatly simplify touch handling

Remove drag stickiness, delay before click, etc.

Also let the session specify which button is p...

github.com/ChimeraOS/gamescope - 29eaa16785007b1b88fa429e31c7fca5c58d49cc authored almost 5 years ago
Revert "feat: use global pointer position variable"

This reverts commit 0f8d67999482e5e5ac240d67928ab592116ff3b7.

github.com/ChimeraOS/gamescope - f416279a1c1143c5d758d9e2f64ecb451e8eb80b authored almost 5 years ago
Revert "feat: add relative pointer and constraints support"

This reverts commit a4fa525255ff2da19470c5b6f98434c2e701fb63.

github.com/ChimeraOS/gamescope - 5868f205022154c896bfb04c9d004bea6b037220 authored almost 5 years ago
Revert "refactor: unify pointer movement"

This reverts commit d4361f4649257cb88a628840a1dee29bb8355748.

github.com/ChimeraOS/gamescope - b23b5b7189d1b85c0233c225c54dde15c993be9a authored almost 5 years ago
Revert "refactor: remove unneeded cursor query functions"

This reverts commit 9547ec9a1556febd6d288203f4ac31bae9999039.

github.com/ChimeraOS/gamescope - c2058733e3830b63d6a87ec2f696481165ac2289 authored almost 5 years ago
Revert "refactor: remove unneeded cursor calls on paint"

This reverts commit be1ff3d903c4c0985830fd6ec045aedea47aff88.

github.com/ChimeraOS/gamescope - 4565766cc5e84f05d03f524bfd9b6b0e802db08b authored almost 5 years ago
fix docker image build command

github.com/ChimeraOS/chimeraos - dfbb5ce85b4adf2d45c1ba14c47311156c12be9c authored almost 5 years ago
remove /usr/include to reduce image size

github.com/ChimeraOS/chimeraos - 73c715b4f8ec75fe8ad33972ab1dddcf86d1ba9a authored almost 5 years ago
fix settings page when run as a systemd unit

github.com/ChimeraOS/chimera - 33dad683e7fcfd27b1c3e839c3815c9627019ba6 authored almost 5 years ago
fix duplicate method name

github.com/ChimeraOS/chimera - 9e8da3312d389ec1c164f9c25f7daf8b266c4104 authored almost 5 years ago
fix mangohud misconfiguration

github.com/ChimeraOS/steamos-compositor-plus - d5a05d938c2234aa174f064775444e67331f92fa authored almost 5 years ago
fix uploads when file is smaller than chunk size

github.com/ChimeraOS/chimera - 78bcb7ccc37bdbc92a1bb166097fcb12aab81554 authored almost 5 years ago
bump version

github.com/ChimeraOS/chimera - 291e42b99a4e81a42c171c5cb11e1b65d08b3991 authored almost 5 years ago
add bcrypt dependency

github.com/ChimeraOS/chimera - 89232ab04b944fc1c7c4dea73eb8b0b2ce28cdf7 authored almost 5 years ago
prevent error when ponymix fails

github.com/ChimeraOS/chimera - 5ab122124c9a6aeac4dabfcd4937f89ff2990bb8 authored almost 5 years ago
small style tweaks

github.com/ChimeraOS/chimera - 15428d19233aea0c1960e84d49c9a78f8ad3f596 authored almost 5 years ago
add full MIT license and copyright notice to filepond files

github.com/ChimeraOS/chimera - a2e61ac86cd2c100230ac7b08339bb91f270bbb0 authored almost 5 years ago
small style tweaks

github.com/ChimeraOS/chimera - 9499a5d89195f850e3728bc1006256702eb93b48 authored almost 5 years ago
use local filepond files

github.com/ChimeraOS/chimera - 0865865f9f2ba19c83a823eb3d649b40d3e3f2db authored almost 5 years ago
add informative message when steamgriddb results are empty

github.com/ChimeraOS/chimera - aff0d5cb7f956650e4b49f2403ee49a8922f73a6 authored almost 5 years ago
Still launch if ponymix is not installed (#53)

This prevents a crash when launching on a system on which ponymix is not
installed.

github.com/ChimeraOS/chimera - a7d90db024074efb5e78d9bc5287ddfd9a6f3e94 authored almost 5 years ago
improvements to steamgriddb image selection

github.com/ChimeraOS/chimera - facc88a5c3c55e07c19e8727ea7bff43c0f7c5a6 authored almost 5 years ago
clean up banner layout, improve steamgriddb querying

github.com/ChimeraOS/chimera - 3394aa3707564242d619265ed034fe921fe35e8c authored almost 5 years ago
Add policykit action and rule to allow SteamVR to setcap on vrcompositor-launcher (#81)

github.com/ChimeraOS/chimeraos - 5164fb14f842d67c13d2a0eb5669812abe09f071 authored almost 5 years ago
include usbutils for potential steamvr fix

github.com/ChimeraOS/chimeraos - e14d183ad341bdbb928732a13b35bd387a91155d authored almost 5 years ago
include command line mixer tool for when steam client fails

github.com/ChimeraOS/chimeraos - 485f449c3def7da30e6255cb8b8229d812bf9275 authored almost 5 years ago
add/update emulator packages

github.com/ChimeraOS/chimeraos - e46e25960190bd4dcac31193fd9422c75a609bef authored almost 5 years ago