CensoredUsername
CensoredUsername
Fixed.
Actually don't mind that I didn't fix it for sending it to the workers again. Damnit multiprocessing.
But wait, that actually wasn't an issue before. Passing it back to the workers always happened unpickled. I'm somewhat confused how this was working to begin with. I'll take a...
Aight, did a final pass over it and tested it, I was able to decompile the tutorial game in a variety of languages now. Looking through the README changes now.
Also pushed README changes.
Hey, thanks for the pull request! I'd wanted to publish this a long time ago but I never finished the design and documentation of the pickleast module properly (and it...
I'm so sorry this completely dropped off my radar at some point. I'll try to get back to you on it.
That looks like a proper bug. It's in a pretty hairy part of the code, so I'd appreciate if you could send me the file! Thanks!
I've found the issue, and implemented an initial fix for it on the dev branch. It'll need to be backported to legacy, but during my testing this file decompiled fine...
And now it ought to also be fixed on `legacy`. I'm not cutting a release of this for `master`, as this is technically working around a bug in ren'py itself...