Martin Fraga
Martin Fraga
I was able to "fix" the behavior by adding a call to `self.map.populate_blocked();` before the culling step. This marks the wall tiles as blocked. The DijkstraMap is working as expected...
Hi! I'm looking into this issue. Apparently docs.rs [documentation](https://docs.rs/about/builds#read-only-directories) talks about this issue and mentions the environment where it builds the docs is mostly read only, and that the directory...
And are MASM docs suposed to get built in the `docs.rs` site?
> Are you sure that you use `encrypt_shuffle` and `remask_shuffle` procedures during the test? Yeap! Notes `shuffle.masm` and `remask.mask` (they call `encrypt_shuffle` and `remask_shuffle`) get consumed during the test. BTW,...