aboutsummaryrefslogtreecommitdiff
path: root/include/StringView.hpp
AgeCommit message (Collapse)Author
2019-04-08Refactor, remove a lot of code and use dchat core insteaddec05eba
2018-05-17Fix url parsing in text, sort messages by timestampdec05eba
2018-05-04Add proper parsing of Text, add urldec05eba
2018-04-28Add commands, users side panel, improve image downloaddec05eba
start using odhtdb
2018-04-23Add support for big emoji if it's the only thing on a linedec05eba
TODO: Currently message board renders directly to window, it should render to render target for optimization purpose
2018-04-23Add word wrap for message board & TODOdec05eba
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
2018-04-22Add video and gif supportdec05eba
Gif streams from url. Todo: Add play controls to video