artemis-odb-entity-tracker icon indicating copy to clipboard operation
artemis-odb-entity-tracker copied to clipboard

:game_die: Visual Entity Tracker for ECS library: artemis-odb

Results 6 artemis-odb-entity-tracker issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies
java

I'm getting this error when trying to run the tracker on artemis-odb 2.3.0. Happens with and without using gui (`new EntityTrackerMainWindow()`) Stack trace: ``` Exception in thread "main" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError:...

When world.dispose() is called should close the EntityTrackerMainWindow. I think entityTrackerMainWindow.disconnected() shold be called too. ```JAVA EntityTracker { ... @Override public void disposed() { updateListener.disposed(); } } WorldUpdateListener { ......

It's possible synchronize attribute values of component in window in every in update? Because if window is opened and the game update value of component attribute, the value in window...

Given: Component with Field1 of non-primitive type Expected: String.valueOf(Field1) is invoked and this result is displayed (read-only) in Component-Details-View for Field1 Actual: 'reference' text is displayed for Field1 ![i](http://cs630231.vk.me/v630231319/c719/v5LMp2Jfw6o.jpg)

STR: 1. launch Entity Tracker GUI 2. launch game 3. exit game 4. launch game again ![image](https://cloud.githubusercontent.com/assets/31058/21966013/7ff03c7e-db6b-11e6-9a38-6a0ca6fed0b9.png)

bug