diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-15 12:35:01 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-15 12:35:01 +0200 |
| commit | 29c91e63ea44a5e27b90fcf409ad9e4dc1f3f5c2 (patch) | |
| tree | 4cf85fbb8f8c79127411fc331f2563b2f99671b0 /Attorney_Online_remake.pro | |
| parent | 0032c36822e149705efa975cd658b1661be2904d (diff) | |
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.
Diffstat (limited to 'Attorney_Online_remake.pro')
| -rw-r--r-- | Attorney_Online_remake.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 71c14d9f..9e31fa09 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -49,7 +49,8 @@ SOURCES += main.cpp\ aotextedit.cpp \ aoevidencedisplay.cpp \ discord_rich_presence.cpp \ - aooptionsdialog.cpp + aooptionsdialog.cpp \ + chatlogpiece.cpp HEADERS += lobby.h \ aoimage.h \ @@ -82,7 +83,8 @@ HEADERS += lobby.h \ discord_rich_presence.h \ discord-rpc.h \ aooptionsdialog.h \ - text_file_functions.h + text_file_functions.h \ + chatlogpiece.h # 1. You need to get BASS and put the x86 bass DLL/headers in the project root folder # AND the compilation output folder. If you want a static link, you'll probably |
