Releases: GlennFolker/EntityAnno
Releases · GlennFolker/EntityAnno
v146.0.10
Built for Mindustry v146
, now hosted on a dedicated repository!
v146.0.9
Built for Mindustry v146
, and for testing GitHub packages out.
v146.0.8
Built for Mindustry v146
, with the following changes:
- Fixed null-pointer exception when calling
EntityRegistry.content(...)
withmindustry.gen
entity class.
v146.0.7
Built for Mindustry v146
. The only reason this release existed is because JitPack refuses to be sane.
v146.0.6
Built for Mindustry v146
, with the following changes:
- More descriptive error messages for some common mistakes.
- Fixed
this.<field> = <field>
still being added to generated setters even if the*Comp
class defines its own setter for that particular<field>
.
v146.0.5
Built for Mindustry v146
, with the following changes:
- No longer creates a revision file for entity components that do not serialize.
v146.0.4
Built for Mindustry v146
, with the following changes:
- Uses
inputs.property()
instead of temporary files for certain version-dependent tasks. - Added
? extends Entityc
to method signatures inEntityRegistry
. Shouldn't break compatibility, provided users use them correctly, since every generics will be erased anyway.
v146.0.3
Built for Mindustry v146
, with some minor quality of life changes.
v146.0.2
Built for Mindustry v146
, with some minor internal changes.
v146.0.1
Built for Mindustry v146
, with the following changes:
kapt.include.compile.classpath
andkotlin.stdlib.default.dependency
properties are no longer needed; they're inherently disabled by the plugin.