It will trigger warnings due to deprecated depends.txt and no mod.conf but otherwise it seems to work great. I do think having globals instead of putting things in a namespace table is a bit questionable, but I doubt I'll use AND and OR for anything else at least. If they were more unique names it would be fine, but they are short, so I can imagine some kind of conflict happening.
It will trigger warnings due to deprecated
depends.txt
and nomod.conf
but otherwise it seems to work great. I do think having globals instead of putting things in a namespace table is a bit questionable, but I doubt I'll use AND and OR for anything else at least. If they were more unique names it would be fine, but they are short, so I can imagine some kind of conflict happening.It should also probably fall back to using the
bit
library Luanti provides (if available) for order of magnitude speedups....we have that? Well... that's unexpected.. Time to find out when it was added I guess
It was present in 5.5.0 so I think I'm happy to not have compat with earlier versions than that for anything I make honestly. Thanks for the heads up.