Daan van Yperen

Results 21 issues of Daan van Yperen

Maintenance release is ready. Waiting for @junkdog to push to repo (currently on vacation). https://github.com/junkdog/artemis-odb/releases quick draft: tag: artemis-odb-2.4.0 title: artemis-odb-2.4.0 #### Version: 2.4.0-SNAPSHOT - **BREAKING CHANGES** - Serialization modules...

Since we have snippets of the reflection code users the Apache 2.0 license already applies. Apache 2.0 is basically BSD but slightly more restrictive and libGDX users are already familiar...

documentation

**Ready to be merged, just blocked by 2.4.0 release.** - Reflection implementation upgraded with libGDX reflection improvements 2014-now. - **FIX**: Maximum size of reflection cache increased (doubled, more or less)....

enhancement
Maintenance

#### Summary Optimized GWT removes dead code. The reflection cache contains call sites for all methods on all included types and this prevents dead code elimination for those types, leading...

documentation
Performance
API Discussion

Increases reflection 65535 constant cap by spreading reflection between two classes. - [ ] Update reflection to include recent changes in libGDX. It looks more performant. - [ ] Merge...

feature-request

Copied from Gitter. Not verified. Marcus Lagerström @ghroot Apr 01 13:25 Is there a concept of transient entities built in somehow? I've tried introducing a Transient component and using it...

bug

2.5.0 will have more breaking changes, and planning to release a maintenance release first that's on gdx 1.9.x.

Maintenance

@Junkdog Another one after running the debugger ;) **Observed** `@EntityId` with CHECK_SOURCE_AND_TARGETS cleans up deleted entities from ints and IntBags, but only on EntityLinkManager proces. **Expected** `@EntityId` with CHECK_SOURCE_AND_TARGETS cleans...

bug

Groomed issues worth revisiting later. Out of scope or in need of sponsor. Please cull aggressively! ### Misc - [ ] #239 Apply for LibGDX third party external extension enhancement....

Revisit once a year

While implementing #508 i'm running into an inconsistency. ## Observed Given an non-delayed-removal component When an entity goes out of scope for a system: - After `ComponentMapper#remove`, any `SubscriptionListener#remove` cannot...

bug