summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-30move windows classes to windows directory.Andrei Karas4-9/+10
2013-09-29Fix password length limit messages.Andrei Karas1-1/+1
2013-09-26remove useless virtual keywords.Andrei Karas4-12/+12
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-09-18add const to net classes.Andrei Karas4-6/+6
2013-09-15remove unused includes from net directory.Andrei Karas39-157/+18
2013-09-09remove useless includes from some files.Andrei Karas3-0/+3
2013-08-31move being related files into being dir.Andrei Karas11-16/+26
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-24improve getState/setState in Client.Andrei Karas4-9/+9
2013-07-08add ability to show stats from items.xml like strings.Andrei Karas1-6/+6
2013-06-13move npc dialogs array from netcode.Andrei Karas1-6/+6
2013-06-12remove npc dialog wrapper.Andrei Karas1-5/+3
2013-06-12add support for player look.Andrei Karas2-0/+2
2013-06-10add partial support for player looks.Andrei Karas2-5/+5
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas5-7/+7
2013-06-03fix SDL includes.Andrei Karas5-7/+7
2013-05-28fix guard header part2.Andrei Karas9-18/+18
2013-05-27Fix spawn of disguised mobs.Andrei Karas1-10/+21
2013-05-18rename listender to depricatedlistener.Andrei Karas1-2/+0
2013-04-26fix code style more.Andrei Karas2-2/+2
2013-04-25fix some code style by cpplint.Andrei Karas2-3/+0
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-2/+3
2013-04-21some other fixes from cpplint.Andrei Karas11-40/+40
2013-04-14another fixes from cpplint.Andrei Karas14-25/+25