]> git.lizzy.rs Git - minetest.git/history - src/chat.cpp
Improve chat history (#12975)
[minetest.git] / src / chat.cpp
2023-01-14 Jude Melton-HoughtonImprove chat history (#12975)
2022-09-10 pecksinChat weblink: remove comma as delimiter (#12730)
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-09-19 DSFix client-side performance of chat UI (#11612)
2021-08-29 pecksinRemove closing paren as weblink delimiter
2021-06-20 pecksinMake chat web links clickable (#11092)
2021-02-02 sfan5Drop wide/narrow conversion functions
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2018-04-04 Loic BlotFix last performance-type-promotion-in-math-fn problems
2018-04-02 Loïc BlotFix many issues reported by clang-tidy (#7189)
2018-01-05 Loic BlotGameUI refactor (part 5/X): Move Game::guitext_chat...
2017-12-14 SmallJokerChat: Remove prompt history duplicates (#6762)
2017-10-17 Esteban I. RMdon't pass g_settings around, and use it directly
2017-10-17 Esteban I. RMImplement #6096
2017-08-24 EkdohibsAdd clientside translations.
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-16 Loic Blotcavegen.cpp, chat.cpp: modernize code
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-05-20 Loïc Blotchat.cpp fix wchar_t isspace -> iswspace & wrong isspac...
2017-05-20 red-001this might fix #5661, needs testing (#5775)
2017-05-20 Loïc BlotVarious code cleanup & little performance improvement...
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-08 KahrlChat: Keep scroll position constant in ChatBuffer:...
2016-04-23 EkdohibsEscape more strings: formspecs, item descriptions,...
2016-03-20 ShadowNinjaClean up Strfnd
2016-03-15 EkdohibsRemove chat escape sequences from chat messages, for...
2016-03-03 ShadowNinjaAdd text selection and copying to console
2016-03-03 Esteban I. Ruiz... Use the console instead of a dedicated window when...
2015-06-16 Nathaniel OlsenRemove unneccessary space for tab completion
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-01-25 gregorycuSuppress MSVC warning in chat.cpp
2014-12-10 KahrlAdd paste command (Ctrl-V) in GUIChatConsole
2014-09-14 KahrlFix typo in comment in chat.cpp
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 PilzAdamFix nick completion
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-10 KahrlChat console, including a number of rebases and modific...