Asmageddon

Results 24 issues of Asmageddon

I managed to import the function names from `stubs.S` into Ghidra, as well as disassemble and name some extra functions. I'd like to export and generate a new stubs file,...

I believe that this would be much more useful- naming opening a new window "Popup" is a little misleading.

### Before opening a feature request - [X] I checked the *next* branch to see if the feature has already been implemented - [X] I searched existing reports to see...

Feature Request

Many other compositors support this option - it's invaluable for experimenting with replacing your DE's current compositor without having to modify unusual config files and re-login.

Even if it were to be something unwieldy like separate `buffer0_in` and `buffer0_out` variables, I would very, very much so like to request that. For both textures and other data...

At the very least, it would be nice to have RGB noise, a test cubemap, and a specular+normal texture pair. And more definitely wouldn't hurt. Preferably with corresponding samples demonstrating...

For many effects, calculating from `time` is inconvenient as it gets reset each time the wallpaper is invisible, but the date/daytime uniforms are simply too coarse-grained to make use of...

Original image (can't replicate the shot since it's on the border of the original panorama): ![image](https://user-images.githubusercontent.com/300991/232279063-f02c5076-d3a6-4ccf-8e35-49298e4b0dce.png) Image generated by Panorama to Cubemap: ![image](https://user-images.githubusercontent.com/300991/232279018-b38f4db6-8efb-44d3-87c1-f7e161d079ad.png)

I tried all of the following forms: ```python with demandimport.enabled(): # Doesn't work at all import matplotlib.pyplot as plt from matplotlib import pyplot as plt from matplotlib import pyplot #...