BadMagic100
BadMagic100
An approach question - am I understanding correctly that you're downloading and caching the files and self hosting, rather than just redirecting the user to the GitHub download? If so,...
> In this tentative future, decoupled webhost updates would presumably not have any actual AP changes, just new games pulled in, and whether there's a new release or not would...
I'm comfortable to close this as fixed, seeing as it's over a year old Myself and several others have had no issues with this setting recently
It used to be the case that having the inventory open cancels your hardfall timer, and you would therefore be able to close your inventory early and still not get...
Yeah, I think having an option to toggle the behavior would be nice, but I do agree that in general the default behavior should be to replicate the behavior on...
@Jouramie would be interested where you felt the gaps were, as it might be addressable by better docs especially if it's something user facing. Admittedly I probably ought to write...
Regarding docstrings length, I think the docstrings are actually at just the right length, there are quite a lot of prerequisites to meet and they should be documented in the...
> i do think they should only give a brief overview of what the method does and requirements of the params etc. Right, I agree but would argue that the...
Quick link for being able to see the diagrams as diagrams (rather than markdown): https://github.com/BadMagic100/Archipelago/blob/generic-entrance-rando/docs/entrance%20randomization.md
> why get_target_groups is a callable As discussed in discord, made this a dictionary of any hashable object (specifically allowing int groups) to improve performance. We also now no longer...