summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Fix compilation warnings.Andrei Karas6-9/+9
2011-09-10Fix compilation with manaserv support.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas4-5/+5
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-9/+7
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas7-33/+33
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas6-8/+10
2011-09-08Replace most iterator to const_iterator.Andrei Karas4-11/+5
2011-09-05Fix guild tab removing after receive some packets.v1.1.9.4fixAndrei Karas1-4/+12
2011-09-02Fix compilation with different flags.Andrei Karas2-1/+3
2011-09-02Add to status window attribute "damage per second".Andrei Karas6-3/+25
2011-09-01Remove party name from players if leave party.Andrei Karas1-0/+4
2011-09-01Eliminate asserts from most files.Andrei Karas2-3/+0
2011-08-30Don't report about clothes color change packet in log.Andrei Karas1-0/+3
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas2-2/+2
2011-08-28Fix guild name reset on players from time.Andrei Karas1-1/+3
2011-08-27Basic support for guild bot integration.Andrei Karas2-0/+8
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1
2011-08-15Add warp menu item for gms in navigation items.Andrei Karas5-0/+16
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas48-48/+48
2011-08-11Remove some unused code.Andrei Karas1-3/+3
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas1-2/+3
2011-08-07Remove useless code. After npc interaction player was change action.Andrei Karas1-3/+0
2011-08-03Fix code style and remove some unused variabled.Andrei Karas5-9/+11
2011-08-02Fix compilation with manaserv support.Andrei Karas1-1/+1
2011-07-31Extract shared logic from tradehandler netcode to ea namespace.Andrei Karas4-226/+357
2011-07-31Extract shared logic from specialhandler netcode to ea namespace.Andrei Karas4-199/+302
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas9-704/+1002
2011-07-31Fix error in inventoryhandler from previous commits.Andrei Karas1-2/+1
2011-07-31Extract shared logic from itemhandler netcode to ea namespace.Andrei Karas4-35/+121
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas10-627/+858
2011-07-30Remove unused code from guildhandler.Andrei Karas7-36/+15
2011-07-30Fix code style.Andrei Karas1-1/+1
2011-07-30Extract shared logic from guildhandler and partyhandler netcode to ea namespace.Andrei Karas19-1218/+1849
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas13-416/+648
2011-07-28Extract shared logic from charserverhandler and loginhandler netcode to ea na...Andrei Karas11-434/+746
2011-07-12Fix again compilation issue in big endian system.Andrei Karas1-1/+1
2011-07-12Fix compilation error in big endian system.Andrei Karas1-1/+1
2011-07-09Fix for party memory leak and crash.Andrei Karas5-1/+18
2011-07-09Fix compilation error from last commit.Andrei Karas2-3/+3
2011-07-09Reserve bits in gender field for future usage.Andrei Karas3-3/+8
2011-07-08Add small optimisations and fixes.Andrei Karas15-42/+45
2011-07-08Fix some issues after automatic checking.Andrei Karas1-4/+0
2011-07-07Remove undescore from variables and defines.Andrei Karas60-205/+205
2011-07-05Add ability to send client states to other clients.Andrei Karas2-9/+11
2011-07-04Replace some lists to vectors.Andrei Karas2-2/+2
2011-07-02Add xgettext:no-c-format comment for some strings.Andrei Karas1-0/+3
2011-07-01Replace some lists to vectors.Andrei Karas1-1/+2
2011-06-25Fix memory leaks in npchandler and npcdialog classes.Andrei Karas1-0/+7
2011-06-12Delete some forgotten variables from loginhandler on exit.Andrei Karas3-0/+9