summaryrefslogtreecommitdiff
path: root/src/guildmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-30improve size() usage in guildmanager.Andrei Karas1-3/+4
2013-04-20fix style in other files.Andrei Karas1-0/+1
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-09Add new notifications to guildhandler, guildmanager, inventoryhandler and par...Andrei Karas1-1/+7
2013-03-02Some fixes after coverity checks.Andrei Karas1-2/+1
2013-02-28improve guild related files.Andrei Karas1-12/+12
2013-02-18Add option to show/hide guild online messages.Andrei Karas1-0/+4
2013-02-18Fix random not working guild tab with guild bot integration.Andrei Karas1-2/+25
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-28Fix option "Show chat history" for all tabs.Andrei Karas1-1/+2
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-2/+2
2012-08-29Add const to more classes.Andrei Karas1-6/+6
2012-08-27Add const to more classes.Andrei Karas1-26/+26
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-07-31Fix guildbot messages delay.Andrei Karas1-2/+2
2012-04-01Last part of fixes.Andrei Karas1-3/+3
2012-04-01One part of fixes after auto checking.Andrei Karas1-6/+6
2012-03-29Replace vectors with strings to short names.Andrei Karas1-3/+3
2012-02-25Fix old casts.Andrei Karas1-3/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-6/+6
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-2/+3
2011-09-09Fix whisper errors detection.Andrei Karas1-2/+15
2011-09-09Fix guild manager initialisation if switching between servers.Andrei Karas1-4/+11
2011-09-08Fix code style.Andrei Karas1-1/+1
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+2
2011-09-02Add support for leave command in guild bot integration.Andrei Karas1-3/+4
2011-08-31Add to guildmanager protection against anti spam protection.Andrei Karas1-2/+2
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas1-1/+6
2011-08-28Fixed invite to guild/kick from guild.Andrei Karas1-1/+16
2011-08-28Impliment correct removing from guild self and other players on kick.Andrei Karas1-2/+51
2011-08-28Add support for guild invitation in guild bot integration.Andrei Karas1-1/+17
2011-08-28Fix possible conflicts between class names GuildTab, PartyTab and other.Andrei Karas1-2/+2
2011-08-27Fix guild reload if change nick on same account.Andrei Karas1-0/+18
2011-08-27Fix memory leaks in guildmanager.Andrei Karas1-0/+11
2011-08-27Impliment additional guild bot intergration functions.Andrei Karas1-9/+61
2011-08-27Put online player at top in guild list.Andrei Karas1-3/+4
2011-08-27Basic support for guild bot integration.Andrei Karas1-0/+309