Changelog:
r44742 | rhialto | 2023-11-17 20:34:58 +0000 (Fri, 17 Nov 2023) | 2 lines
Fix a few "warning: array subscript has type char' [-Wchar-subscripts]".
------------------------------------------------------------------------
r44741 | pottendo | 2023-11-17 09:21:48 +0000 (Fri, 17 Nov 2023) | 3 lines
Fixed crash for commands with datalen > $1000. some improvements in
protversion 2 (still broken, though).
------------------------------------------------------------------------
r44738 | compyx | 2023-11-17 05:55:25 +0000 (Fri, 17 Nov 2023) | 5 lines
NEWS: Add changes to configure
Add notes about `--enable-libieee1284` becoming `--with-libieee1284` and
`--enable-portaudio` becoming `--with-portaudio`.
------------------------------------------------------------------------
r44735 | compyx | 2023-11-16 18:49:12 +0000 (Thu, 16 Nov 2023) | 5 lines
Put debug print of function name at top of function `xpet_ui_shutdown()`
No point in printing the function name near the end of the function when all
the previous code in the function can fail =)
------------------------------------------------------------------------
r44734 | compyx | 2023-11-16 17:53:49 +0000 (Thu, 16 Nov 2023) | 5 lines
SDL: fix redefinition of `RGB` on Windows
Apparently `wingdi.h` defines `RGB`, so we redefine our own local macro in xpet
to `RGB_encode()`.
------------------------------------------------------------------------