Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-31 | Add colored text (not only colored chat). | Ekdohibs | |
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too. | |||
2016-05-31 | Colored chat working as expected for both freetype and non-freetype builds. ↵ | TriBlade9 | |
@nerzhul improvements * Add unit tests * Fix coding style * move guiChatConsole.hpp to client/ | |||
2016-03-12 | Fix chat console not opening after formspec opened over it | ShadowNinja | |
The MainMenuManager set the console invisible when a formspec opened over it, but didn't properly close it, and the chat console never set itself visible again. | |||
2016-03-02 | Unlock cursor when opening console | ShadowNinja | |
2016-03-02 | Use the console instead of a dedicated window when pressing keymap_chat/cmd | Esteban I. Ruiz Moreno | |
keymap_console opens a full window for chat history browsing. | |||
2015-02-12 | Remove unused variables to make clang happy | Loic Blot | |
2013-08-04 | Make freetype usage configureable by a setting | PilzAdam | |
2013-06-05 | Close console when it loses focus but it is still on screen | Esteban I. Ruiz Moreno | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-17 | Optimize headers | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-10 | Chat console, including a number of rebases and modifications. | Kahrl | |
Defaults modified from original: alpha=200, key=F10 |