libgdx / gdx-ai

Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
Apache License 2.0
1.18k stars 241 forks source link

Update libGDX to 1.9.8 #104

Closed Dgzt closed 5 years ago

Dgzt commented 5 years ago

Updates the version of libGDX to 1.9.8.

davebaol commented 5 years ago

Have you checked if libgdx 1.9.8 is backward compatible with 1.9.6? I mean, can you confirm that all gdx-ai tests run without any problem?

Dgzt commented 5 years ago

I have checked the all tests under /gdx-ai/tests and /tests.

davebaol commented 5 years ago

Thanks