Skip to content

Releases: Harium/etyl

Etyl 1.4.0

19 Jan 21:33
Compare
Choose a tag to compare

A new version of Etyl is released.

Few (but boring) bugs were fixed:

  • Added Kiosk mode
  • Custom cursor is optional and disabled by default
  • Fullscreen is optional and disabled by default
  • No more concurrency exceptions
  • No more exceptions using multitouch in touchpads (desktop)
  • Etyl UI and Etyl i18n have their own repositories
<dependency>
    <groupId>com.harium.etyl</groupId>
    <artifactId>etyl</artifactId>
    <version>1.4.0</version>
</dependency>

Etyl 1.3.3

18 May 17:31
Compare
Choose a tag to compare
  • Fix concurrent modification when keyboard and mouse dispatch too many events
  • Allows multitouch
  • Update animation
  • Update commons
  • Update etyl-gdx-util
  • Move etyl-geometry to it's own repository
  • Refactoring
<dependency>
    <groupId>com.harium.etyl</groupId>
    <artifactId>etyl</artifactId>
    <version>1.3.3</version>
</dependency>

Etyl 1.2.0

08 Dec 14:22
Compare
Choose a tag to compare
  • Fix some iterations over maps
  • Fix alpha channel in jpg images
<dependency>
    <groupId>com.harium.etyl</groupId>
    <artifactId>etyl</artifactId>
    <version>1.2.0</version>
</dependency>