metasprite

Results 5 issues of metasprite

Cheat editor is _almost_ a memory watch tool, but not, since it stores "codes" instead of showing memory values with notes. It's very useful for finding info about a game...

Let's say you're in edit mode and you move to the end of line 5 with your mouse, you do this by moving your mouse past the last character of...

Minimal reproducible example (you may have to run it a few times before it triggers; it's random): ```cpp #include #include "SDL2/SDL.h" #define CUTE_SOUND_IMPLEMENTATION #define CUTE_SOUND_FORCE_SDL #include "cute_sound.h" cs_context_t *context; void...

### Is your feature request related to a problem? Please describe. The `compile_commands.json` generated by xmake doesn't help language servers like `clangd` find C++20 module files. My project with C++20...

duplicate

When typing inside a pair: () {} [] "" '' `` in Neovim only, the cursor will repeatedly jump to EOL for a frame, then jump back. Especially noticeable if...