Changes between Version 5 and Version 6 of History


Ignore:
Timestamp:
Mar 26, 2017, 9:12:24 AM (7 years ago)
Author:
PulkoMandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • History

    v5 v6  
    33
    44== GRAFX 2.5 (not released yet!) ==
    5 (updated to r2163 - 19/07/2016)
     5(updated to cf56a349 - 23/03/2017)
    66=== New features ===
    7  * New sample factory scripts: ThomsonConstraints, FontConverter, CodenetSend
     7 * New sample factory scripts: ThomsonConstraints, FontConverter, CodenetSend, various picture converters taking color clash constraints into account
    88 * Allow factory scripts full access to our widget/window system, for more comple UIs: sliders, textboxes, and more.
    99 * Android and GCW Zero platforms now supported.
    1010 * New file format: PCH for Amstrad CPC "Perfect Pix" editor (load only)
     11 * Implement saving of palettes in GPL format (GIMP compatible).
     12 * New 3:4 pixel aspect ratio
     13 * Gamma-correction of palette
    1114=== Improvements ===
     15==== Fileformats ====
    1216 * PI1/PC1 format now can save color cycling information
    13  * Factory scripts only create a backup step when they actually modify the picture
    14  * On X11 based platforms (Linux, *BSD), use fontconfig to get ttf fonts instead of the X11 API. (issues 305 and 525)
     17 * More complete support for IFF files in several formats
    1518 * Better color matching algorithm for C64-multicolor and FLI converters.
    1619 * Don't save *.C64 pictures in FLI format, use plain C64 format instead.
     20 * Ability to save "fullscreen" CPC/SCR pictures (more than 16K of video RAM)
     21====Scripting =====
     22 * Factory scripts only create a backup step when they actually modify the picture
    1723 * matchcolor2 in lua script has better accuracy.
     24 * API to get the count of layers in main and spare page
     25==== Other ====
     26 * On X11 based platforms (Linux, *BSD), use fontconfig to get ttf fonts instead of the X11 API. (issues 305 and 525)
    1827 * Reworked palette look to make the transparent color visible.
    1928 * Right click on "add layer" duplicates the current layer.
    2029 * Added "sort by histogram" in palette editor.
    2130 * Reworked layout of effects and palette windows.
    22  * Implement saving of palettes in GPL format (GIMP compatible).
    23  * Right click on draing mode button now has a menu to directly select the new mode.
     31 * Right click on drawing mode button now has a menu to directly select the new mode.
     32 * Animation bar shows total number of frames
     33 * Limited UTF-8 support
    2434=== Fixes ===
    2535 * Loading of IFF files from Atari ST version of Deluxe Paint (#38)