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-05-08 | Chat: Keep scroll position constant in ChatBuffer::deleteOldest() | Kahrl | |
2016-04-24 | Escape more strings: formspecs, item descriptions, infotexts... | Ekdohibs | |
Also, change the escape character to the more standard \x1b Thus, it can be used in the future for translation or colored text, for example. | |||
2016-03-19 | Clean up Strfnd | ShadowNinja | |
Changes: * Fix indentation. * Pass strings by const reference. * Merge Strfnd and WStrfnd into one class instead of copying them. * Remove trailing spaces. * Fix variable names. * Move to util. * Other miscellaneous style fixes. | |||
2016-03-15 | Remove chat escape sequences from chat messages, for future colored chat. | Ekdohibs | |
2016-03-02 | Add text selection and copying to 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-06-16 | Remove unneccessary space for tab completion | Nathaniel Olsen | |
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when ↵ | Craig Robbins | |
NDEBUG is defined), replace those usages with persistent alternatives | |||
2015-01-25 | Suppress MSVC warning in chat.cpp | gregorycu | |
2014-12-10 | Add paste command (Ctrl-V) in GUIChatConsole | Kahrl | |
2014-09-14 | Fix typo in comment in chat.cpp | Kahrl | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-04-05 | Fix nick completion | PilzAdam | |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-17 | Properly and efficiently use split utility 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 |