1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/AI/Nullkiller/Pathfinding
Xilmi 2ad9038709 AI can now disband units that block slots for buying better units
When the AI cannot buy units in a city because all slots are blocked and the units in the slot are cheaper than the units it wants to buy, the AI will now get rid of the units that block that slot in order to be able to buy the better units.
2024-12-12 20:06:33 +01:00
..
Actions NKAI: whirlpool 2024-07-21 17:20:54 +03:00
Rules NKAI: replace hardcoded pandora with more flexible solution 2024-09-20 16:05:57 +03:00
Actors.cpp AI can now disband units that block slots for buying better units 2024-12-12 20:06:33 +01:00
Actors.h Fix some of the new warnings from sonarcloud 2024-10-11 10:45:29 +00:00
AINodeStorage.cpp Move pathfinder bucket parameters to nkai-settings 2024-11-26 18:58:34 +00:00
AINodeStorage.h Move pathfinder bucket parameters to nkai-settings 2024-11-26 18:58:34 +00:00
AIPathfinder.cpp NKAI: allow multiple tasks to be executed from one calculation 2024-04-14 16:46:05 +03:00
AIPathfinder.h NKAI: port exploration from VCAI 2024-05-20 23:50:13 +03:00
AIPathfinderConfig.cpp Fix some of the new warnings from sonarcloud 2024-10-11 10:45:29 +00:00
AIPathfinderConfig.h NKAI: initial implementation of object graph 2024-03-02 15:52:45 +02:00
GraphPaths.cpp NKAI: replace hardcoded pandora with more flexible solution 2024-09-20 16:05:57 +03:00
GraphPaths.h NKAI: reduce double army loss cases 2024-07-18 13:38:25 +03:00
ObjectGraph.cpp NKAI: port exploration from VCAI 2024-05-20 23:50:13 +03:00
ObjectGraph.h NKAI: port exploration from VCAI 2024-05-20 23:50:13 +03:00
ObjectGraphCalculator.cpp NKAI: replace hardcoded pandora with more flexible solution 2024-09-20 16:05:57 +03:00
ObjectGraphCalculator.h NKAI: port exploration from VCAI 2024-05-20 23:50:13 +03:00