Eldred Habert
Eldred Habert
Like it says on the tin: Minecraft 1.18.1 freezes with `primusrun`, but not with `optirun`. I'm playing vanilla, with a few mods including Sodium. The game seems to only freeze...
v0.9.3
v0.9.2 is more than one year old, and [lacks some changes made since then](https://github.com/Optiroc/SuperFamiconv/compare/v0.9.2...master). \*n?x users can fairly easily compile from source, but this is more problematic for Windows users,...
`superfamiconv map -T 0x80` apparently treats the argument as `0`, silently discarding the `x80` part. I didn't check with other options. C `stdlib` has `strtoul` which handles this correctly with...
`python` is the OS' default, which is Python 2 on most systems, but not all of them, such as Arch Linux by default.
Remove some magic numbers, improve readability, use some loops to save space
The Pastraiser tables were wrong on a few things, apparently. This community-made website fixes all of that, has been reviewed by peers, tl;dr all the goodness in the world! Also...
Parts II and III will have the reader (and thus, the writer as well) working iteratively on a codebase. Where it gets iffy is that any change made to earlier...
The first lesson of Part II should be about setting up a new project, this one from scratch. This is meant both as a base to everything else that will...
This lesson will introduce object-to-BG interactions. The ball must start colliding against the bricks in the background as well, bouncing and eliminating them. Like for OBJs, VRAM shall be accessed...