Skip to content

Releases: RetroNick2020/raster-master

Raster Master v1.0 Beta R24

28 Dec 02:36
Compare
Choose a tag to compare

GIF Support - thanks to Tristan Tarrant's XLib GIF library from 1994 I was able to add this to Raster Master with some minor changes. Also found a bug in the palette load of the GIF library and fixed.
thank you Tristan Tarrant!!!

Raster Master v1.0 Beta R23

19 Dec 00:14
Compare
Choose a tag to compare

This release fixes issue #7 draw tool, clip region, and zoom scroll position not preserved after switching to another image

Raster Master v1.0 Beta R22

15 Dec 01:02
Compare
Choose a tag to compare

Changed the Amiga Pascal Export for Bob/Sprites to be WORD array. This makes it compatible with High Speed Pascal and freepascal. The output format is also more like the C/Basic using word length arrays.

Raster Master v1.0 Beta R21

04 Dec 14:24
Compare
Choose a tag to compare

The File->Export and Palette->Export menus have been changed to be more consistent.

  1. The Export Language is chosen first followed by a submenu of options
  2. All export code now has language extension . eg BASIC has .bas - no more .dat .da0 da1
  3. No dropdown list in Export file dialog - this was hiding all the available export options. The menus give a
    clear indication by simply navigating.

Lots of code has been refactored - if something does not work for you let me know please.

Raster Master v1.0 Beta R20

03 Dec 20:03
Compare
Choose a tag to compare

-fixed bug in Amiga C Export function that would create an additional array value on certain image dimensions.
-refactored a bunch of code, mostly renaming all units to lowercase

Raster Master v1.0 Beta R19

03 Dec 03:07
Compare
Choose a tag to compare

-Created Additional Amiga C / Pascal Export Palette - RGB4 Palette
-Changed Amiga C Export Array to include __chip instead of chip keyword. I am using vbcc and __chip is the
keyword used with this compiler. If you are using SAS or another compiler just change to __chip to chip
-Refactored Export Menus for Amiga Basic/C/Pascal to be more intuitive of what the exports are rather than hiding in Export File Dialog drop down list. The remaining export Menus will also be modified in this format

Please let me know if you are using this program - just drop me a message - nothing long.

Raster Master v1.0 Beta R18

30 Nov 20:22
Compare
Choose a tag to compare

Added Amiga Pascal/C Palette Export options
-vsprite format
-rgb array format

Raster Master v1.0 Beta R17

29 Nov 23:54
Compare
Choose a tag to compare

Added Amiga Export to Bob/VSprite Bitmap code - Amiga C programmers please test and let me know if it works.

Raster Master v1.0 Beta R16

29 Nov 04:05
Compare
Choose a tag to compare

This release fixes thumb view colors not being updated when changing palettes or editing palette colors

New Export formats for Amiga Pascal - Export Bob/VSprite Bitmaps to pascal code

Raster Master v1.0 Beta R15

01 Oct 23:30
Compare
Choose a tag to compare

Bug fix release

Fixes
-color index on info area not showing on row or column zero
-select area tool does not work from bottom right to top left