Coursera Spring Sale
40% Off Coursera Plus Annual!
Grab it
Explore the evolution of pathfinding systems in game development through this 52-minute conference talk that chronicles over 25 years of C++ development challenges and solutions. Learn how a pathfinding system originally written in C++ in 1997 for games like Age of Empires underwent multiple iterations by different developers, transitioning from a C-with-classes style codebase containing inline assembly to modern 64-bit C++ while preserving original gameplay mechanics. Discover the technical obstacles encountered during this lengthy evolution, including knowledge loss of core algorithms and compatibility issues such as extended floating point precision being dropped due to unavailable compiler flags in 64-bit environments. Gain insights into the code archaeology process required to identify, tackle, and resolve these complex migration challenges, providing valuable lessons for developers facing similar pitfalls when porting legacy applications to modern C++ standards.