Skip to content

Releases: Zibri/VICE

r44941 OpenSUSE TumbleWeed

03 Jan 01:09
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44941 | compyx | 2024-01-02 22:23:07 +0000 (Tue, 02 Jan 2024) | 4 lines

Gtk3: directinput: dump SomeBollocks->guidProduct and SomeBollocks->guidInstance when enumerating devices

Enable dumping of product and instance GUIDs when configured with `--enable-debug-gtk3ui`.

------------------------------------------------------------------------
r44940 | rhialto | 2024-01-02 17:14:49 +0000 (Tue, 02 Jan 2024) | 2 lines

Correct an address testing error; should fix bug #1974.

------------------------------------------------------------------------
r44939 | compyx | 2024-01-02 17:02:42 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Disable automagically mapping buttons to UI_MAP, UI_ACTION and using multiple buttons for fire

What is left is 4 directions (first four pins) and one button (first button on
the controller) assigned to fire (fifth pin).

------------------------------------------------------------------------
r44938 | compyx | 2024-01-02 16:44:09 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Add menu item "Enable joystick menu navigation"

Add "Enable joystick menu navigation" toggle item for resource "JoyMenuControl"
under "Machine settings" => "Joystick settings".

------------------------------------------------------------------------
r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

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

r44941 Windows

03 Jan 01:23
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44941 | compyx | 2024-01-02 22:23:07 +0000 (Tue, 02 Jan 2024) | 4 lines

Gtk3: directinput: dump SomeBollocks->guidProduct and SomeBollocks->guidInstance when enumerating devices

Enable dumping of product and instance GUIDs when configured with `--enable-debug-gtk3ui`.

------------------------------------------------------------------------
r44940 | rhialto | 2024-01-02 17:14:49 +0000 (Tue, 02 Jan 2024) | 2 lines

Correct an address testing error; should fix bug #1974.

------------------------------------------------------------------------
r44939 | compyx | 2024-01-02 17:02:42 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Disable automagically mapping buttons to UI_MAP, UI_ACTION and using multiple buttons for fire

What is left is 4 directions (first four pins) and one button (first button on
the controller) assigned to fire (fifth pin).

------------------------------------------------------------------------
r44938 | compyx | 2024-01-02 16:44:09 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Add menu item "Enable joystick menu navigation"

Add "Enable joystick menu navigation" toggle item for resource "JoyMenuControl"
under "Machine settings" => "Joystick settings".

------------------------------------------------------------------------
r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

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

r44940 Ubuntu 22.04

02 Jan 18:22
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44940 | rhialto | 2024-01-02 17:14:49 +0000 (Tue, 02 Jan 2024) | 2 lines

Correct an address testing error; should fix bug #1974.

------------------------------------------------------------------------
r44939 | compyx | 2024-01-02 17:02:42 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Disable automagically mapping buttons to UI_MAP, UI_ACTION and using multiple buttons for fire

What is left is 4 directions (first four pins) and one button (first button on
the controller) assigned to fire (fifth pin).

------------------------------------------------------------------------
r44938 | compyx | 2024-01-02 16:44:09 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Add menu item "Enable joystick menu navigation"

Add "Enable joystick menu navigation" toggle item for resource "JoyMenuControl"
under "Machine settings" => "Joystick settings".

------------------------------------------------------------------------
r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

------------------------------------------------------------------------
r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

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

r44940 OpenSUSE TumbleWeed

02 Jan 18:24
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44940 | rhialto | 2024-01-02 17:14:49 +0000 (Tue, 02 Jan 2024) | 2 lines

Correct an address testing error; should fix bug #1974.

------------------------------------------------------------------------
r44939 | compyx | 2024-01-02 17:02:42 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Disable automagically mapping buttons to UI_MAP, UI_ACTION and using multiple buttons for fire

What is left is 4 directions (first four pins) and one button (first button on
the controller) assigned to fire (fifth pin).

------------------------------------------------------------------------
r44938 | compyx | 2024-01-02 16:44:09 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Add menu item "Enable joystick menu navigation"

Add "Enable joystick menu navigation" toggle item for resource "JoyMenuControl"
under "Machine settings" => "Joystick settings".

------------------------------------------------------------------------
r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

------------------------------------------------------------------------
r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

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

r44940 Windows

02 Jan 18:36
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44940 | rhialto | 2024-01-02 17:14:49 +0000 (Tue, 02 Jan 2024) | 2 lines

Correct an address testing error; should fix bug #1974.

------------------------------------------------------------------------
r44939 | compyx | 2024-01-02 17:02:42 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Disable automagically mapping buttons to UI_MAP, UI_ACTION and using multiple buttons for fire

What is left is 4 directions (first four pins) and one button (first button on
the controller) assigned to fire (fifth pin).

------------------------------------------------------------------------
r44938 | compyx | 2024-01-02 16:44:09 +0000 (Tue, 02 Jan 2024) | 5 lines

SDL: Add menu item "Enable joystick menu navigation"

Add "Enable joystick menu navigation" toggle item for resource "JoyMenuControl"
under "Machine settings" => "Joystick settings".

------------------------------------------------------------------------
r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

------------------------------------------------------------------------
r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

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

r44937 Ubuntu 22.04

02 Jan 16:21
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

------------------------------------------------------------------------
r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

------------------------------------------------------------------------
r44935 | compyx | 2024-01-01 15:26:47 +0000 (Mon, 01 Jan 2024) | 2 lines

SDL: Fix FFMPEG video and audio codec selection radio buttons all being active at the same time

------------------------------------------------------------------------
r44934 | compyx | 2024-01-01 08:26:08 +0000 (Mon, 01 Jan 2024) | 2 lines

libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST`

------------------------------------------------------------------------
r44933 | compyx | 2024-01-01 08:05:18 +0000 (Mon, 01 Jan 2024) | 2 lines

Fix some casting madness in `resource_item_isdefault()`

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

r44937 OpenSUSE TumbleWeed

02 Jan 16:22
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

------------------------------------------------------------------------
r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

------------------------------------------------------------------------
r44935 | compyx | 2024-01-01 15:26:47 +0000 (Mon, 01 Jan 2024) | 2 lines

SDL: Fix FFMPEG video and audio codec selection radio buttons all being active at the same time

------------------------------------------------------------------------
r44934 | compyx | 2024-01-01 08:26:08 +0000 (Mon, 01 Jan 2024) | 2 lines

libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST`

------------------------------------------------------------------------
r44933 | compyx | 2024-01-01 08:05:18 +0000 (Mon, 01 Jan 2024) | 2 lines

Fix some casting madness in `resource_item_isdefault()`

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

r44937 Windows

02 Jan 16:37
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines

SDL: enable joystick menu navigation by default

Set resource "JoyMenuControl" factory value to 1.

------------------------------------------------------------------------
r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

------------------------------------------------------------------------
r44935 | compyx | 2024-01-01 15:26:47 +0000 (Mon, 01 Jan 2024) | 2 lines

SDL: Fix FFMPEG video and audio codec selection radio buttons all being active at the same time

------------------------------------------------------------------------
r44934 | compyx | 2024-01-01 08:26:08 +0000 (Mon, 01 Jan 2024) | 2 lines

libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST`

------------------------------------------------------------------------
r44933 | compyx | 2024-01-01 08:05:18 +0000 (Mon, 01 Jan 2024) | 2 lines

Fix some casting madness in `resource_item_isdefault()`

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

r44936 Ubuntu 22.04

02 Jan 10:20
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

------------------------------------------------------------------------
r44935 | compyx | 2024-01-01 15:26:47 +0000 (Mon, 01 Jan 2024) | 2 lines

SDL: Fix FFMPEG video and audio codec selection radio buttons all being active at the same time

------------------------------------------------------------------------
r44934 | compyx | 2024-01-01 08:26:08 +0000 (Mon, 01 Jan 2024) | 2 lines

libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST`

------------------------------------------------------------------------
r44933 | compyx | 2024-01-01 08:05:18 +0000 (Mon, 01 Jan 2024) | 2 lines

Fix some casting madness in `resource_item_isdefault()`

------------------------------------------------------------------------
r44932 | compyx | 2023-12-31 16:15:46 +0000 (Sun, 31 Dec 2023) | 6 lines

Rename [u]int_to_void_ptr() to vice_[u]int_to_ptr()

Rename `int_to_void_ptr()` to `vice_int_to_ptr()` and `uint_to_void_ptr()` to
`vice_uint_to_ptr()` in symmetry with the related `vice_ptr_to_int()` and
`vice_ptr_to_uint()`.

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

r44936 OpenSUSE TumbleWeed

02 Jan 10:21
c2b97ae
Compare
Choose a tag to compare

Changelog:

r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines

Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port

Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.

------------------------------------------------------------------------
r44935 | compyx | 2024-01-01 15:26:47 +0000 (Mon, 01 Jan 2024) | 2 lines

SDL: Fix FFMPEG video and audio codec selection radio buttons all being active at the same time

------------------------------------------------------------------------
r44934 | compyx | 2024-01-01 08:26:08 +0000 (Mon, 01 Jan 2024) | 2 lines

libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST`

------------------------------------------------------------------------
r44933 | compyx | 2024-01-01 08:05:18 +0000 (Mon, 01 Jan 2024) | 2 lines

Fix some casting madness in `resource_item_isdefault()`

------------------------------------------------------------------------
r44932 | compyx | 2023-12-31 16:15:46 +0000 (Sun, 31 Dec 2023) | 6 lines

Rename [u]int_to_void_ptr() to vice_[u]int_to_ptr()

Rename `int_to_void_ptr()` to `vice_int_to_ptr()` and `uint_to_void_ptr()` to
`vice_uint_to_ptr()` in symmetry with the related `vice_ptr_to_int()` and
`vice_ptr_to_uint()`.

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