Ondřej Žára
Ondřej Žára
Well, there is not much (=none) development going on. Partly because my time is severly limited, partly because the lib itself is mostly feature-complete. I am happily merging bugfixes, though...
The `corridorLength` option seems to be used (only) here: https://github.com/ondras/rot.js/blob/master/src/map/features.ts#L256 At a first glance, the implementation makes sense: whenever the algorithm tries to create a random corridor, it picks its...
> I ran into this a long while ago. If I remember correctly the confusion here is that the corridorLength param is about "corridor sections" in practice, because each corridor...
> I suppose it's possible that one straightaway is composed of multiple "sections" each conforming to the maximum length, but then the parameter seems rather pointless. True. This is exactly...
Just confirming that windows 11 build 22635.2915 is also broken.
> Just confirming that windows 11 build 22635.2915 is also broken. ...but it was working on 22635.2850. Damn these MS updates :-(
Thanks, @itzjakm, it works! You saved my day. I wonder if there is perhaps some way to make the whole process more resistant to those arbitrary API changes that typically...
@Ciantic okay, thanks for the explanation!