Skip to content

Releases: Zibri/VICE

r45541 Ubuntu 22.04

17 Mar 22:15
d569312
Compare
Choose a tag to compare

Changelog:

r45541 | compyx | 2025-03-17 21:27:10 +0000 (Mon, 17 Mar 2025) | 2 lines

Buildsystem: fix mistakes in "fixed" `updatereadme.sh` script

------------------------------------------------------------------------
r45540 | compyx | 2025-03-17 21:17:39 +0000 (Mon, 17 Mar 2025) | 7 lines

Buildsystem: fix scripts to work on NetBSD (in trunk this time)

Avoid bash-isms in `updateindex.sh` and `updatereadme.sh`, use $() command
substitution instead of `` for certain sed invocations (BSD sed mysteriously
choked on patterns, warning about trailing backslashes).
Thanks Rhialto :)

------------------------------------------------------------------------
r45532 | compyx | 2025-03-16 08:19:14 +0000 (Sun, 16 Mar 2025) | 4 lines

Hotkeys: add key codes for special multimedia keys

See bug #2132.

------------------------------------------------------------------------
r45529 | compyx | 2025-03-14 11:49:58 +0000 (Fri, 14 Mar 2025) | 4 lines

SDL: "Fix" overflow of controller list in joystick menu

See bug #2092.

------------------------------------------------------------------------
r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

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

r45541 Windows

17 Mar 22:27
d569312
Compare
Choose a tag to compare

Changelog:

r45541 | compyx | 2025-03-17 21:27:10 +0000 (Mon, 17 Mar 2025) | 2 lines

Buildsystem: fix mistakes in "fixed" `updatereadme.sh` script

------------------------------------------------------------------------
r45540 | compyx | 2025-03-17 21:17:39 +0000 (Mon, 17 Mar 2025) | 7 lines

Buildsystem: fix scripts to work on NetBSD (in trunk this time)

Avoid bash-isms in `updateindex.sh` and `updatereadme.sh`, use $() command
substitution instead of `` for certain sed invocations (BSD sed mysteriously
choked on patterns, warning about trailing backslashes).
Thanks Rhialto :)

------------------------------------------------------------------------
r45532 | compyx | 2025-03-16 08:19:14 +0000 (Sun, 16 Mar 2025) | 4 lines

Hotkeys: add key codes for special multimedia keys

See bug #2132.

------------------------------------------------------------------------
r45529 | compyx | 2025-03-14 11:49:58 +0000 (Fri, 14 Mar 2025) | 4 lines

SDL: "Fix" overflow of controller list in joystick menu

See bug #2092.

------------------------------------------------------------------------
r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

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

r45532 Ubuntu 22.04

16 Mar 10:15
d569312
Compare
Choose a tag to compare

Changelog:

r45532 | compyx | 2025-03-16 08:19:14 +0000 (Sun, 16 Mar 2025) | 4 lines

Hotkeys: add key codes for special multimedia keys

See bug #2132.

------------------------------------------------------------------------
r45529 | compyx | 2025-03-14 11:49:58 +0000 (Fri, 14 Mar 2025) | 4 lines

SDL: "Fix" overflow of controller list in joystick menu

See bug #2092.

------------------------------------------------------------------------
r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

------------------------------------------------------------------------
r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

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

r45532 Windows

16 Mar 10:27
d569312
Compare
Choose a tag to compare

Changelog:

r45532 | compyx | 2025-03-16 08:19:14 +0000 (Sun, 16 Mar 2025) | 4 lines

Hotkeys: add key codes for special multimedia keys

See bug #2132.

------------------------------------------------------------------------
r45529 | compyx | 2025-03-14 11:49:58 +0000 (Fri, 14 Mar 2025) | 4 lines

SDL: "Fix" overflow of controller list in joystick menu

See bug #2092.

------------------------------------------------------------------------
r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

------------------------------------------------------------------------
r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

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

r45529 Ubuntu 22.04

14 Mar 12:23
d569312
Compare
Choose a tag to compare

Changelog:

r45529 | compyx | 2025-03-14 11:49:58 +0000 (Fri, 14 Mar 2025) | 4 lines

SDL: "Fix" overflow of controller list in joystick menu

See bug #2092.

------------------------------------------------------------------------
r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

------------------------------------------------------------------------
r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

------------------------------------------------------------------------
r45512 | gpz | 2025-03-03 00:17:40 +0000 (Mon, 03 Mar 2025) | 1 line

fix division by zero in monitor i command, should fix #2130
------------------------------------------------------------------------

r45529 Windows

14 Mar 12:39
d569312
Compare
Choose a tag to compare

Changelog:

r45529 | compyx | 2025-03-14 11:49:58 +0000 (Fri, 14 Mar 2025) | 4 lines

SDL: "Fix" overflow of controller list in joystick menu

See bug #2092.

------------------------------------------------------------------------
r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

------------------------------------------------------------------------
r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

------------------------------------------------------------------------
r45512 | gpz | 2025-03-03 00:17:40 +0000 (Mon, 03 Mar 2025) | 1 line

fix division by zero in monitor i command, should fix #2130
------------------------------------------------------------------------

r45515 Ubuntu 22.04

05 Mar 18:20
d569312
Compare
Choose a tag to compare

Changelog:

r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

------------------------------------------------------------------------
r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

------------------------------------------------------------------------
r45512 | gpz | 2025-03-03 00:17:40 +0000 (Mon, 03 Mar 2025) | 1 line

fix division by zero in monitor i command, should fix #2130
------------------------------------------------------------------------
r45510 | compyx | 2025-03-01 08:45:24 +0000 (Sat, 01 Mar 2025) | 4 lines

Gtk3: Fix non-ASCII codes appearing in the clipboard with "Edit" -> "Copy"

See bug #2087.

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

r45515 Windows

05 Mar 18:31
d569312
Compare
Choose a tag to compare

Changelog:

r45515 | compyx | 2025-03-05 17:05:34 +0000 (Wed, 05 Mar 2025) | 2 lines

Gtk3: fix memory leak in clipboard handling

------------------------------------------------------------------------
r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

------------------------------------------------------------------------
r45512 | gpz | 2025-03-03 00:17:40 +0000 (Mon, 03 Mar 2025) | 1 line

fix division by zero in monitor i command, should fix #2130
------------------------------------------------------------------------
r45510 | compyx | 2025-03-01 08:45:24 +0000 (Sat, 01 Mar 2025) | 4 lines

Gtk3: Fix non-ASCII codes appearing in the clipboard with "Edit" -> "Copy"

See bug #2087.

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

r45514 Ubuntu 22.04

04 Mar 20:16
d569312
Compare
Choose a tag to compare

Changelog:

r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

------------------------------------------------------------------------
r45512 | gpz | 2025-03-03 00:17:40 +0000 (Mon, 03 Mar 2025) | 1 line

fix division by zero in monitor i command, should fix #2130
------------------------------------------------------------------------
r45510 | compyx | 2025-03-01 08:45:24 +0000 (Sat, 01 Mar 2025) | 4 lines

Gtk3: Fix non-ASCII codes appearing in the clipboard with "Edit" -> "Copy"

See bug #2087.

------------------------------------------------------------------------
r45509 | compyx | 2025-02-27 19:28:21 +0000 (Thu, 27 Feb 2025) | 5 lines

Gtk3: Add label "Master volume" in front of volume slider

In the settings node "Audio" -> "Sound driver", add a label next to the volume
slider to avoid confusion for certain citrus people.

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

r45514 Windows

04 Mar 20:29
d569312
Compare
Choose a tag to compare

Changelog:

r45514 | gpz | 2025-03-04 19:45:20 +0000 (Tue, 04 Mar 2025) | 1 line

Fix for [bugs:#2116], remove aliasing noise by dithering. patch by Leandro Nini.
------------------------------------------------------------------------
r45513 | rhialto | 2025-03-04 19:07:36 +0000 (Tue, 04 Mar 2025) | 4 lines

fsimage_read_dxx_image() for DISK_IMAGE_TYPE_D80/D82 got its disk ID bytes from the wrong place.

Nobody ever noticed because for 8050/8250 drives, we currently don't emulate the disk at the gcr level but by emulating the job queue commands, so no gcr is involved and this function is not called anyway.

------------------------------------------------------------------------
r45512 | gpz | 2025-03-03 00:17:40 +0000 (Mon, 03 Mar 2025) | 1 line

fix division by zero in monitor i command, should fix #2130
------------------------------------------------------------------------
r45510 | compyx | 2025-03-01 08:45:24 +0000 (Sat, 01 Mar 2025) | 4 lines

Gtk3: Fix non-ASCII codes appearing in the clipboard with "Edit" -> "Copy"

See bug #2087.

------------------------------------------------------------------------
r45509 | compyx | 2025-02-27 19:28:21 +0000 (Thu, 27 Feb 2025) | 5 lines

Gtk3: Add label "Master volume" in front of volume slider

In the settings node "Audio" -> "Sound driver", add a label next to the volume
slider to avoid confusion for certain citrus people.

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