-
There should be absolutely no "TODO", "FIXME", or "breaking changes" merged into the master branch. This particular comment was put there by @junkdog 2 years ago and has probably been forgotten -- whi…
-
- fastest/most efficient solution; GC-friendly
- ~~save to source or directly to `.class`~~ compile to class
- ~~load from class~~ Prefab intercepts via `@Prefab.Compiled(Class)`; set by artemis-odb…
-
https://github.com/junkdog/artemis-odb/issues/508#issuecomment-348686357
> Also I've noticed that in removed(int entity) mapper.has() and mapper.get() returns different results. has() would return …
-
https://github.com/junkdog/artemis-odb/releases
quick draft:
tag: artemis-odb-2.2.0
title: artemis-odb-2.2.0
#### Version: 2.2.0 - 2019-01-06
- **BREAKING CHANGES**
- Web backend upgrade…
-
If something isn't allowed, then the api shouldn't allow it to occur. That's why we have specific techniques to prevent incorrect usages (https://stackoverflow.com/questions/9743513/defensive-copy-fro…
-
Hello,
I've been using LibGDX 1.9.9 for a while now along with Artemis ODB: https://github.com/junkdog/artemis-odb
I've implemented a system that iterates over the array of contacts given by world…
ghost updated
5 years ago
-
As part of some fluid enhancements introducing annotation driven aspects on BaseSystem. Does not replace the regular aspects. As with all fluid features it shaves off some boilerplate.
```java
@Al…
-
Not sure if I'm just doing bad practice, but when packets are sent in from the client, I create entities and associate them to the channel context they're coming in from.
What I noticed, however, i…
-
Artemis fails to access `@EntityId` fields via reflection `ReflectionException: Illegal access to field`, because of the way Kotlin generates getters and setters which leaves the field itself private.…
-
## Description
A `SuperclassComponentMapper` allows to get all components of the component type `