Skip to content

Releases: tstamborski/sprite-studio-64

Third stable release - version 1.2

16 Mar 13:53
Compare
Choose a tag to compare

Hi,

Today I draft next stable release (V1.2). The major changes are:

  • Added flood fill algorithm (CBM+Space)
  • Added shortcuts for different chapters in manual (number keys)
  • Modified behavior of some keys to works nice with symbolic keyboard in the emulator.

I hope you will like it.

Second stable release

18 Jan 13:53
Compare
Choose a tag to compare

Hi,
This second stable release - after few fixes.
Most important changes are:

  • Added background for preview - now you can freely change background color not only in drawing window but also in preview.
  • Deleted alternate background of screen under 'E' key - it shouldn't be useful any more.
  • Thanks to Soci program now use device number it was loaded instead of fixed 8. Now it should works nicely on IDE64.

To run this program, simply:

LOAD "*",8,1
RUN

Have a nice day!

First stable release

14 Jan 14:09
Compare
Choose a tag to compare

Hi,
This is my first stable release and I consider it as final version of this program - at least maybe final.
Most important changes are:

  • HELP program is now colored and more fancy.
  • Added music to main program.
  • Added function to display disk directory.
  • Function keys (changing colors) act now continuously when holding pressed function key.
  • Fixed few bugs with sprite preview when loading or saving on diskette.

Beta 2

10 Apr 19:43
Compare
Choose a tag to compare

Hi,
This is second beta release and it's maybe almost final version.

List of changes:

  • added more advanced preview
  • added option to slide sprite up/down or left/right
  • added help/manual (as separate PRG on the same diskette)

Have nice day!

Beta 1

10 Oct 19:37
Compare
Choose a tag to compare

Second release, first beta release.

List of changes:

  • small bugfix - now for exit to basic you must press [C=+Q]
  • added display of cursor coordinates
  • added simple preview of current sprite
  • added function for changing screen color (black or brown)

To run this program simply type:

LOAD "*",8,1
RUN

HAVE A NICE DAY!

Alpha 3

08 Oct 23:14
Compare
Choose a tag to compare

First public release.
I consider this version as late alpha / early beta.
To run this program, simply type:

LOAD "*",8,1
RUN