github Zibri/VICE r44930u
r44930 Ubuntu 22.04

latest releases: r46108, r46108o, r46108u...
2 years ago

Changelog:

r44930 | compyx | 2023-12-31 09:07:51 +0000 (Sun, 31 Dec 2023) | 2 lines

Update `ui_display_statustext()` for headless as well

------------------------------------------------------------------------
r44929 | compyx | 2023-12-31 09:00:40 +0000 (Sun, 31 Dec 2023) | 10 lines

ui_display_statustext(): make `fadeout` a proper `bool` instead of `int`

Somewhat against expectations, the `fadeout` argument is a boolean argument,
enabling a fadeout of 5 seconds or leaving the message indefinitely. I vaguely
recall the `fadeout` argument being an actual integer specifying the fadeout in
seconds, but a lot of code now used either 0 or 1. So to avoid confusion the
`fadeout` argument is now of type `bool`.
Also remove the duplicate prototype for the function from `uistatusbar.h`, the
prototype lives in `uiapi.h` since it's UI-agnostic.

------------------------------------------------------------------------
r44928 | compyx | 2023-12-31 08:19:03 +0000 (Sun, 31 Dec 2023) | 2 lines

Documentation: add "AutostartDropMode"/-autostart-drop-mode to vice.texi

------------------------------------------------------------------------
r44927 | mcmartin | 2023-12-30 21:47:19 +0000 (Sat, 30 Dec 2023) | 1 line

Move the git conversion scripts somewhere more out-of-the-way
------------------------------------------------------------------------
r44926 | mcmartin | 2023-12-30 21:40:45 +0000 (Sat, 30 Dec 2023) | 5 lines

Minimum Viable Tag Monster is now complete.

Still a few improvements possible around the edges, and the workflow
needs to be made easier to use, but the conversion part works now.

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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.