Commit Graph

8 Commits (52f45e1d45cd6ef98df0f79bb4c28155f67d2cee)

Author SHA1 Message Date
Zed A. Shaw 52f45e1d45 Mostly fixed up but I have to figure out why cost on actions isn't changing the priority. 4 days ago
Zed A. Shaw 862d8b4d81 Now have a cycle and repeated action mitigation technique in the AI algorithm called 'delete shit you've seen'. 4 days ago
Zed A. Shaw 922fbeba0e AI now follows the A* algorithm more closely by using a separate priority queue from the open_set. 5 days ago
Zed A. Shaw 47c6bfd531 AI engine is working and I have a little BattleEngine going but the AI is working better than it should in systems.cpp. Need to find out why then make the BattleEngine avoid running entities that have END in action lists. 1 week ago
Zed A. Shaw da273cbee6 Refactored rituals so they can be used in different situations. 2 weeks ago
Zed A. Shaw c4611c0138 Right before coverage destroys everything. 3 weeks ago
Zed A. Shaw 1d2968f826 Move the ritual stuff to the combat namespace. 3 weeks ago
Zed A. Shaw 49531ba148 Rituals are more or less sorted out in theory, and they helped find a cycle in the GOAP algorithm that I'm detecting/preventing. 3 weeks ago
Zed A. Shaw 15bb69624b Rituals now work mostly how I want, and even prototyped the idea of a cursed item giving you a debuff and also boosting damage more. 3 weeks ago
Zed A. Shaw eeea3c794f The basic idea of using GOAP to figure out if combined items will produce a valid ritual, and what kind of things the ritual does, mostly works. 3 weeks ago
Zed A. Shaw 63f032ff12 BREAKING: First idea for the combat system but there's a bug in goap where I'm not removing closed parts or something like that. 3 weeks ago