summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Collapse)AuthorFilesLines
2011-09-18Fix compilation warnings.Andrei Karas1-4/+0
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas3-8/+8
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas2-3/+3
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
Some other minor changes.
2011-09-05Fix guild tab removing after receive some packets.v1.1.9.4fixAndrei Karas1-4/+12
2011-09-02Add to status window attribute "damage per second".Andrei Karas1-1/+3
2011-09-01Eliminate asserts from most files.Andrei Karas1-1/+0
2011-08-30Don't report about clothes color change packet in log.Andrei Karas1-0/+3
2011-08-22Replace typo dont to don't.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas19-19/+19
2011-08-07Remove useless code. After npc interaction player was change action.Andrei Karas1-3/+0
2011-07-31Extract shared logic from tradehandler netcode to ea namespace.Andrei Karas2-226/+10
2011-07-31Extract shared logic from specialhandler netcode to ea namespace.Andrei Karas2-199/+7
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas4-704/+60
2011-07-31Extract shared logic from itemhandler netcode to ea namespace.Andrei Karas2-35/+5
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas6-626/+26
2011-07-30Remove unused code from guildhandler.Andrei Karas2-36/+0
Fix memory leak in guild class.
2011-07-30Extract shared logic from guildhandler and partyhandler netcode to ea namespace.Andrei Karas9-1216/+87
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas6-403/+17
2011-07-28Extract shared logic from charserverhandler and loginhandler netcode to ea ↵Andrei Karas6-474/+92
namespace.
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 Karas2-0/+7
2011-07-09Fix compilation error from last commit.Andrei Karas2-3/+3
2011-07-09Reserve bits in gender field for future usage.Andrei Karas2-3/+5
2011-07-08Add small optimisations and fixes.Andrei Karas6-16/+16
2011-07-08Fix some issues after automatic checking.Andrei Karas1-4/+0
Change compilation flags in make scripts.
2011-07-07Remove undescore from variables and defines.Andrei Karas24-81/+81
2011-07-05Add ability to send client states to other clients.Andrei Karas1-0/+7
Using for this emotes.
2011-07-04Replace some lists to vectors.Andrei Karas1-1/+1
2011-07-02Add xgettext:no-c-format comment for some strings.Andrei Karas1-0/+3
Rebuild languge files and update translations. Disable and enable some translations.
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-12Fix change character.v1.1.6.12Andrei Karas2-0/+7
2011-06-05Fix crash if reconnecting to server. Was introduced after fixing memory leaks.Andrei Karas3-0/+9
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-0/+1
2011-05-31Fix slots mapping.Andrei Karas1-2/+3
2011-05-24Add simple memory leak detector.Andrei Karas22-0/+44
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-23Show speach messages variable time, depend on message size.Andrei Karas1-2/+2
2011-05-22Update translations again and fix typos.Andrei Karas1-2/+2
2011-05-22Rebuild language files again. Update translations. Fixed typo in text lines.Andrei Karas1-1/+1
New translation for Finish language. thanks for Byakushin.
2011-05-22Some typo fixes and add comments for translators.Andrei Karas3-4/+4
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-4/+2
Also allow undress separate items from players locally.
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas6-1211/+487
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler.
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵Andrei Karas1-0/+1
disabled. Fix some compilation warnings.
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas2-2/+2
2011-05-07Fix missing initialisations.Andrei Karas1-2/+2
2011-05-06Fix player moving with mouse.Andrei Karas1-1/+1
Now move with mouse is soft moving. Player always can stop or change direction. Collisions not stoping player what holding down left mouse button. Also fix typo in method name navigateClean.
2011-05-05Fix complilation warnings.Andrei Karas1-3/+3
2011-05-02Fix reading attack delay.Andrei Karas1-7/+7