summaryrefslogtreecommitdiff
path: root/src/guild.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-01Fix compilation warnings.Andrei Karas1-0/+1
2011-03-31Fix memory leaks and some other errors.Andrei Karas1-8/+26
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+296