Hugo Locurcio
Hugo Locurcio
> Hmm just tested it, compile times increase significantly, going from ~15 sec to ~1 minute on my 4th gen i5 CPU. I'd love to use this for the final...
@Bauxitedev Could you test the `publish_windows.py` script included in this PR? I also modified the Docker file, but it appears to only build for Linux.
Could the iteration count be scaled depending on the viewport height[^1]? This way, at lower resolutions, the performance impact would be lessened. At higher resolutions, the quality would remain more...
You can simulate 2D motion blur on a per-object basis by creating several transparent copies of sprites, each of them lagging behind the original sprite. It's pretty cheap to render...
If it's exposed as a uniform, it should be possible to adjust the blur intensity automatically depending on the time it took to render the last frame. I'm of the...
If storing the password in plain text is the only option, then add a tool-tip to warn the player about that.
> Minetest should show a locale switcher using a universally-understood icon to allow users to change language without going into advanced settings The "globe" icon is a popular choice for...
It's better to create one issue per feature than cram them all into a single issue, even if they're small items individually. This way, they're easier to discuss.
@kusogaki77 They should already be supported, as the application is rendered using the system font as provided by Qt.
Press T and enter `/name yourname` in the console. Names must be 1-16 characters long and can only contain ASCII characters (excluding spaces).