Fabiitch

Results 5 issues of Fabiitch

1) Create a Familty from another ` Family family2 = Family.one(ComponentF.class).concat(family1).get();` 2) Allow to call one/all/exclude more than one time in FamilyBuilder Before ` Family family2 = Family.one(ComponentA.class).one(ComponentB.class).get();` allow only...

Follow of : #311 Possibility to add or remove a system during the iteration and that the operation is effective on the current loop if the add/remove system has a...

Resolve https://github.com/libgdx/ashley/pull/217 System can be add and remove during iteration, operation are performed at end of update loop. An other solution can be simply throw an exception if user try...

Hey If you add a system during iteration (so inside an other system) if the system add has a priority lower than current system in update, the order is fuck....

Hello when i launch main methods in tests folder like using com.badlogic.gdx.ai.tests.BehaviorTreeTests#main public static void main (String[] argv) { GdxAiTestUtils.launch(new BehaviorTreeTests()); } i got error when he try to load...