1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-10 00:43:59 +02:00
vcmi/AI/Nullkiller/Pathfinding
Alexander Wilms 2ea78a5883 Fix float comparisons
Replace this "==" with a more tolerant comparison operation.
Floating point numbers should not be tested for equality cpp:S1244
2024-02-14 23:30:29 +01:00
..
Actions Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
Rules Remove custom casts 2024-02-14 12:56:37 +02:00
Actors.cpp Reduced usage of global variables - removed or made const / constexpr 2024-02-12 13:49:45 +02:00
Actors.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
AINodeStorage.cpp Fix float comparisons 2024-02-14 23:30:29 +01:00
AINodeStorage.h Remove more redundant virtual specifiers 2024-02-13 15:21:30 +01:00
AIPathfinder.cpp NKAI: log paths scan depth 2023-07-31 22:01:11 +03:00
AIPathfinder.h NKAI: namespace 2022-10-04 08:40:14 +03:00
AIPathfinderConfig.cpp NKAI: water and air walking 2023-09-30 10:37:32 +03:00
AIPathfinderConfig.h Remove redundant virtual specifiers 2024-02-10 20:46:13 +01:00