That's alot of switches left!

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
doomwell
Posts: 12
Joined: Sat Feb 27, 2021 5:26 am
Graphics Processor: ATI/AMD with Vulkan/Metal Support

That's alot of switches left!

Post by doomwell »

Attached is a picture of switch puzzle message bug in Armory (hexdd.wad)
Attachments
Screenshot_Hexen_20210312_183554.jpg
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: That's alot of switches left!

Post by _mental_ »

FStringTable::ProcessEscapes() function doesn't handle '\x??' escape sequences.

This can be the problem of exporting from language spreadsheet, or the issue with the function itself.
If it's the latter, should it be one byte only or an arbitrary length sequence?
Last edited by _mental_ on Sat Mar 13, 2021 6:13 am, edited 2 times in total.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: That's alot of switches left!

Post by Graf Zahl »

Add support for \x escapes, maybe?
That \x20 was supposed to be a non-filtered space, nothing more. But it had to get through the actual parser as a non-space. I do not remember what the reason was for this.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: That's alot of switches left!

Post by Graf Zahl »

fixed
Post Reply

Return to “Closed Bugs [GZDoom]”