Torbjörn Andersson

Results 155 comments of Torbjörn Andersson
trafficstars

As far as I can tell, the engines that use rendering mode at all are: - SCUMM - Kyra - Startrek - AGI Startrek should simply be a matter of...

I'd love to see that. Maybe then I could actually _read_ some of the text without having to highlight it first. Like here, for instance, where the user name is...

I do get music with some audio drivers, but not AdLib. Is that what you meant? Either way, there seems to be a bug with memory being freed twice when...

Maybe there is no music because allocateChannel() and getPercussionChannel() in MidiDriver_SH_AdLib are defined to always return NULL? That probably means that MidiPlayer::sendToChannel() won't ever be able to send the command...

If you mean why the MT-32 music still works in Serrated Scalpel, that MidiDriver does implement allocateChannel() and getPercussionChannel(). I'm still not sure if it's the real reason, though.

I've excluded the "Ultimate Talkie" from the workaround, even though it seemed to do no harm, since that version does not have the hard-to-read colors. I don't have the Sega...

By the way, it would be nice if there was a better way of telling the "Ultimate Talkie" apart from the other versions than using strcmp(). Perhaps a GF_-flag?

In this particular case, I can think of two arguments for changing it: - As far as I can tell, both versions use the same color indexes: 47 for the...

> @eriktorbjorn : If this is implemented, I assume you will add this to "Enable game-specific enhancements": https://wiki.scummvm.org/index.php?title=SCUMM/Game_Enhancements Sorry, I somehow missed this reply. But yes, that would be the...

I still need help testing the SEGA and FM Towns versions, but from what I've seen on YouTube... - SEGA version uses the original colors, so it should be excluded...