anoyn
12-16-2015, 02:55 AM
Bug Report
Operating System:
Windows 7 x64
Short Description:
Generic Proxy - strange chars
Behaviors:
Feature error
Indepth Description:
Running the following code
local proxy = GenericTextMessageProxy.New("my-proxy")
proxy:OnReceive(function (proxy, message)
print("Got message: %s", message)
end)
Only certain messages print correctly,
Working messages:
"You gained 43 experience points."
"20:45 Loot of a carrion worm: a gold coin"
20:49 Got message: You healed yourself for 45 hitpoints.
Broken Messages:
other players damaging creatures:
20:46 Got message: #~
other players healing themselves:
20:51 Got message: #~
e
I remember this initially working and but later being broken a month or so after release.
I'm not sure what else the proxy is meant to detect. Documentation would be nice.
Glad it was implemented though.
Operating System:
Windows 7 x64
Short Description:
Generic Proxy - strange chars
Behaviors:
Feature error
Indepth Description:
Running the following code
local proxy = GenericTextMessageProxy.New("my-proxy")
proxy:OnReceive(function (proxy, message)
print("Got message: %s", message)
end)
Only certain messages print correctly,
Working messages:
"You gained 43 experience points."
"20:45 Loot of a carrion worm: a gold coin"
20:49 Got message: You healed yourself for 45 hitpoints.
Broken Messages:
other players damaging creatures:
20:46 Got message: #~
other players healing themselves:
20:51 Got message: #~
e
I remember this initially working and but later being broken a month or so after release.
I'm not sure what else the proxy is meant to detect. Documentation would be nice.
Glad it was implemented though.