Age | Commit message (Collapse) | Author |
|
|
|
Improve text rendering by not using floating point position
|
|
|
|
Not finished yet. Currently text can be entered, removed and you can move caret
using arrow keys (up, down, left, right), home and end.
Need to implement text selection and remove focus from chatbar when
editing message board text.
Chatbar should be replaced with dchat Text for proper multiline editable
text.
|
|
|
|
|
|
|
|
TODO: Currently message board renders directly to window, it should
render to render target for optimization purpose
|
|
TODO: Message board is now redrawn every frame.
Text should be modified to render on static & dynamic texture ->
text & static images on static texture, gif & video on dynamic texture
|