[00:07:20] <Malignant_Manor> Dominus: You could add extra space to the audio options gump and only display the subtitles option when speech is enabled.
[00:32:14] <Serel> So, how long will it take to finish Ultimas IV to VI?
[09:34:12] <Dominus> wjp, Colourless, Marzo_android : before I go on with this subtitle option, what would you prefer?
[09:35:03] <Dominus> 1. making the audio options dialog a bit larger (it probably has enough room to add another option) and add an option to enable/disable subtitles when speech is enabled?
[09:36:23] <Dominus> 2. make speech enabled/disabled into Enabled/With Subtitles/Disabled?
[09:36:56] <Dominus> 2. I've coded a bit last night and will continue tonight unless you prefer 1. :)
[09:37:11] <Dominus> (1. is probably easier :))
[21:17:08] <Dominus> hmm, interesting with music and sfx disabled, BUT speech enabled, Exult will crash when you exit from the main menu
[21:27:47] <Dominus> Marzo, this is caused by your valgrind warnings commit rev 7176
[21:28:56] <Dominus> exult.cc #410: delete config; is causing a segfault with only speech enabled
[21:29:35] <Dominus> I'll write a proper bug report
[22:23:34] <Dominus> marzo, another question: in rev 7190 you fixed the cutted texts in voiceovers. But you only made if (face_w >= 300) info->large_face = true;
[22:24:48] <Dominus> that leaves out the Guardian in BG. His face doesn't cu the the text but it could use being a large face, too. So the face is centered and the subtitles red
[22:26:07] <Dominus> to include the guardian it'd need be if (face_w >= 119)