04-23-2015, 06:47 PM
I followed all the practices you just mentioned and I also made sure the lua script is not complaining. I also added Doxygen-compatible documentation to PathFinder.h
I finally have GCC 4.9, but I am having trouble integrating the class into MCServer, my main trouble is the Vector3d class, I'm not sure how to include MCServer's Vector3d in PathFinder.h, including the Vector3d.h header directly spawns some weird LUA errors.
I am trying to get the code to compile without errors.
The code is now at https://github.com/wiseoldman95/MCServer...dingReborn
Help regarding Vector3d is appreciated.
I finally have GCC 4.9, but I am having trouble integrating the class into MCServer, my main trouble is the Vector3d class, I'm not sure how to include MCServer's Vector3d in PathFinder.h, including the Vector3d.h header directly spawns some weird LUA errors.
I am trying to get the code to compile without errors.
The code is now at https://github.com/wiseoldman95/MCServer...dingReborn
Help regarding Vector3d is appreciated.