summaryrefslogtreecommitdiff
path: root/src/net/tmwa/guildmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Remove useless else.Andrei Karas1-30/+27
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-44/+45
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-02Fix comment style in guildmanager.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-15/+8
2017-05-01Add tmwa ifdefs for guildmanager and emulateguildtab.Andrei Karas1-0/+3
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1
2015-06-03User full enum name in packets type.Andrei Karas1-3/+3
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+2
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-2/+2
2015-05-24Add strong typed bool type Online.Andrei Karas1-2/+2
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-0/+551