summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-01-29Use appname in user agents string while downloading files.Andrei Karas1-2/+2
2012-01-28Add support for processing player statuses in evol server.Andrei Karas3-30/+66
2012-01-28Add basic support for extended online list on evol server.Andrei Karas3-57/+156
2012-01-27Cleanup outfits keys handling.Andrei Karas1-361/+18
2012-01-25Save camera mode before speaking with npc and restore after.Andrei Karas3-2/+50
2012-01-25Fix code style.Andrei Karas1-1/+6
2012-01-24Fix branding issues. Like incorrect default app name, not connecting to server.Andrei Karas1-2/+6
2012-01-24Fix possible crash in server change.Andrei Karas1-0/+1
2012-01-23Add moving camera commands from npc.Andrei Karas2-0/+49
2012-01-22Add tab names P and F to translation.Andrei Karas1-2/+4
2012-01-22Add to translation word "key" from top right buttons.Andrei Karas1-1/+1
2012-01-22Replace particle font to japan font if need.Andrei Karas1-5/+14
2012-01-22Made the update window bigger and resizableThorbjørn Lindeijer1-3/+7
2012-01-21Change server list url to manaplus host.Andrei Karas1-2/+5
2012-01-21Fix more warnings.Andrei Karas3-7/+7
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas10-12/+14
2012-01-19Prevent adding double attributes to status window.Andrei Karas3-1/+14
2012-01-19In server dialog load by default all servers from external servers list.Andrei Karas1-1/+1
2012-01-19Allow pickup item with mouse under player.Andrei Karas1-3/+11
2012-01-18Fix crash if pickup items.Andrei Karas2-19/+29
2012-01-17Add friends tab to social window.Andrei Karas3-7/+147
2012-01-16Fix players online status in chat in evol server.Andrei Karas1-0/+2
2012-01-15Add support moving shortcuts like windows by header.Andrei Karas2-0/+42
2012-01-14fix adding gcc 4.7 support.Andrei Karas2-2/+2
2012-01-14Add additional pixel in shortcuts like windows for better moving.Andrei Karas1-2/+2
2012-01-13Fix possible incorrect memory access.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas5-15/+17
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas5-19/+19
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas6-12/+12
2012-01-08Add check for update files path.Andrei Karas1-2/+3
2012-01-08Validate update host.Andrei Karas1-2/+10
2012-01-07Remove "> Next" from npc dialogs.Andrei Karas1-1/+0
2012-01-07Allow use bold text also if browser box line was splitted.Andrei Karas1-2/+1
2012-01-06Fix crash in chat autocomplete if no current chat tab.Andrei Karas1-1/+2
2012-01-05Update copyrights year.Andrei Karas222-222/+222
2012-01-04Add chat command /dumpt for dumping last testing values.Andrei Karas1-0/+1
2011-12-26Add clear current outfit option to outfits context menu.Andrei Karas3-6/+17
2011-12-25Allow close npc dialog if server script working incorrectly.Andrei Karas1-4/+3
2011-12-24Fix compilation with external guichan.Andrei Karas1-0/+1
2011-12-23Fix code style and some auto checked errors.Andrei Karas2-3/+3
2011-12-22Fix create char dialog size and widgets positions.Andrei Karas1-11/+12
2011-12-14Add last login time to char selection dialog.Andrei Karas2-0/+3
2011-12-08Add variables for any chat text/commands.Andrei Karas2-0/+8
2011-12-08Add to combined menu also floor items.Andrei Karas3-7/+39
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas4-7/+38
2011-12-05A bit improve speed in getting color from theme.Andrei Karas4-9/+23
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas6-2/+102
2011-12-02Fix some issues after automatic code checking.Andrei Karas2-4/+3
2011-11-30Add limits for online list packet.Andrei Karas1-4/+7
2011-11-30Add server side online players list support.Andrei Karas2-68/+160