summaryrefslogtreecommitdiff
path: root/src/guiChatConsole.cpp
Commit message (Collapse)AuthorAge
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
| | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵Loic Blot2015-03-05
| | | | tile.hpp to src/client/
* Grab GUIChatConsole::m_font, fixes segfault when changing font_sizeKahrl2015-02-18
|
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-05
|
* Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl2015-01-18
| | | | | | | | Clean up nearby code a bit As a small side effect, it is now possible to add a background texture to the chat console by simply providing background_chat.jpg, it is no longer necessary to also add "console_color =" to minetest.conf.
* Add paste command (Ctrl-V) in GUIChatConsoleKahrl2014-12-10
|
* Make hud use fontengine toosapier2014-11-30
| | | | | Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
* Implement proper font handlingsapier2014-11-30
|
* Make freetype usage configureable by a settingPilzAdam2013-08-04
|
* Add basic unicode support to the console (linux workaround)Esteban I. Ruiz Moreno2013-06-15
|
* Close console when it loses focus but it is still on screenEsteban I. Ruiz Moreno2013-06-05
|
* Dont drop fonts with ENABLE_FREETYPE=0PilzAdam2013-05-16
|
* Fix memory leaks: delete font in main and GUIChatConsolePilzAdam2013-05-10
|
* Fix nick completionPilzAdam2013-04-05
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
|
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* Add Freetype supportIlya Zhuravlev2013-02-14
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Chat console, including a number of rebases and modifications.Kahrl2012-03-10
Defaults modified from original: alpha=200, key=F10