collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
884 stars 101 forks source link

fix compilation error #30

Closed SomeFire closed 5 years ago

collinsmith commented 5 years ago

This will be fixed when gdx.diablo is removed (and riiablo branch merges back with master). I'm planning on doing this as soon as I get a chance, but it's going to take a bit because I'm sure there are a lot of references I haven't fixed in a lot of the tools/tests. mpqviewer and mapbuilder still use gdx.diablo to name a couple. I should have done this a few weeks ago, but I wanted to make sure the refactor went okay and it's a lot easier when the package still exists in the repo. I also have some files in that package on my local repo that haven't ever been committed because they are the beginnings of more major changes (new asset API, conversion to an ECS to name a couple) so those need to get moved before I delete the old package.

collinsmith commented 5 years ago

I merged into master and removed the old code-base which should resolve this issue.

SomeFire commented 5 years ago

Yep, code is compiling now.