| Commit message (Expand) | Author | Age |
* | Fix console resize issue when maximising game window (#6023) | Ezhh | 2017-06-21 |
* | Merge cguittfont lib in irrlicht change folder. (#6016) | Loïc Blot | 2017-06-20 |
* | Fix console not being properly resized after window size changed (#6020) | Zeno- | 2017-06-20 |
* | Cpp11 initializers 2 (#5999) | Loïc Blot | 2017-06-17 |
* | C++11 patchset 9: move hardcoded init parameters to class definitions (part 1... | Loïc Blot | 2017-06-16 |
* | Real control fix (#5787) | Loïc Blot | 2017-05-20 |
* | Fix wchar_t type on 605599b6f150b89ba6539c4d088231b326adcb48 | Loic Blot | 2017-05-20 |
* | Fix shift key producing space in console (#5777) | Craig Davison | 2017-05-20 |
* | Clean up getTime helpers | ShadowNinja | 2017-04-28 |
* | Rename height to scale for openConsole() (#5139) | Zeno- | 2017-01-29 |
* | Irrlicht 1.9 support | sfan5 | 2016-12-26 |
* | Fix & make linux conditionals uniform (#4278) | Rogier-5 | 2016-07-04 |
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
* | Colored chat working as expected for both freetype and non-freetype builds. @... | TriBlade9 | 2016-05-31 |
* | Fix holding down F10 (open console) causing GUI to freeze | Craig Robbins | 2016-05-04 |
* | Fix chat console not opening after formspec opened over it | ShadowNinja | 2016-03-12 |
* | Add support for non-ASCII characters to chat console | ShadowNinja | 2016-03-02 |
* | Add text selection and copying to console | ShadowNinja | 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 | 2016-03-02 |
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
* | Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til... | Loic Blot | 2015-03-05 |
* | Grab GUIChatConsole::m_font, fixes segfault when changing font_size | Kahrl | 2015-02-18 |
* | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | 2015-02-05 |
* | Fix use of uninit data in Sky and (potentially) GUIChatConsole constructors | Kahrl | 2015-01-18 |
* | Add paste command (Ctrl-V) in GUIChatConsole | Kahrl | 2014-12-10 |
* | Make hud use fontengine too | sapier | 2014-11-30 |
* | Implement proper font handling | sapier | 2014-11-30 |
* | Make freetype usage configureable by a setting | PilzAdam | 2013-08-04 |
* | Add basic unicode support to the console (linux workaround) | Esteban I. Ruiz Moreno | 2013-06-15 |
* | Close console when it loses focus but it is still on screen | Esteban I. Ruiz Moreno | 2013-06-05 |
* | Dont drop fonts with ENABLE_FREETYPE=0 | PilzAdam | 2013-05-16 |
* | Fix memory leaks: delete font in main and GUIChatConsole | PilzAdam | 2013-05-10 |
* | Fix nick completion | PilzAdam | 2013-04-05 |
* | Migrate to STL containers/algorithms. | Ilya Zhuravlev | 2013-03-11 |
* | Update Copyright Years | Sfan5 | 2013-02-24 |
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
* | Add Freetype support | Ilya Zhuravlev | 2013-02-14 |
* | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola | 2012-06-05 |
* | Chat console, including a number of rebases and modifications. | Kahrl | 2012-03-10 |