Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The speech bitmap font can't handle unicode, so it has now been replaced
by the standard GUI font, drawn with a shadow for chat and with a full
outline for names.
|
|
|
|
This dates back to the old days of TMW, but the usage instructions of
GPLv2 don't mention this being necessary. Since it doesn't add anything,
avoid the branding in these sections.
|
|
The class had virtual methods, in which case it's good practice to also
make the destructor virtual. Otherwise you can end up with destructors
of subclasses not being called on deletion.
|
|
I don't know why we dealt with these things for so long. Did we ever get
anything out of it?
|
|
|