aboutsummaryrefslogtreecommitdiff
path: root/src/Text.cpp
AgeCommit message (Collapse)Author
2018-05-03Change image directory, change emoji sizedec05eba
2018-05-03Adding theming, add new theme 'simple'dec05eba
2018-04-29Fix image ratio, implement scroll locking (cant scroll outside messages)dec05eba
2018-04-29Change design, fix crash when closing applicationdec05eba
2018-04-28Use font pointer instead of copy to reduce memory usage, sfml ffsdec05eba
2018-04-23Fix issue where text is not visible if window is too small, set window ↵dec05eba
minimum size
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