Skip to content

Releases: wffoote/spritely

Stable, including documentation tweaks from last quarter

31 Mar 00:03
Compare
Choose a tag to compare

Stable version. This might include some documentation tweaks relative to the last release.

More intelligent window positioning

17 Jan 23:18
Compare
Choose a tag to compare

Use Java's setLocationByPlatform to put the window in a more pleasing place.

Go back to repaint animation

17 Jan 15:49
Compare
Choose a tag to compare

When combining Spritely with a program doing normal JFrame repaint animation, some odd display artifacts were visible. I suspect it was a problem with the attempt at complex direct-draw optimized drawing, so I backed that out and switched to the much simpler repaint-style animation.

Version 1.2: Winter quarter 2019

30 Dec 19:44
Compare
Choose a tag to compare

Version 1.2, created for the beginning of Winter quarter 2019.

Add protection against recursive call

07 Oct 23:58
Compare
Choose a tag to compare

Misc. improvements, but notably, Spritely now documents and enforces a prohibition against calling the key animation methods from within a mouse or keyboard handler, or from a foreign thread.

1.1

17 Sep 00:13
Compare
Choose a tag to compare
1.1

1.1 release: Slight functionality tweaks, and improved documentation. This is the release for the launch of CSC 203 in Fall '18, the first time this library was used in a full class.

1.0: First Release

25 Jul 18:12
Compare
Choose a tag to compare

The library has been reasonably thoroughly tested through the development of a new curriculum for CSC 203 at Cal Poly. It's used for the class project, and for a number of labs. It's been thoroughly exercised on Linux and OSX in both text and graphics mode. Windows testing has been sparse, admittedly. Some bugfixing once the library is used on a variety of students' computers wouldn't come as a total shock.

1.0 Beta 3

26 Jun 12:04
Compare
Choose a tag to compare
1.0 Beta 3 Pre-release
Pre-release

Fix damage rect calculation when zoomed. Change build script to insist on JDK 1.8.

1.0 Beta 2

25 Jun 05:18
Compare
Choose a tag to compare
1.0 Beta 2 Pre-release
Pre-release

Makes the javadocs zip file nicer

1.0 Beta 1

17 Jun 05:53
163cc55
Compare
Choose a tag to compare
1.0 Beta 1 Pre-release
Pre-release

Seems pretty complete, but it hasn't been used in a classroom setting yet.