summaryrefslogtreecommitdiff
path: root/src/net/eathena/guildhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Move processGuildPositionInfo from ea namespace into eathena and tmwa.Andrei Karas1-0/+42
2014-09-30eathena: add packet SMSG_GUILD_UPDATE_COORDS 0x01eb.Andrei Karas1-0/+18
2014-09-26Fix code style.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-09-10eathena: fix packet CMSG_GUILD_MESSAGE.Andrei Karas1-1/+2
2014-09-10Impliment packet CMSG_GUILD_CHECK_MASTER 0x014d.Andrei Karas1-0/+5
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-26add restrict into guildhandler.Andrei Karas1-4/+5
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-3/+3
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+1
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+0
2013-04-14some more style fixes from cpplint.Andrei Karas1-4/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-21/+21
2013-04-02improve guildhandler class.Andrei Karas1-14/+19
2013-02-26Improve string usage in other files.Andrei Karas1-1/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-23fix code style.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-1/+2
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+319