mgerhardy / simpleai

SimpleAI is a small C++ AI behaviour tree based library with a QT5 based remote debugger (and with optional LUA bindings) released under MIT.

Home Page:http://www.caveproductions.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter: Implement set operations

mgerhardy opened this issue · comments

  • Union
  • Intersection
  • First
  • Last
  • Random(n)

ConditionParser must be changed, tests must be added, new filter type is needed (that can have filters as children)

Complement and Difference are implemented, too