Dan Watson
Dan Watson
From what I can tell, this builds off of #151 and changes the options mechanism into a decorator to adjust the parsed settings. Given that it has more tests and...
I realize I can just convert the ints to strings, it just feels gross :)
That last change should address this. Will need to play test.
I had fixed the bubble tele in Bawdy (and a bunch of levels in the lexicon) here: https://github.com/avaraline/Avara/blob/main/bin/pict2alf.py#L201-L202 But commented it out for some reason. I recall some discussion about...
As for fountainhead, the problem was introduced when splitting the TextOp script by `\n\n` here: https://github.com/avaraline/Avara/blob/main/bin/pict2alf.py#L228 It's parsing the `object Ramp` separately from the declarations inside of it (i.e. `deltaY...
We might be able to patch mainloop to check to see if there's an active game, and just ignore the SDL_QUIT event in that case. But if that doesn't work...
If I understand what you're asking for, this isn't currently possible, but it's a good idea. I think it mostly belongs as a tag option (`require_close`), but also maybe have...
I can't say for certain that this isn't a bug, but is it possible your key changed between versions? Data decrypted with an incorrect key will just yield gibberish (there's...
Sorry I haven't had a chance to try to reproduce this yet. Do you have any example data/keys from a previous version you can share here? The biggest holdup for...
I just tried to re-create this and can't. I created a test model using 1.4 and saved some data, then updated to 2.0 and did not have trouble reading it....