FluffyOMC

Results 42 issues of FluffyOMC

Sys_write gets used 3 times before we hard crash on mdbg mode currently. (This is mainly just the memory issue that's being worked on) We should implement sys_write, but maybe...

T-enhancement

This PR adds sys_mdbg_service or, specifically, case 01 which requests for a namedobj to be created using args 1 onwards. To make this work, this also refactors the way namedobj_create...

Possibility define RLIMIT_DATA in windows by using https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-globalmemorystatusex

T-enhancement
P-windows

The names for the Bitflags in rtld are openly available. @ultimaweapon https://github.com/freebsd/freebsd-src/blob/releng/9.1/libexec/rtld-elf/rtld.h#L291-L298

T-enhancement

AppImages are usually easier to use than Flatpaks. (Just double-click to run!) They also include all of the dependencies and are usually smaller than flatpaks or snaps. All the user...

T-enhancement
P-linux

This is mainly so we can give updates and plan on this for later. As of now, seems Wgpu is getting a performance boost: https://gfx-rs.github.io/2023/11/24/arcanization.html

T-enhancement

https://github.com/flathub/flathub/blob/master/CONTRIBUTING.md This will allow Obliteration to appear on Linux Mint's Software Manager and any other software installer that supports Flatpaks.

T-enhancement

Show build version in builds, this will allow Flatpaks to have update versions, and aid in knowing if a user is testing an out of date build. It also lets...

T-enhancement

Occurs when launching Obliteration after freshly installing the flatpak, leading to the application to being on light mode instead of following the gtk theme. ![image](https://github.com/obhq/obliteration/assets/45863583/5f598144-c0d3-4305-a68d-83d242c34aaa)

T-bug
P-linux

With how often new Development Builds come out, it might be helpful for us to include a built in updater than checks off of the Github API if there's a...

T-enhancement