index
:
asuratva/plus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
widgets
/
tabs
/
chat
/
chattab.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-16
Refactor loadFromLogFile calls into ChatTab contructor
Fedja Beader
1
-0
/
+3
2024-02-09
Update copyright headers up to 2023
Jesusalva Jesusalva
1
-1
/
+2
2023-10-13
Allow users to set their own timestamp formats.
Fedja Beader
1
-1
/
+3
2023-10-13
Use strftime to format timestamps.
Fedja Beader
1
-4
/
+18
2023-10-12
Use gmtime() for non-local-time chat timestamps
Fedja Beader
1
-22
/
+9
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-2
/
+2
2018-02-15
Remove unused channel parameter from talk methods.
Andrei Karas
1
-2
/
+1
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-12-24
Remove default parameters from browserbox.
Andrei Karas
1
-1
/
+2
2017-12-24
Remove default parameters from scrollarea.
Andrei Karas
1
-1
/
+2
2017-12-11
Remove default parameters from ChatTab::chatLog.
Andrei Karas
1
-2
/
+6
2017-09-09
Add workaround for fix alt-tab issue in SDL2.
Andrei Karas
1
-1
/
+2
2017-09-05
Fix crash if enter simple text into chat window before connecting to server.
Andrei Karas
1
-2
/
+5
2017-06-21
Remove browserboxmode.
Andrei Karas
1
-1
/
+1
2017-06-19
Add function updateSize into browserbox.
Andrei Karas
1
-1
/
+1
2017-06-18
Fix asserts in browserbox on resize.
Andrei Karas
1
-0
/
+1
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-16
/
+20
2017-05-02
Remove extra includes.
Andrei Karas
1
-1
/
+0
2017-05-01
Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.
Andrei Karas
1
-1
/
+2
2017-01-27
Move browserboxmode into separate file.
Andrei Karas
1
-1
/
+1
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-09-23
Add missing comments into defines.
Andrei Karas
1
-1
/
+1
2016-09-17
Add strong typed bool Opaque.
Andrei Karas
1
-3
/
+3
2016-06-04
Show hightlighted messages in chat also if tab active but window minimized or...
Andrei Karas
1
-6
/
+8
2016-04-21
Convert chattabtype into strong typed enum.
Andrei Karas
1
-1
/
+1
2016-03-12
Dont highlight server messages in chat channels.
Andrei Karas
1
-2
/
+4
2016-02-27
Add exception to seach chat command. It not run search for special chars.
Andrei Karas
1
-1
/
+10
2016-02-08
Add some missing const.
Andrei Karas
1
-1
/
+1
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-2
/
+2
2016-01-29
Fix code style.
Andrei Karas
1
-4
/
+0
2016-01-25
Move help window to top on first time open it from chat with commands like "?...
Andrei Karas
1
-0
/
+3
2016-01-16
Add function for replace item links in chat.
Andrei Karas
1
-36
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-14
Move soundconsts.h into const directory.
Andrei Karas
1
-1
/
+2
2015-06-06
Fix code style.
Andrei Karas
1
-0
/
+2
2015-05-30
Convert ChatMsgType enum into strong typed enum.
Andrei Karas
1
-2
/
+2
2015-05-24
From ChatTab::chatLog removed default parameter for message owner type.
Andrei Karas
1
-2
/
+4
2015-05-24
Add strong typed bool type TryRemoveColors.
Andrei Karas
1
-3
/
+4
2015-05-24
Add strong typed bool type IgnoreRecord.
Andrei Karas
1
-3
/
+8
2015-05-24
Add strong typed bool type Online.
Andrei Karas
1
-2
/
+2
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-0
/
+4
2015-02-19
Fix virtual overload function handleCommand.
Andrei Karas
1
-2
/
+2
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-10-13
eathena: show channel messages in channel tab.
Andrei Karas
1
-1
/
+3
2014-10-12
Add log file name into chattab.
Andrei Karas
1
-4
/
+10
2014-10-12
Move chat tab type into ChatTab.
Andrei Karas
1
-13
/
+3
2014-10-12
Move ChatTabType into chat subdir.
Andrei Karas
1
-1
/
+1
2014-10-12
Move ChatTab into chat subdir.
Andrei Karas
1
-0
/
+564