summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-2181/+0
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-23/+19
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-1/+1
2017-09-27Change attributes value type to int64.Andrei Karas1-5/+7
2017-09-05Fix drawing emotes button in chat input field.Andrei Karas1-5/+12
2017-08-30Move some variables to better scope.Andrei Karas1-7/+9
2017-08-24Fix duplicating assert message created after connected to server for some sec...Andrei Karas1-0/+6
2017-08-21Remove useless else.Andrei Karas1-8/+3
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-1/+1
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-1/+1
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas1-3/+5
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-3/+3
2017-06-08Replace ext.compare to direct string comparison.Andrei Karas1-3/+3
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-100/+108
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-2/+2
2017-05-05Rename virtfstools into tools.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-3/+5
2017-04-06Add quick messages with translation from current server language to default.Andrei Karas1-0/+18
2017-04-04Reserve some characters sequence for future usage in chat messages.Andrei Karas1-0/+4
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-23Fix style issues.Andrei Karas1-6/+3
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-5/+5
2016-09-23Add missing comments into defines.Andrei Karas1-3/+5
2016-09-07Allow run commands if no tab selected in chat window.Andrei Karas1-0/+2
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-93/+5
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-3/+3
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas1-2/+2
2016-04-07For commands in links in chat ask before executing command.Andrei Karas1-0/+2
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-14Allow open/close chat input by double click on chat window.Andrei Karas1-3/+21
2016-03-04Remove isVisible getter from widget.Andrei Karas1-13/+18
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-21Fix code style.Andrei Karas1-3/+4
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas1-1/+2
2016-02-08Change sign on rainbow color.Andrei Karas1-3/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-18/+18
2016-02-03Add missing translators comments.Andrei Karas1-0/+2
2016-02-03Add option in settings to allow enable/disable sell spam filter.Andrei Karas1-1/+6
2016-02-03Improve trade spam filterring.Andrei Karas1-8/+15
2016-01-17Dont more chat messages with item links into trade tab.Andrei Karas1-24/+0