github Zibri/VICE r43318

latest releases: r46086, r46086o, r46086u...
3 years ago

Changelog:

r43311 | gpz | 2023-02-26 18:17:52 +0000 (Sun, 26 Feb 2023) | 1 line

use absolute value for color gamma correction, instead of relating to the pal/ntsc value. this way a value of 1000 is always neutral.
------------------------------------------------------------------------
r43309 | gpz | 2023-02-26 17:25:16 +0000 (Sun, 26 Feb 2023) | 1 line

fix some rounding errors, this allows for completely neutral color adjustment settings that produce exactly the RGB values defined in an external palette file
------------------------------------------------------------------------
r43301 | compyx | 2023-02-25 20:45:54 +0000 (Sat, 25 Feb 2023) | 7 lines

Remove dependency on libreadline

Make the native monitor on Unix use linenoise-ng instead of libreadline or
a simple fallback without history support.
This also removes the configure switch --with-readline/--without-readline.


------------------------------------------------------------------------
r43299 | compyx | 2023-02-25 10:32:02 +0000 (Sat, 25 Feb 2023) | 8 lines

Github Actions: Nuke ffmpeg in msys2 builds

It appears msys2 has dropped ffmpeg 4.x and moved to ffmpeg 5.x, which the
current VICE code cannot use. Trying to downgrade to ffmpeg 4 (and downgrade
its many dependencies) will turn into a shitshow, and updating VICE to support
ffmpeg 5.x in addition to 3.x and 4.x is not worth the trouble.


------------------------------------------------------------------------
r43298 | compyx | 2023-02-25 10:10:24 +0000 (Sat, 25 Feb 2023) | 6 lines

Fix --without-readline for Gtk3 builds and c1541

Gtk3 uses linenoise, not readline (neither external or in-tree). Also remove
commented out fallback code in c1541 for readline, c1541 also uses linenoise.


------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.