0.4.2
- External game config classes (configure game variables with no recompilation)
- Scripts (JS) now have local scopes (each script instance has global variables that are local to that instance)
- Support multiple versions for Tiled .json format
- Foundation codebase for PCG maps and levels
- SNAPSHOT builds are released automatically after each successful Travis-CI build, add:
<repositories>
<repository>
<id>oss.sonatype.org-snapshot</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
and you can use x.y.z-SNAPSHOT
.