github Zibri/VICE r44555
r44555 Windows

latest releases: r46151, r46151o, r46151u...
2 years ago

Changelog:

r44555 | compyx | 2023-09-24 14:31:28 +0000 (Sun, 24 Sep 2023) | 6 lines

Hotkeys: use sysfile_locate() again, might fix bug #1947

Try to locate a .vhk file using `sysfile_locate()`, which should make abusing
a bug in said function to specify relative paths for the "HotkeyFile" resource
"work" again.

------------------------------------------------------------------------
r44554 | compyx | 2023-09-22 04:01:09 +0000 (Fri, 22 Sep 2023) | 5 lines

Gtk3: palette widget: properly check "${CHIP}PaletteFile" resource

An unset resource will not be NULL, but rather "", so we need to check for an
empty string along with checking for NULL.

------------------------------------------------------------------------
r44553 | compyx | 2023-09-22 03:38:30 +0000 (Fri, 22 Sep 2023) | 2 lines

Fix accidental removal of 'D' from `USE_VICE_THREAD` =)

------------------------------------------------------------------------
r44552 | compyx | 2023-09-22 03:22:35 +0000 (Fri, 22 Sep 2023) | 2 lines

Move VICE into the early 2000's: use `bool` for some boolean flags

------------------------------------------------------------------------
r44551 | compyx | 2023-09-22 02:50:33 +0000 (Fri, 22 Sep 2023) | 6 lines

Joystick: parser: don't call strlen() twice, add comments about iffy code

Reuse strlen() result to avoid calling strlen() twice on the same string.
Add comment about '#' inside comments breaking the parser, add comment about
I/O error causing the parser to enter infinite loop.

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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.