index
:
mana/plus
CI_test_var
c++17_deprecated_func
camel
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
rename_and_cleanup
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
windows
/
chatwindow.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-05
On room creation show room name in general tab caption.
Andrei Karas
1
-6
/
+11
2015-04-04
Add chat command for create chat room (incomplete).
Andrei Karas
1
-0
/
+6
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-5
/
+0
2015-03-10
Add UNIMPLIMENTEDPACKET macro
Andrei Karas
1
-1
/
+0
2015-03-09
Impliment DebugMessageListener in chat window.
Andrei Karas
1
-0
/
+7
2015-01-25
eathena: fix join built in channel tabs.
Andrei Karas
1
-0
/
+6
2015-01-14
Add support for #gm channel for gm tab.
Andrei Karas
1
-0
/
+7
2015-01-14
By requesting open #trade channel, really open trade tab.
Andrei Karas
1
-3
/
+26
2015-01-11
Add chat command for select debug tab.
Andrei Karas
1
-2
/
+2
2015-01-11
Add chat command for select general tab.
Andrei Karas
1
-0
/
+18
2015-01-06
Move attributes.h into enums directory.
Andrei Karas
1
-1
/
+2
2015-01-02
Fix code style.
Andrei Karas
1
-2
/
+2
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-28
Improve function localPetSay.
Andrei Karas
1
-16
/
+10
2014-12-28
Add chat command for stop and start pet ai.
Andrei Karas
1
-0
/
+18
2014-12-28
Impliment actual change direction actions from pet commands.
Andrei Karas
1
-15
/
+32
2014-12-28
Impliment actual move actions from pet commands.
Andrei Karas
1
-0
/
+25
2014-12-08
In whisper constructor allow separatly set nick and caption.
Andrei Karas
1
-4
/
+5
2014-12-03
eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09.
Andrei Karas
1
-0
/
+1
2014-10-29
Dont show over head text for channel messages.
Andrei Karas
1
-0
/
+1
2014-10-25
Fix code style.
Andrei Karas
1
-2
/
+0
2014-10-13
eathena: fix owner for channel messages.
Andrei Karas
1
-2
/
+18
2014-10-13
Disable hightlight by default in channels.
Andrei Karas
1
-0
/
+1
2014-10-13
eathena: show channel messages in channel tab.
Andrei Karas
1
-0
/
+31
2014-10-13
Autojoin channels on open channel tab.
Andrei Karas
1
-3
/
+19
2014-10-12
Fix popup menu for channel chat tab.
Andrei Karas
1
-11
/
+18
2014-10-12
Add basic support for chat channels.
Andrei Karas
1
-17
/
+90
2014-10-12
Move WhisperTab into chat subdir.
Andrei Karas
1
-1
/
+1
2014-10-12
Move TradeTab into chat subdir.
Andrei Karas
1
-1
/
+1
2014-10-12
Move LangTab into chat subdir.
Andrei Karas
1
-1
/
+1
2014-10-12
Move BattleTab into chat subdir.
Andrei Karas
1
-1
/
+1
2014-10-10
Fix code style.
Andrei Karas
1
-1
/
+0
2014-10-01
Move JOB stat from net enum into attributes.
Andrei Karas
1
-1
/
+1
2014-09-26
Fix code style.
Andrei Karas
1
-1
/
+0
2014-09-17
Remove getter for playerHandler.
Andrei Karas
1
-1
/
+1
2014-09-17
Remove getter for chatHandler.
Andrei Karas
1
-1
/
+1
2014-09-10
Change format in ActorType enum.
Andrei Karas
1
-4
/
+4
2014-08-28
Fix code style.
Andrei Karas
1
-2
/
+0
2014-08-28
Removed unused includes.
Andrei Karas
1
-1
/
+0
2014-08-27
Remove unused commands.cpp and commandhandler.cpp.
Andrei Karas
1
-2
/
+0
2014-08-23
Fix ignore all whispers chat command.
Andrei Karas
1
-7
/
+9
2014-08-23
Add autocomplete chat commands from actions.
Andrei Karas
1
-0
/
+1
2014-08-17
Remove getters for mouse position and use direct variables.
Andrei Karas
1
-2
/
+2
2014-08-17
Remove proxy methods used for access popup menu.
Andrei Karas
1
-2
/
+9
2014-07-31
Move popup related code from viewport into popupManager.
Andrei Karas
1
-3
/
+3
2014-07-30
Rename player_node variable into localPlayer.
Andrei Karas
1
-17
/
+17
2014-07-23
move "change away type" option into gamemodifiers.
Andrei Karas
1
-1
/
+1
2014-06-20
Fix code style.
Andrei Karas
1
-1
/
+1
2014-06-14
Fix chat input field size if smiles button is hidden.
Andrei Karas
1
-0
/
+1
2014-05-31
Add to chat history enteerd text if was pressed up or down key.
Andrei Karas
1
-0
/
+18
[next]