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.2k stars 242 forks source link

Release 1.8.2? #108

Closed tomcashman closed 5 years ago

tomcashman commented 5 years ago

Just wondering if there is a plan to release 1.8.2 soon? Are there any outstanding issues blocking this?

davebaol commented 5 years ago

No, no special reason apart from my rare spare time. In the next few days I'm going to update dependencies and release a minor version.

tomcashman commented 5 years ago

Would it be possible to release it depending on libgdx 1.9.8 as per the current snapshot?

davebaol commented 5 years ago

Well, yes! But why?

Also, damn.... this is embarrassing! 😞 I think I need your help. Too many time I don't work on gdx-ai and intellij idea. I cannot get tests project working correctly. Cannot find assets. At runtime I get Error reading file: data/uiskin.json Any idea how to fix this into the ide.

tomcashman commented 5 years ago

I'm in the middle of a project for my publisher and I had a lot of problems upgrading to libgdx 1.9.9 and haven't had a chance to see if 1.9.10 fixed the issues 😛

In IntelliJ you can right-click the project and go to Module Settings then mark a folder as a resource directory (I think).

davebaol commented 5 years ago

Ok, I found it! Thanks 😃

davebaol commented 5 years ago

Version 1.8.2 just released

tomcashman commented 5 years ago

Thank you :)