summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
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
2011-03-14Fixing direction bug in moving.Andrei Karas3-12/+26
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 exten...Andrei Karas4-22/+78
2011-02-28Change client version to 3.Andrei Karas1-1/+1
2011-02-27First part of implimintation item colors.Andrei Karas7-25/+38
2011-02-27Remove debug log messages.Andrei Karas1-3/+0
2011-02-27Implement receiving item color from server.Andrei Karas4-12/+24
2011-02-26Add ability to redownload update files if file checksum incorrect.Andrei Karas2-19/+22
2011-02-19Update copyrights.Andrei Karas125-250/+373
2011-02-18Specific messages for each pickup failure reason.Ben Longbons1-3/+4
2011-02-18Add packet SMSG_BEING_NAME_RESPONSE2 with big being names.Andrei Karas3-0/+43
2011-02-15Change client protocol version to 2.Andrei Karas1-1/+1
2011-02-13Add arrows bar.Andrei Karas1-1/+10
2011-02-13Set weight notice message not modal and hide it after 10 seconds.Andrei Karas1-2/+5
2011-02-09Implement npc gender.Andrei Karas1-0/+15
2011-02-06Fix version in windows readme.v1.1.2.6Andrei Karas1-0/+1
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas3-9/+4
2011-02-01Add ability to enable/disable manaserv with embedded enet.Andrei Karas2-2/+6
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-5/+10
2011-01-19Add unknown skills to first skill tab. (in tmw Basic).Andrei Karas1-2/+8
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas10-11/+20
2011-01-13Fix again equipment window (F4) issue and adding checks.Andrei Karas1-4/+14
2011-01-13Fix invisible equipment in equipment window (F4) issue.Andrei Karas1-0/+5
2011-01-12Increase default chat slots number for tAthena/evol from 3 to 9.Andrei Karas2-2/+5
2011-01-12Add new error codes for creating char.Andrei Karas1-2/+22
2011-01-11Add new login return code 10 what mean wrong name.Andrei Karas1-0/+3
2011-01-10Add more selling error messages.Andrei Karas1-6/+16