1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/AI/VCAI/Pathfinding
Alexander Shishkin b00e935e4d
Warnings fixes (#538)
Warnings fixes
* Suppress `missing-braces` for Clang
* Fixed many C4275 warnings
* Fixed almost all Clang/GCC warnings
* Silence most frequent MSVC warning.
* Fixed some pessimizing-move warnings
* Fixed some unused capture warnings
2019-01-19 13:52:02 +03:00
..
AINodeStorage.cpp Use the same cost value in Pathfinder and fuzzy evaluations. 2019-01-17 10:54:41 +03:00
AINodeStorage.h Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
AIPathfinder.cpp Merge remote-tracking branch 'remotes/nullkiller/ai-refactor-exploration-according-to-new-pathfinder' into develop 2019-01-08 00:25:25 +03:00
AIPathfinder.h Tweaks 2019-01-08 00:49:36 +03:00
AIPathfinderConfig.cpp Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
AIPathfinderConfig.h AI goals refactoring (#524) 2018-12-01 11:30:37 +03:00
PathfindingManager.cpp VCAI performance improvements 2019-01-17 10:50:56 +03:00
PathfindingManager.h Warnings fixes (#538) 2019-01-19 13:52:02 +03:00