Lorenz Hübschle
                                            Lorenz Hübschle
                                        
                                    There clearly are different opinions on what this plugin should show - personally, I'd like to see only those portals where I can upgrade the portal to a new level....
Well it _does_ find the path, it just shows the wrong one ;)
You could track which Cell has the currently smallest tentative distance, this Cell will be on the path. So, when taking a cell from the queue, check if it has...
Not true, see https://github.com/qiao/PathFinding.js/blob/master/src/finders/BiAStarFinder.js#L106
True, but that might be a separate issue. What I said was that the implementation correctly computes the shortest path, but retrieves it incorrectly. Thus, the result is wrong. @surrim...
I did something like that, see https://github.com/lorenzhs/XmpSim (I'm using the decompiled formula; the code is in the python script) However, this approach does NOT give you the minimum number of...
At least for the heatmap, that isn't a very good idea. Takes too much computation power. On my laptop it takes over a second, so I'd estimate 5+ seconds on...
Nice! It would be cool to add this once it's exposed to relay clients.
Yeah it's from zlib.js. The file starts with `/** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */`, which is I think enough to comply with the...
Good idea! Would you be interested in implementing this?