From 35fcbdeea8a8297f69e2bb7e92526f88233c7b4f Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Sun, 20 Mar 2022 01:21:24 +0300 Subject: Add showname and selfname colors to courtroom_fonts.ini (#672) Co-authored-by: oldmud0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- include/courtroom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/courtroom.h') diff --git a/include/courtroom.h b/include/courtroom.h index f230b35f..bf688b50 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -279,14 +279,14 @@ public: int default_color = 0); void log_ic_text(QString p_name, QString p_showname, QString p_message, - QString p_action = "", int p_color = 0); + QString p_action = "", int p_color = 0, bool p_selfname = false); // adds text to the IC chatlog. p_name first as bold then p_text then a newlin // this function keeps the chatlog scrolled to the top unless there's text // selected // or the user isn't already scrolled to the top void append_ic_text(QString p_text, QString p_name = "", QString action = "", - int color = 0, QDateTime timestamp = QDateTime::currentDateTime()); + int color = 0, bool selfname = false, QDateTime timestamp = QDateTime::currentDateTime()); // prints who played the song to IC chat and plays said song(if found on local // filesystem) takes in a list where the first element is the song name and -- cgit