summaryrefslogtreecommitdiff
path: root/src/guild.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-09-25Add packet SMSG_GUILD_LEAVE2 0x0a83.Andrei Karas1-1/+8
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix some wrong parameter names in headers.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-8/+8
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-3/+3
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-3/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-11Add missing checks into other files.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-6/+10
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-10-06read guild position flags.Andrei Karas1-2/+4
2014-07-28Fix formating in other files.Andrei Karas1-134/+134
2014-02-22Move avatarlistmodel into gui/models directory.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to all other files.Andrei Karas1-3/+3
2013-10-19fix const in guild declaration.Andrei Karas1-1/+1
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
2013-08-13Add player/item/other counter in social window.Andrei Karas1-1/+5
2013-04-21some other fixes from cpplint.Andrei Karas1-5/+5
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-07fix more style, add consts.Andrei Karas1-1/+1
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-02-28improve guild related files.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-18/+19
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+4
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-3/+3
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-08-27Add const to more classes.Andrei Karas1-17/+19
2012-03-29Replace vectors with strings to short names.Andrei Karas1-3/+2
2012-02-03Add some missing getters.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-18Fix compilation warnings.Andrei Karas1-1/+1
2011-08-27Basic support for guild bot integration.Andrei Karas1-1/+8
2011-07-30Remove unused code from guildhandler.Andrei Karas1-0/+4
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+199