summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-12Add /uptime chat command to show client uptime.Andrei Karas5-0/+62
2011-03-11Wrap the open and closed list members in path finding.Yohann Ferreira2-8/+25
2011-03-11Remove debug messages from log.Andrei Karas1-2/+0
2011-03-11Add checks to tabbedarea.Andrei Karas1-9/+14
2011-03-11Show message if some one join your party.Andrei Karas3-1/+40
2011-03-09Fix color picker position to free space for scrolling buttons in chat.Andrei Karas1-2/+2
2011-03-09Added a tab scrolling system in tabarea.Yohann Ferreira2-1/+189
2011-03-08Replace also color constants in pickup messages.Andrei Karas5-11/+48
2011-03-08Fix possible problem with buying colored item.Andrei Karas1-1/+2
2011-03-08Show item colors in buy dialog.Andrei Karas1-6/+31
2011-03-08Replace %color% and %Color% constants in item names/descriptions.Andrei Karas5-8/+85
2011-03-08Add possible colors to item popups.Andrei Karas3-6/+12
2011-03-06Add translation for some strings/ Rebuild translations and update russian tra...Andrei Karas1-8/+12
2011-03-05Update version to 1.1.3.6Andrei Karas1-2/+2
2011-03-04Fix code style.Andrei Karas18-26/+56
2011-03-04Possible solve problems with X clipboard in some systems.Andrei Karas1-8/+22
2011-03-03Add colors to buy/sell dialogs.Andrei Karas16-48/+68
2011-03-03Chnage same methods with different parameters number to different names.Andrei Karas6-7/+7
2011-03-03Add extended buy list items.Andrei Karas2-2/+11
2011-03-03Possible fix extended minimaps opacity.Andrei Karas1-0/+1
2011-03-03Merge branch 'coloritems'Andrei Karas41-147/+498
2011-03-03Add some protections to disable advanced features for old servers like tmw.Andrei Karas2-2/+10
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas15-48/+186
2011-03-02Dont show "add to trade ..." menu items if trade window is hidden.Andrei Karas1-1/+1
2011-03-02Add serverversion checks. And disable some advanced features in old servers.Andrei Karas6-24/+59
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 Karas23-52/+128
2011-02-27Remove debug log messages.Andrei Karas1-3/+0
2011-02-27Merge branch 'master' into coloritemsAndrei Karas2-2/+2
2011-02-27Fix compilation warning.Andrei Karas2-2/+2
2011-02-27Implement receiving item color from server.Andrei Karas10-32/+55
2011-02-26Allow kick player from party from context menu if player not here.Andrei Karas1-0/+20
2011-02-26Add ability to redownload update files if file checksum incorrect.Andrei Karas4-20/+37
2011-02-25Trim extra spaces from chat commands.Andrei Karas1-0/+2
2011-02-25Add tabs to spells window. Now it 5 tabs.Andrei Karas10-31/+90
2011-02-24Add to item context menu "add to trade" items.Andrei Karas1-0/+42
2011-02-20Reorder store option to the top, so it is more useful.v1.1.2.20Ben Longbons1-16/+18
2011-02-20Fix some code style and some errors.Andrei Karas12-42/+34
2011-02-19Change version to 1.1.2.20.Andrei Karas1-2/+2
2011-02-19Update copyrights.Andrei Karas515-986/+1473
2011-02-19Fix race condition in guichan bugfix.Andrei Karas4-3/+57
2011-02-18Specific messages for each pickup failure reason.Ben Longbons3-12/+48
2011-02-18Add particle notification for "Unable to pick up item."Ben Longbons1-1/+7
2011-02-18Add packet SMSG_BEING_NAME_RESPONSE2 with big being names.Andrei Karas3-0/+43
2011-02-16Fix bug in sprites replacement functionality.Andrei Karas1-2/+5
2011-02-15Fix compilation warnings.Andrei Karas1-2/+0
2011-02-15Fix compilation on Haiku and set config and data paths for it.DarkWind3-2/+11