ndren

Results 21 issues of ndren

This PR calls the code in https://github.com/minetest/irrlicht/pull/123 to fix perpetual screen panning happening on Wayland due to the pointer not warping. This therefore significantly improves mouse input on Wayland.

Bugfix
@ Client / Controls / Input

I found a way to fix the screen view spinning rapidly out of control on the SDL driver. This seems to be the most practical way to do it, bar...

I have seen thoughts on removing ImageMagick for performance reasons floating around. That sounds quite nice! I am thinking about how that would impact the vast array of file formats...

I think software-level noise suppression could help significantly when there is no hardware-level support. Perhaps an opt-in in the settings. I'm not sure how this could be implemented, but I...

M-audio
C-feature-request

**Is your feature request related to a problem? Please describe.** I find that the extension has a significant impact on my eyes when setting grey/whitelists. I could not find any...

enhancement/ui
good first issue
Feature Request
Vote for me

**Is your suggestion related to a problem? Please describe.** When using screen sharing, the sound for the selected window is unavailable. **Describe the solution you'd like** The audio from the...

S-Minor
A-VoIP
A-Electron
X-Needs-Design
T-Enhancement
O-Occasional

This replaces the XOR in the SHA1 computation code with the complement ~. I have tested that it should work with by running the following with compiler optimisations: ``` #include...

Low priority
Trivial
Code quality

Running the following works: `chafa lisa.avif` `cat lisa.avif | chafa /dev/stdin # this is a bashism` The following does not work: `cat lisa.avif | chafa` `cat lisa.avif | chafa -`...

This is an attempt to help with https://github.com/minetest/minetest/issues/13399#issuecomment-1500993162. The code previously had something like x/1000*1000 when it came to sleep times which is not particularly useful since the type of...

Bugfix

This is an attempt to get set up for OpenWrt builds for GSoC 2023. The code and comments are mostly unnecessary (noop) at the moment and the plan is to...

needs more work