Changelog:
r44248 | compyx | 2023-07-12 08:12:04 +0000 (Wed, 12 Jul 2023) | 4 lines
Fix annoying memory leak in WIC64 resource handling
Properly free `default_server_hostname` on emulator shutdown.
------------------------------------------------------------------------
r44243 | compyx | 2023-07-11 19:21:39 +0000 (Tue, 11 Jul 2023) | 4 lines
Use correct specifiers for `size_t`
Use our `PRI_SIZE_T` hack to get the proper specifiers for `size_t` on Windows.
------------------------------------------------------------------------
r44241 | compyx | 2023-07-11 18:23:31 +0000 (Tue, 11 Jul 2023) | 6 lines
Buildsystem: enable `-Wmissing-field-initializers` by default
Enable the warning for missing field initializers for structs again. The core
code and the Gtk3 UI code should be clean, the current SDL UI code will trigger
over 4000 warnings, which have been fixed in the `compyx/sdl-uiactions` branch.
------------------------------------------------------------------------
r44229 | durandal78 | 2023-07-09 19:39:23 +0000 (Sun, 09 Jul 2023) | 1 line
Display correct column count for VICII and TED
------------------------------------------------------------------------
r44223 | gpz | 2023-07-08 18:48:42 +0000 (Sat, 08 Jul 2023) | 1 line
actually kill the forked process on windows
------------------------------------------------------------------------