Changelog:
r44533 | compyx | 2023-09-18 17:16:46 +0000 (Mon, 18 Sep 2023) | 11 lines
Merge branch compyx/sdl-joy-uiactions into trunk
Reworks the joystick mappings to use UI action names instead of menu paths
or numeric literals for the actions to trigger. Any old .vjm files will not
work anymore, although the current joymap file parser will not log any error
or warning about this.
Also makes joy mappings work for Gtk3, although there's no UI support to map
buttons to UI actions, emulated keyboard or emulated joystick actions.
Creating a joy map file with the SDL UI and renaming the file (changing the
"sdl" prefix to "gtk3") does work however.
------------------------------------------------------------------------
r44528 | gpz | 2023-09-17 22:03:47 +0000 (Sun, 17 Sep 2023) | 1 line
fix profiler root context, patch by Oskar Linde
------------------------------------------------------------------------
r44526 | gpz | 2023-09-17 21:48:07 +0000 (Sun, 17 Sep 2023) | 1 line
updated docs with Hyper-BASIC info
------------------------------------------------------------------------
r44523 | gpz | 2023-09-17 18:45:26 +0000 (Sun, 17 Sep 2023) | 1 line
add 'Hyper-Basic' support
------------------------------------------------------------------------
r44522 | gpz | 2023-09-17 14:58:55 +0000 (Sun, 17 Sep 2023) | 1 line
fix crash when arg to prof func is 0, fixes bug #1945
------------------------------------------------------------------------