Age | Commit message (Collapse) | Author |
|
|
|
Fix bug where application crashes when deleting message,
improve url parsing for messages
|
|
|
|
|
|
|
|
|
|
|
|
Delay when typing after being unfocused is now smaller.
Increase sleep again when chatbar focusing has been implemented
because currently the chatbar is always focused
|
|
Remove Text vertices if text has not been visible on the freen for a
while.
Stop rendering when window has lost focus for awhile, reducing cpu usage
to 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Redesigned join channel system, read README.md for more information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|