viri
viri
I think this a lot more broad than just enums as well, for example `std.fmt.parseInt` at the moment takes a radix argument that is either actually a real radix, or...
Hey, GM7 is planned eventually but GM8.x is still a work in progress. This entire project is. We'll expand and refactor afterwards. Glad to know stuff's working under WINE if...
Updated `master` with your new commits, leaving this open since we don't have GM7 compatibility anyway and that looks like a good testcase.
It would definitely be possible to add, the current loader just tries its best to locate the gamedata, then loads said gamedata (the official runner opens argv[0] as a file...
The idea I had was to have a build of the runner, the game assets, and then provide a launcher executable for it, so it's pretty close. This also avoids...
It would also be possible to pay homage to GameMaker 8 and just append the game assets to the executable if people really wanted, I don't think anyone on the...
Can confirm I have the same issue on NixOS 22.05pre (glibc). I suspect this is just the out of date standard library used for the proof of concept, since the...
I was actually going to add an asset dump feature after I finished the code base overhaul branch, *which I then forgot to finish*. I'd be down to implement a...
> don't use `dpkg` for installing .deb packages on arch I'm sure Valve knows that, seeing that SteamOS 3.0 is allegedly based on it. I don't know why it still...
I was wondering whether `WM_NAME(UTF8_STRING)` was standard because it does seem to work with some programs, but it's not mentioned in any version of the ICCCM or EWMH standard paper....