Hi folks, I wanted to see if I could use the same function for staggered isometric maps, which shouldn't be much different fom the other one I posted with the exception of the offsets of the neighbour cells, in the end I only had to change that, the heuristic formula and the corner checking for the mode "diagonals without cutting corners".
You might notice that some of the borders between tiles will not be recognized as part of any tile (coordinates -2,-2 for this specific case) this is due to a little battle I'm having with AppGameKit when it comes to polygon shapes and the way I chose to identify tile coordinates, however this does not affect in anyway the results of the path finding function so you can use any method you see fit to render the maps.
Hope someone will find it useful at one point or another, there's no such thing as too many isometric games
Cheers