False.Genesis
False.Genesis
> Vita port is possible, now that we have access to scePiglet (official gles2->gxm library) and support for it in SDL2, but would require GLES2-compatible render in Aquaria (i wonder...
Shaders are... annoying, actually. If everything supported *proper* GLSL that would be easy, but then again each driver does its own thing, and has its own bugs, and it's own...
If it's somehow important to you to get this resolved, send me a PR that kicks out glfont. If not, why open this issue in the first place? Does Fedora...
Yea, i was tired and cranky on that day, sorry. If you hear anything back and get this solved, great. However neither of Arch/Gentoo/FreeBSD had a problem with this (packages...
Alt+Tab works fine for me in any version. Care to provide the usual details (OS, gfx driver, resolution, game build version)? Does windowed mode cause problems? Also please define "does...
Note to self: Also add a flashing text at the bottom that says "Press any key to assign, Esc to abort, Backspace/Delete/same button to clear" while listening for key input....
Ah yes, sorry, i forgot to answer. I had a look at this some time ago and couldn't find a way to easily disable diagonals without breaking the algorithm; it...
I don't use "tests" as in unit tests. The test code attached is mainly for benchmarking and should blow up/assert fail when something isn't right. That said, with no diagonals...
I'm not sure what you mean, but if it is what i'm thinking, then yes. Try https://qiao.github.io/PathFinding.js/visual/ and place the goal to the right and above the start (just not...
Update your master branch and define JPS_ASTAR_ONLY (see top of JPS.h), then try again. The number of grid checks should be less now, but the number of expanded nodes should...