PAC3-Server / notagain

Custom Servercontent for the official PAC3 Server.
GNU General Public License v3.0
13 stars 22 forks source link

ChatHUD issues #117

Closed Earu closed 7 years ago

Earu commented 7 years ago

Issues that are yet to fix on chathud:

CapsAdmin commented 7 years ago
CapsAdmin commented 7 years ago

My word wrapping method doesn't seem to work well with long lines that have no space. I want to implement a proper one somehow but it's not that easy I think.

Also in goluwa the chathud doesn't go up after fading out so I'm not sure what went wrong here.

Earu commented 7 years ago

probably your drawing method, you're removing the element of the table at fading i think, so it just removes all the spacing? im assuming

CapsAdmin commented 7 years ago

I've rewritten the wrapping method. This method will also stretch whitespace in an attempt to make things fit more neatly. This can be undesired in some cases but we'll see.

CapsAdmin commented 7 years ago

I've fixed the tag stopper thing now.

CapsAdmin commented 7 years ago

I've made it not go up after fade by always placing it at the center of chathud based on its height. This seems like a good solution but we'll see how it works in practice.