Daniel Benoy
Daniel Benoy
It would be nice if the software is able to keep your place when listening to a podcast in the event that the program is shut down or crashes, and...
If you add a large collection of amiibo data and then explore the list, sometimes images will fail to load, and UI elements to flicker, and sometimes it will even...
snes9x supports files like .sfs.gz, but I've noticed they don't come up when selecting a ROM. I believe this may be a bug. Line 605 in 3dsmain.cpp is: std::vector files...
1. Create a testprog command with this MUF: ``` @program testprog.muf 1 99999 d i $PRAGMA comment_recurse : main ( s -- ) "Start." .tell 0 begin ++ dup 100000...
Big strings
I have created a 24-bit color library in MUF and I'm running up against the string size limit a lot. 24-bit ANSI codes are quite lengthy (This is what white...
There are loads of characters that are allowed with player names. Really silly names like ```[#*%``` are perfectly allowed, for example. And concerningly, you can make names like: `>` or...
Perhaps the penny-return logic should be in the @recycle command instead of in the recycle function itself, because that also affects the MUF primitive, creating an unexpected donation of pennies...
NEWOBJECT creates objects with a value of 1, rather than 0. You can just create an object, and then recycle it to collect a penny. This already can be exploited...
``` > @muf { "TEST" "TEST2" }list { "TeSt" }list array_intersect Program compiled successfully. Result: {"TeSt"} ``` Is this deliberate? I don't see this behavior documented in `man array_intersect`
### Problem I figured this is best submitted as a feature request rather than a bug? Moving an analog stick with the analog add-on is not producing any keyboard output...