Releases: Harium/etyl
Releases · Harium/etyl
Etyl 1.4.0
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
- 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
- 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>