6 Commits

Author SHA1 Message Date
Brent
afe875e4fa iOS Support (#113)
undefined
2024-01-22 17:22:41 +02:00
iProgramInCpp
1be6479e57 * Remove insert_or_assign dependency.
The `insert_or_assign` method was introduced in C++17.
We try to steer clear of anything C++11 or newer, because
we want to support platforms whose toolchains aren't
up to date and don't implement C++11. :)
2023-12-08 09:02:08 +02:00
iProgramInCpp
23444c2d83 * Misc. fixes to the pig
Still broken....
2023-12-07 19:35:58 +02:00
iProgramInCpp
805087d36a * Add PathfinderMob base
* Normalize tab style in source/CMakeLists.txt
2023-12-06 21:20:14 +02:00
iProgramInCpp
8602de2428 * Level: Implement findPath with PathFinder now. 2023-12-06 14:13:10 +02:00
iProgramInCpp
777bd6a3e2 * Add PathFinder and friends. 2023-12-06 14:03:20 +02:00