Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
latest
|
|
|
|
Fix bug where application crashes when deleting message,
improve url parsing for messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Redesigned join channel system, read README.md for more information
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
start using odhtdb
|
|
minimum size
|
|
|
|
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
|
|
Gif streams from url.
Todo: Add play controls to video
|
|
|
|
Emoji are downloaded asynchronously using remote program (curl).
Need to add support for converting [inline](url) chat message emoji
and gifs.
|