Zay-ES-Net release 1.3.1
·
106 commits
to master
since this release
Bug fix release over 1.3.0 which was also mostly a bug fix release.
Complete change log for both versions (1.3.0 has no github version):
Zay-ES-Net v1.3.1 (latest)
- Fixed a bug introduced in PR #18 where the filter check in RemoteEntityData
completeEntity() was inverted.
Zay-ES-Net v1.3.0
- RemoteEntityData.completeEntity() modified to check the components against
the filter to fix the case where two entity sets share the same components
but not the same filter. See PR #18 - Fix NPE in RemoteStringIndex when asking for a non-existant string. See Issue: #14
- Set sourceCompatibility to 1.7 and turned on detailed 'unchecked' warnings
- Fixed a ton of 'unchecked' related issues. Many of the generic method signatures
have changed. - Some javadoc formatting fixes.