Christian Fersch
Christian Fersch
These are some interesting optimization problems :) > Right now it works by having all pumpjacks trying to connect to a "target". What happens if no station is included? I...
> It does beg the question, what is the best way to find the shortest path between any two pumpjacks (A* works but the shortest path isn't always the best...
That's actually a common feature request. I recently did a restructuring that would allow to me to finally implement that. I will look into it when I find time (which...
That is a really odd crash. In case you're interested: The crash log points to an OpenGL helper library I'm using, more specifically [a part that handles something about monitors](https://github.com/glfw/glfw/blob/51bb76c7c3de934b2dd3affcdc297a32e4817835/src/init.c#L78)....
> Are you using GFLW only starting with 0.5.0? No, but I'm using a newer version and linking it statically instead of using a dll. > Could it be that...
> You might want to officially drop support for Vista, though, pointing to this issue, in case there's another guy like me still using it. ;) I am not 100%...
Oh, and could you please run `dxdiag` and see what it says about DirectDraw on the Display Tab?
I managed to get Vista running in my VM, and I think I found the issue with Vista. This version works for me on Vista: [foo_chronflow.zip](https://github.com/Chronial/foo_chronflow/files/3279093/foo_chronflow.zip). Care to give it...
> Yup, looks good! Congratulations! Nice to hear :). > Did you mean to write "BGR" there? I did, thx. > Regarding the GLFW crash on the terminate call, I...
What is the advantage of having this functionality in snapraid-runner compared to having a wrapper-script?