Skip to content

Releases: RetroNick2020/raster-master

Raster Master v1.0 R44

08 May 21:09
Compare
Choose a tag to compare

Release 44 brings resizable panels. The actual size image panel can be sized so only the image is displayed. Previously when you resized the image you were left with extra space and wasn't being used for anything.
Now with the thumbnail view also being resizable you can expand the thumbnail area to see more of your images without having to scroll.

If you right click on one of the thumbnail images you can select to export include file. This is similar to the menu option but only exports the image/mask/palette of the item you right clicked on. You can right click properties option over the thumbnail image to change size and other properties.

The program also launches into full screen mode instead of just a partial window. I gave up on searching for a partial windowed view mode that would resize everything to fit. This is just to big of a task for the moment.

Raster Master v1.0 R43

18 Apr 02:21
Compare
Choose a tag to compare

Power Basic/Turbo Basic - PaletteX code generation fix

Raster Master v1.0 R42

28 Mar 03:14
Compare
Choose a tag to compare

Just a bug fix for freebasic Res Export - the width for putimage was not calculated properly - was working in single image/file export.

Raster Master v1.0 R41

27 Mar 21:36
Compare
Choose a tag to compare

-I am removing the Beta out of the releases. I think we are stable enough that this is not beta anymore.
-Updated Palette Export for All current languages
-Fixed Turbo Pascal Exporting - i was generating 0 to 63 RGB values instead of 0 to 255 for vga modes
-Fixed Turbo C/Quick C palette command bracket. I was generating "};" instead of ");" to terminate the palette commands
-Added support Palette export to FreeBASIC, PowerBASIC/TurboBASIC,freepascal,QuickPascal

Knowns issues:

Turbo Pascal - The builtin SetRGBPalette command does not work fully. It only works on the first half of the colors when in VGA modes. I have a replacement. Also there is bug in putimage command for cga modes - i don't have a fix for this.

GWBASIC - Does not support VGA modes/palettes but Raster Master still generates codes. This code is shared with the other BASIC languages and its just easier to let it in than add more code to disable. Plus microsoft just released the code to GWBASIC - maybe someone will add support

Power BASIC/Turbo Basic - It looks like Bob Zale never went passed EGA palettes. Even though vga modes are supported up to screen 12 (no screen 13) the palette command only allows you to select from the the palette of 64 (ega palette). I have added a stub when generating vga palettes. it places PaletteX - I will release a function to support vga palettes in power basic.

Raster Master v1.0 Beta R40

21 Mar 00:31
Compare
Choose a tag to compare

Added support for DOS Mouse Driver Shapes. Can now export as array/data statements for All supported DOS languages. Will add support for Exporting in Res Text/Binary formats in a future release.

Raster Master v1.0 Beta R39

19 Mar 00:39
Compare
Choose a tag to compare

Added Export Putimage+Mask as a single export option from each compiler menu that supports the format.
Fixed GWBASIC RES Text export options, in some comment lines line numbers were missing.

Raster Master v1.0 Beta R38

17 Mar 00:53
Compare
Choose a tag to compare

Release 38 brings custom width/height export properties. Res Export items can now have other sizes besides standard 8x8,16x16,32x32,64x64,128x128,256x256. Right Click over thumbnail image and select properties. change width and height to be greater than 0 and the new value will be used as the export size

Note: Since RMP (Raster Master Project file) has changed you will not be able to open projects files from earlier versions. I don't think there are enough users to keeping backward compatibility at this stage - or prove me wrong.

Raster Master v1.0 Beta R37

13 Mar 18:00
Compare
Choose a tag to compare

In this release support RES Text/Binary exports for Xlib LBM/PBM formats
-Also tested PBM format in Borland C 3.1 - yes works just fine.

Raster Master v1.0 Beta R36

11 Mar 18:40
Compare
Choose a tag to compare

In this release DOS XLIB LBM (Linear) and PBM (Planar) export format for Turbo Pascal and Turbo C
Currently can export from Export->Turbo Pascal/C menu
Future versions will allow to export as RES Binary/Text also

Tested with Turbo Pascal - NOT tested with Turbo C - Let me know if it works with Turbo C

Raster Master v1.0 Beta R35

03 Feb 01:45
Compare
Choose a tag to compare

Another bug fix release. When creating a new image and select area tool is active it did not properly store x and y offset for the current image. When returning back to the original image the select area tool would be showing the wrong selected area. Fixed!