-
When using version 0.6.1 instead of 0.6.0 I get the following error upon gwt compilation:
```
com.artemis.managers.TagManager
Adding '1' new generated units
Validating units:
[ERR…
-
It's the weirdest thing, and I have no idea how to reproduce it, but it does happen on occasion. `ArtemisMultiException.getExceptions().size()` has returned 0 for me on more than one occasion.
-
-
So projects can auto-generate overview reports like this: http://junkdog.github.io/matrix.html
-
-
I get an ArrayIndexOutOfBoundsException at line 203 of ComponentManager (method getComponentsByType). I had this same issue in vanilla Artemis and previous versions of artemis-odb.
I fixed it by doi…
-
What do you think about providing links to jars of the last major revision?
I stumbled upon this when I tried to generate the matrix for my project. I can do that either as a maven plugin or from th…
-
~~Packing strategy should be configurable as a parameter in `artemis-odb-maven-plugin`.~~
-
I saw here: https://github.com/junkdog/artemis-odb/issues/56 that you mentioned looking into GWT support. Did you come to any conclusion regarding the feasibility? I spent some time trying to make eve…
-
I've made a little 7DRL game (http://7drl.org/2014/03/17/tox-puzzle-roguelike-dont-do-drugs-kids/) based on artemis&LibGDX (snapshot with gradle), that I'd like to port to web so more people can play …