summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23Show speach messages variable time, depend on message size.Andrei Karas2-3/+3
2011-05-22Update translations again and fix typos.Andrei Karas2-3/+3
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-21Fix some issues after automatic code checking.Andrei Karas2-9/+7
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas13-1211/+1828
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler.
2011-05-19Enable server type selection again. Add evol server type. Now working same ↵Andrei Karas3-2/+8
as tmweathena.
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵Andrei Karas3-1/+4
disabled. Fix some compilation warnings.
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas4-4/+4
2011-05-08Fix some include files paths.Andrei Karas2-2/+3
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
2011-05-02Save being speed in being object.Andrei Karas1-6/+18
2011-04-25Add more checks.Andrei Karas1-8/+16
2011-04-15Add missing check.Andrei Karas1-3/+6
2011-04-14Add missing auth failure reasonsBen Longbons1-0/+9
2011-04-14Stop protected pickups flood.Andrei Karas3-2/+28
2011-04-13Fix warnings in clang compilation.Andrei Karas1-1/+1
2011-04-12Updating equip/unequip buttons in inventory.Andrei Karas1-0/+3
2011-04-09Fix compilation in manaserv.Andrei Karas1-4/+4
2011-04-09Small refactoring based on idea from mana commit ↵Andrei Karas6-18/+18
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b
2011-04-09Add race in char creation dialog. Change client protocol version to 4.Andrei Karas6-3/+8
2011-04-07Send to tmw based server client version as 1.Andrei Karas2-1/+5
2011-04-04Rename some gui class files to real class names.Andrei Karas7-9/+9
2011-04-03Add spawn animation to mobs.Andrei Karas2-4/+16
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
2011-04-01Add ability to receive buy/sell requests with invisible space at first.Andrei Karas1-0/+2
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas2-7/+14
2011-03-19Fix code style and add small optimisations.Andrei Karas1-1/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas15-69/+91
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas8-28/+34
2011-03-17Move direction calucaltion to Being method.Andrei Karas1-9/+1
2011-03-17Fix other players move animation.Andrei Karas1-14/+34
As dirty hack added delayed direction.
2011-03-14Fixing direction bug in moving.Andrei Karas3-12/+26
While player moving server dont send player direction. This autofixing in nextTile method, but if this method was not called, then player have incorrect direction. Also move checking direction 8 from beinghandler.cpp to messagein.cpp like was done in mana client.
2011-03-11Remove debug messages from log.Andrei Karas1-2/+0
2011-03-11Show message if some one join your party.Andrei Karas1-1/+25
2011-03-08Replace also color constants in pickup messages.Andrei Karas1-2/+5
2011-03-08Fix possible problem with buying colored item.Andrei Karas1-1/+2
2011-03-04Fix code style.Andrei Karas5-9/+18
2011-03-03Add colors to buy/sell dialogs.Andrei Karas7-11/+24
2011-03-03Chnage same methods with different parameters number to different names.Andrei Karas1-2/+2
2011-03-03Add extended buy list items.Andrei Karas1-1/+10
2011-03-03Merge branch 'coloritems'Andrei Karas16-83/+212
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas4-7/+7
2011-03-02Add serverversion checks. And disable some advanced features in old servers.Andrei Karas4-24/+57
2011-03-01Fix char slots number calculation.Andrei Karas1-1/+5
2011-03-01Add support for reading colors in moveing players packets.Andrei Karas1-5/+16
2011-03-01Add support for reading item colors for char list and created char (for ↵Andrei Karas4-22/+78
extended servers)