summaryrefslogtreecommitdiff
path: root/src/guildmanager.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-2/+0
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-03-09Add new notifications to guildhandler, guildmanager, inventoryhandler and par...Andrei Karas1-0/+3
2013-02-28improve guild related files.Andrei Karas1-9/+9
2013-02-18Fix random not working guild tab with guild bot integration.Andrei Karas1-0/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-3/+3
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+3
2012-08-29Add const to more classes.Andrei Karas1-6/+6
2012-08-27Add const to more classes.Andrei Karas1-5/+5
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-03-29Replace vectors with strings to short names.Andrei Karas1-4/+3
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-09Fix whisper errors detection.Andrei Karas1-0/+2
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas1-3/+3
2011-08-28Impliment correct removing from guild self and other players on kick.Andrei Karas1-0/+2
2011-08-28Add support for guild invitation in guild bot integration.Andrei Karas1-0/+2
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/+2
2011-08-27Fix memory leaks in guildmanager.Andrei Karas1-0/+2
2011-08-27Impliment additional guild bot intergration functions.Andrei Karas1-0/+5
2011-08-27Basic support for guild bot integration.Andrei Karas1-0/+81