Releases: elebras1/flecs-java
Releases · elebras1/flecs-java
0.11.2
Compare
Sorry, something went wrong.
No results found
Update to the last flecs release : Flecs v4.1.6
0.11.0
Compare
Sorry, something went wrong.
No results found
Breaking : rename fqn from com.github.elebras1.flecs to io.github.elebras1.flecs
Remove javapoet and replace it by homemade small code gen classes
0.10.0
Compare
Sorry, something went wrong.
No results found
v0.10.0
fix enableRest
0.9.0
Compare
Sorry, something went wrong.
No results found
Breaking : remove AutoCloseable for World, Query and OsApi
Breaking : rename close() method by destroy()
Fix : orderBy and the comparator
0.8.2
Compare
Sorry, something went wrong.
No results found
Feature : orderBy, groupBy, without in Query and System
Feature : zeroing components with Table.resetColumn and Field.reset
Feature : accessing the row table's native memory with Table.getRowView that returns a _Component_RowView
Refactor : FixedString rename size to length
0.8.1
Compare
Sorry, something went wrong.
No results found
Fix the publish fatjar by the github workflow
See :0.8.0
0.8.0
Compare
Sorry, something went wrong.
No results found
Update Flecs version to 4.1.5 : release v4.1.5
Refactor : replace all the LongList return by long[]
Feature : parent hierarchy storage
Features : asyncStage, getComponentId, setLookupPath, lookup
Reducing the jar size
0.7.0
Compare
Sorry, something went wrong.
No results found
Performance improvements
Feature : custom task threads (example )
Feature : user friendly iteration on Query, System, Observer with each() and eachView (example )
Feature : Table full refactor with complete feature support (example )
0.6.0
Compare
Sorry, something went wrong.
No results found
Performance improvement
feature : set components to entity using View component without any allocation
0.5.3
Compare
Sorry, something went wrong.
No results found
v0.5.3
update readme