collinsmith / riiablo

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

Implement Artemis bytecode weave support #134

Open collinsmith opened 3 years ago

collinsmith commented 3 years ago

Artemis throws Unknown primitive type: [B when sorting some component class in the project (no additional info is given as to which). I think this may be something with byte[] as a data member.

Additionally, some weird behavior for the barbarian shout skill shockwave effect when weaving is implemented.