From: nhmall Date: Wed, 27 Apr 2022 12:40:02 +0000 (-0400) Subject: consolidate two fixes entries for QSoundEffect X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43158982c3eb5e5db23a638aa595d79d92b1ed73;p=nethack consolidate two fixes entries for QSoundEffect --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index d1ad14346..03bd60722 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1360,7 +1360,6 @@ Qt: during role/race/&c selection, update role titles with their icons, and Qt: if a menu of objects contains at least one iron ball, and player is not alreadly in the midst of entering a count, recognize '0' as a group accelerator rather than the start of a count -Qt: to play user sounds with volume, replace QSound with QSoundEffect Qt: {maybe just Qt+OSX:} when viewing a text window ('V' to look at 'history' for instance), clicking on [Search], entering a search target in the resulting popup and clicking on [Okay] or typing , the text @@ -1638,7 +1637,8 @@ Qt: add '#' as "Extended-commands" to the 'game' dropdown menu Qt: add tool tips to the extended command selector's buttons to show command descriptions Qt: add tool tips to the icons shown in the status window -Qt: use QSoundEffect instead of QSound in qt_bind.cpp +Qt: to play user sounds with volume, replace QSound with QSoundEffect; also + restores user sound support for Qt6 tiles: male and female variations in monsters.txt; tested only with tile2bmp conversion utility so far; also supported by tilemap utility to generate tile.c