-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SayText message is broken in recent builds #2531
Comments
Possible duplicate of #1819 |
@SamVanheer, this problem arose in the 8xxx build generation. The problem is missing in the 7960 build. Perhaps the problems are similar, but they are not identical. |
@mikela-valve both problems should be fixed on Next release, please |
@2010kohtep That's weird that 7960 didn't have this change in it as it looks like Alfred added it in mid-2013. Do you happen to know what the build date is for 7960? This might require a choice between security and convenience though, at least without rewriting Could you give me some examples of how rules are stored? Possibly I could find some compromise that could add some special handling for |
Thanks @basuritashka. It looks like 7960 should have this same @2010kohtep are you sure this is actually different from #1819 as @SamVanheer pointed out? I don't see anything different happening in this issue other than the string arguments subsequently being ignored due to the The main issue that complicates allowing format specifiers in the input string is that |
Yes. It's seems like different issues. |
I'm not sure I follow, how exactly is it different? #1819 is caused by the |
@2010kohtep I updated |
Check %s0. |
@afwn90cj93201nixr2e1re Sorry, forgot to mention that I did fix that bug as well when working on this. Thanks! |
But what 'bout icons in tab, xD? #702 (comment) check all my comment's from this/ |
This should be fixed in beta update '15:46:27 Jun 11 2019 (8265)'. |
@mikela-valve I think you broke some lang keys.
title.txt
|
Thanks @Mistrick, I changed where the format stripping was occurring which happened to mistakenly apply it to pre-formatted strings like that one. I've fixed it to filter the input strings in the same place as before. |
@Mistrick This should be fixed now in beta. |
Closing as fixed. |
In the latest build, the
SayText
message can't process chat message from some plugins correctly. Instead of a chat message, the letters
is written.It happens due to the code in the
__MsgFunc_SayText
function, which removes the%
characters fromString1
. Some game plugins store formatting rules in this line.In the image below, you can see that the message is completely correct, but the latest builds of the game cannot correctly process it.
The text was updated successfully, but these errors were encountered: