1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/pathfinder
Ivan Savenko 76956cfe3a
Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2
Remove implicit conversion of identifier to integer
2023-11-16 17:26:32 +02:00
..
CGPathNode.cpp Fixed most common cases of movement actions 2023-09-16 20:07:26 +03:00
CGPathNode.h Replace static_cast's of Identifiers with getNum call 2023-11-03 16:03:29 +02:00
CPathfinder.cpp use toEnum instead of getNum for switch'es 2023-11-03 19:20:25 +02:00
CPathfinder.h (lib) Bonus subtype is now stored as metaidentifier that can store any 2023-10-22 16:54:43 +03:00
INodeStorage.h
NodeStorage.cpp Fix most of memleaks discovered by valgrind 2023-11-13 16:27:15 +02:00
NodeStorage.h Converted pathfinder enum's to enum class 2023-06-21 15:38:57 +03:00
PathfinderOptions.cpp NKAI: water and air walking 2023-09-30 10:37:32 +03:00
PathfinderOptions.h NKAI: water and air walking 2023-09-30 10:37:32 +03:00
PathfinderUtil.h Fix most of memleaks discovered by valgrind 2023-11-13 16:27:15 +02:00
PathfindingRules.cpp Explicitly convert identifier to underlying enumeration 2023-11-03 16:03:29 +02:00
PathfindingRules.h
TurnInfo.cpp Removed remaining usages of std::vector<bool> 2023-11-15 15:55:18 +02:00
TurnInfo.h Removed remaining usages of std::vector<bool> 2023-11-15 15:55:18 +02:00