Skip to content

Releases: retropipes/diane-game-engine

Single window support

17 Nov 00:26
Compare
Choose a tag to compare
Single window support Pre-release
Pre-release

All windows are to be managed via MainWindow in the GUI package - this ensures that only one can ever exist, which also makes recording gameplay with OBS and the like possible.

Demo ready build

28 Oct 00:18
Compare
Choose a tag to compare
Demo ready build Pre-release
Pre-release

Fixed a few bugs.

Minor bug fix update

20 Oct 14:02
Compare
Choose a tag to compare
Minor bug fix update Pre-release
Pre-release

Fixes one issue: WAV playback inside a JAR was broken. Now it's no longer broken.

First major feature update

13 Oct 15:56
Compare
Choose a tag to compare
Pre-release
  • Important bug fix for the image and sound loaders.
  • Upgrade to Java SE 13.
  • Adds direction utilities.
  • Adds an object model for games to build on.
  • Exports all the new packages these changes added.

A minor update

02 Oct 21:49
Compare
Choose a tag to compare
A minor update Pre-release
Pre-release
  • Removed the cache viewers.
  • Adjusted the constructor for ColorShader to take a Color, instead of 3 integers.

First alpha release

29 Sep 15:16
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

Initial alpha version. Only the loaders exist for images and WAV sounds, plus image shading and compositing support. Image loaders cache their results internally.