summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2011-03-06Add translation for some strings/ Rebuild translations and update russian tra...Andrei Karas1-8/+12
2011-03-04Fix code style.Andrei Karas7-8/+18
2011-03-03Add colors to buy/sell dialogs.Andrei Karas7-31/+37
2011-03-03Chnage same methods with different parameters number to different names.Andrei Karas5-5/+5
2011-03-03Possible fix extended minimaps opacity.Andrei Karas1-0/+1
2011-03-03Merge branch 'coloritems'Andrei Karas4-14/+17
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-4/+4
2011-03-02Dont show "add to trade ..." menu items if trade window is hidden.Andrei Karas1-1/+1
2011-02-27First part of implimintation item colors.Andrei Karas1-1/+2
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 Karas2-9/+11
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 Karas2-1/+15
2011-02-25Add tabs to spells window. Now it 5 tabs.Andrei Karas3-11/+28
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 Karas6-37/+24
2011-02-19Update copyrights.Andrei Karas210-398/+597
2011-02-19Fix race condition in guichan bugfix.Andrei Karas2-3/+55
2011-02-15Add auto wrap and lines limit for npc dialogs.Andrei Karas1-1/+2
2011-02-15Replace in npc dialogs textbox to browserbox. This allow use links, colors, etc.Andrei Karas3-15/+30
2011-02-13Add arrows bar.Andrei Karas5-1/+39
2011-02-13Add money bar.Andrei Karas4-0/+36
2011-02-13Start/Stop playing music after enable/disable music.Andrei Karas1-2/+21
2011-02-10Add to text popups bar name in top left corner.Andrei Karas3-6/+54
2011-02-10Add inventory slots bar in top left corner (hidden by default).Andrei Karas4-6/+53
2011-02-10Add weight bar to top left corner (hidden by default).Andrei Karas4-0/+36
2011-02-10Fix memory leak on exit in windowmenu.Andrei Karas1-0/+11
2011-02-10Impliment show/hide bars in left top corner.Andrei Karas6-39/+206
2011-02-08Fixing saving state of buttons in top right corner.Andrei Karas1-0/+2
2011-02-08Merge branch 'minimaps'Andrei Karas3-9/+61
2011-02-08Fixing code style and adding configuration option for extented minimaps.Andrei Karas3-23/+62
2011-02-08Fix showing buttons in up right corner.Andrei Karas1-0/+6
2011-02-08Possibly buggy patch to autogenerate minimapBen Longbons1-1/+14
2011-02-07Add ability to show/hide buttons in top right window corner.Andrei Karas6-6/+148
2011-02-04Update item amount in sell dialog.Andrei Karas1-6/+21
2011-02-03Add option to enable\disable player popups.Andrei Karas4-3/+25
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas3-2/+14
2011-02-01Add ability to enable/disable manaserv with embedded enet.Andrei Karas1-0/+2
2011-02-01Possible guichan mouseevent bug fix.Andrei Karas2-0/+112
2011-01-28Fix code style and some new compilation warnings.Andrei Karas7-8/+14
2011-01-27Show job exp in battle tab.Andrei Karas1-0/+22
2011-01-26Add option to show/hide job messages.Andrei Karas2-0/+18
2011-01-25Fix possible invisible items in inventory.Andrei Karas2-1/+4
2011-01-24Fix in fixing job level after level up in broken servers.Andrei Karas1-1/+1
2011-01-23Add some protection in predicting job level.Andrei Karas2-13/+40
2011-01-23Change online list time out from 10 to 30 seconds.Andrei Karas1-1/+1
2011-01-23Recover job experience limit from old job level.Andrei Karas1-3/+14
2011-01-23Fix possible negative job level with tmw server.Andrei Karas1-2/+9