From 29c91e63ea44a5e27b90fcf409ad9e4dc1f3f5c2 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Sat, 15 Sep 2018 12:35:01 +0200 Subject: The IC chatlog can now show both name and showname, and can be exported. - Toggle the 'Custom shownames' tickbox to switch between real names and custom shownames. - Type `/save_chatlog` in the OOC to export your IC chatlog into a file. - Exporting the chatlog will append the date and time of the message, too. --- courtroom.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index 341d6dfd..1115e369 100644 --- a/courtroom.h +++ b/courtroom.h @@ -18,6 +18,7 @@ #include "aotextedit.h" #include "aoevidencedisplay.h" #include "datatypes.h" +#include "chatlogpiece.h" #include #include @@ -257,6 +258,8 @@ private: QSignalMapper *char_button_mapper; + QVector ic_chatlog_history; + // These map music row items and area row items to their actual IDs. QVector music_row_to_number; QVector area_row_to_number; -- cgit