Matthew

Results 9 issues of Matthew

Attenuation is currently used as a decibel value. However, the SoundFont Technical Specification describes initialAttenuation as being in centibels. Due to this, regions with a nonzero attenuation value are much...

This is part of an attempt I'm making to create a Flatpak port of DSDA-Doom to make it easier to install for more Linux users (see #460). This change has...

I've created a mostly complete Flatpak repository for DSDA-Doom. Flatpak is a system for packaging sandboxed Linux applications for easy installation. Flatpak packages are primarily uploaded and downloaded from [Flathub](https://flathub.org/),...

[SDL2 documentation](https://wiki.libsdl.org/SDL2/SDL_GetTicks#remarks) recommends avoiding SDL_GetTicks in favor of SDL_GetTicks64, because values from SDL_GetTicks will wrap every ~49 days. It would be useful to have a binding for SDL_GetTicks64.

enhancement
help wanted

Could GitHub actions be used to build export templates? This could make it easier to use the module by not having to build each platform template manually.

This is the same PR as #461, but moved out of my main branch. The initial intent was to make it easier to create a Flatpak package, but this change...

This feature allows choosing to not build one or more of benches, bins, and queue TVs, for instance if you wanted to build benches and bins on all paths but...

enhancement

### First time contributor checklist - [x] I have read [how to contribute](https://github.com/signalapp/Signal-Android/blob/master/CONTRIBUTING.md) to this project - [x] I have signed the [Contributor License Agreement](https://signal.org/cla/) ### Contributor checklist - [x]...

This adds a new service that allows querying various information from and sending commands to the [river](https://codeberg.org/river/river) compositor. It adds bindings for the [control](https://codeberg.org/river/river/src/branch/master/protocol/river-control-unstable-v1.xml) and [status](https://codeberg.org/river/river/src/branch/master/protocol/river-status-unstable-v1.xml) protocols, allowing sending commands...