From: PatR Date: Thu, 30 Dec 2021 19:06:29 +0000 (-0800) Subject: fixes entry for Qt6 support X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24c9f79aa5c390ceb81b84b42b3031c5f863271b;p=nethack fixes entry for Qt6 support I had a minor merge issue when incorporating Ray's Qt6 port from github.com/chasonr/NetHack/Qt6 but it got resolved. This still builds with Qt5 (and that's the only aspect I've been able to test) but is supposed to work with Qt6 too. It adds a new hints file for OSX and someone might need to create a comparable one for linux. Or maybe the differences can be folded into the existing hints as conditional. Closes #525 --- diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 330f98cec..b1771ddb4 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1423,6 +1423,8 @@ variable attknum was declared without initialization, and was used in check for NULL lua_State before calling lua_close() (pr #616 by argrath) use %lu, not %d, in format string in timer_sanity_check() (pr #617 by argrath) bad cast making sp_lev chameleon light source (pr #625 by entrez) +add Ray Chason's adaptation of nethack's Qt5 interface to work with Qt6 (issue + #525 followup comment by chasonr) Code Cleanup and Reorganization