summaryrefslogtreecommitdiff
path: root/src/guild.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-09-25Add packet SMSG_GUILD_LEAVE2 0x0a83.Andrei Karas1-0/+17
2018-03-26Fix possible issues in guild members sorting.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-06-07Remove static in anonimouse namespaces.Andrei Karas1-30/+27
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-21/+28
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-26Add missing checks into other files.Andrei Karas1-0/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-7/+11
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-06read guild position flags.Andrei Karas1-2/+2
2014-05-25Fix align in constructors.Andrei Karas1-5/+9
2014-05-13fix code style.Andrei Karas1-0/+2
2014-05-11add anonimous namespace in guild.Andrei Karas1-23/+26
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-3/+3
2013-10-19in guild fix a bit getmember code.Andrei Karas1-4/+4
2013-09-19fix some compilation issues in different platforms.Andrei Karas1-1/+1
2013-09-18add const to other files.Andrei Karas1-1/+1
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-20fix style in other files.Andrei Karas1-0/+3
2013-02-28improve guild related files.Andrei Karas1-4/+7
2013-02-02Fix errors in some compilers.v1.3.2.3Andrei Karas1-1/+1
2013-02-01Fix code style.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-27Add const to more classes.Andrei Karas1-42/+43
2012-08-24replace defines to consts.Andrei Karas1-2/+2
2012-08-24Small style changes.Andrei Karas1-2/+2
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-1/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+3
2011-11-07Fix compilation under gcc 4.7 snapshot.Andrei Karas1-1/+1
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-9/+10
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-2/+2
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-3/+3
2011-08-28Fix guild members sorting by positions.Andrei Karas1-2/+1
2011-08-28Sort guild list members case-insensitive.Andrei Karas1-1/+12
2011-08-27Change guild sorting order.Andrei Karas1-2/+3
2011-08-27Put online player at top in guild list.Andrei Karas1-2/+2
2011-08-27Basic support for guild bot integration.Andrei Karas1-1/+5
2011-07-30Remove unused code from guildhandler.Andrei Karas1-2/+20
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-02Some fixes after automatic code checking.Andrei Karas1-5/+10