summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Remove packet constant from eathena net code.Andrei Karas2-1/+3
2014-06-24Add name request packet into protocol.hAndrei Karas2-1/+2
2014-06-07fix code style.Andrei Karas3-10/+13
2014-05-31Fix sign on some vars.Andrei Karas1-4/+4
2014-05-31Add missing notfinal/final to classes.Andrei Karas3-3/+3
2014-05-25Fix align in constructors.Andrei Karas2-2/+2
2014-05-21Fix code style.Andrei Karas4-5/+2
2014-05-21fix compilation without C++11 options.Andrei Karas2-4/+5
2014-05-20Move player attributes in net code into separate file.Andrei Karas5-26/+55
2014-05-20Move net sprite defines into separate file.Andrei Karas4-19/+47
2014-05-20Move partyshare into separate file.Andrei Karas2-6/+7
2014-05-20Move registrationoptions into separate file.Andrei Karas1-1/+1
2014-05-20Move character into separate file.Andrei Karas1-0/+1
2014-05-19fix code style.Andrei Karas1-0/+2
2014-05-18fix code style.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas3-13/+13
2014-05-12Move being action into separate file.Andrei Karas3-20/+21
2014-05-11Move player attributes into separate file.Andrei Karas4-13/+20
2014-05-08Fix code style in net.Andrei Karas2-9/+9
2014-05-02Add missing const.Andrei Karas2-4/+4
2014-04-30Fix code style in net.Andrei Karas4-14/+20
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas2-9/+7
2014-02-21fix signed shifts.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas6-5/+6
2014-02-02Add missing const and static into net classes.Andrei Karas12-16/+16
2014-01-01update copyright year in all sources.Andrei Karas45-45/+45
2013-12-26add restrict into loginhandler.Andrei Karas2-12/+16
2013-12-26add restrict into guildhandler.Andrei Karas2-8/+11
2013-12-26add restrict into chathandler.Andrei Karas2-10/+12
2013-12-25add pet think time.Andrei Karas1-1/+0
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas1-0/+1
2013-12-17add restrict into statuswindow.Andrei Karas1-6/+6
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas1-6/+6
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+4
2013-10-24add option to show motd message.Andrei Karas1-3/+0
2013-10-24add final keyword to net files.Andrei Karas15-120/+128
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas3-21/+21
2013-10-19fix const in definition in tradehandler.Andrei Karas1-1/+1
2013-10-19fix const in declatations in npchandler.Andrei Karas1-2/+2
2013-10-19move virtual member calls from mpcdialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-19add comments into messageout about virtual method usage in constructor,Andrei Karas1-0/+1
2013-10-19add missing break in messageout.Andrei Karas1-0/+1
2013-10-19move virtual member calls from messagein constuctor into postInit.Andrei Karas3-0/+7
2013-10-11add /talkraw chat command for special use.Andrei Karas1-3/+2
2013-10-08split network mutexe into read and write mutexes.Andrei Karas1-4/+4
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-6/+6
2013-10-05Remember sort order in buy dialog between restarts.Andrei Karas1-0/+1
2013-09-30move db files into db directory.Andrei Karas2-2/+4
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1