summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2014-01-10Possible load mods from local/ dir also.Andrei Karas1-2/+13
2014-01-09add mods loading based on settings.Andrei Karas2-11/+116
2014-01-09add ability to notify setup pages about disconnect from server.Andrei Karas10-2/+57
Show mods page only if connected to server.
2014-01-09add mods tab in settings.Andrei Karas9-2/+210
2014-01-08fix skilldb loading.Andrei Karas1-1/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas9-34/+14
2014-01-07In input fields add support for combinations Ctrl+left, Ctrl+right.Andrei Karas2-148/+235
2014-01-07Show job bar by default in new configs.Andrei Karas1-1/+1
2014-01-06add ability to include config parts from subdirs for other dbs.Andrei Karas2-0/+6
2014-01-06add patch files support for other xml dbs.Andrei Karas2-0/+2
2014-01-06add support for include in skills.xml, ea-skills.xml.Andrei Karas2-15/+23
2014-01-06remove support for skills for very old tmw servers.Andrei Karas1-43/+0
2014-01-06add support for include in quests.xml.Andrei Karas2-5/+12
2014-01-06simplify files enumerate function usage.Andrei Karas1-26/+3
2014-01-06Add missing npc font settings.Andrei Karas4-4/+31
2014-01-06add missing auto switch font to japanese or chinese for npc font.Andrei Karas1-5/+18
2014-01-05Add chinese font auto usage if detected chinese locale.Andrei Karas5-1/+43
2014-01-03fix server config saving if select switch character or switch server.Andrei Karas1-0/+1
2014-01-02fix itempopup update if old and new item is unknown.Andrei Karas2-1/+9
2014-01-01update copyright year in all sources.Andrei Karas294-294/+294
2013-12-31fix code style.Andrei Karas5-8/+4
2013-12-30Improve drawRescaledImage in renderers.Andrei Karas1-3/+1
2013-12-30fix overhead text popups order. Now it drawed always below any windows.Andrei Karas4-0/+32
2013-12-29improve draw image calls.Andrei Karas26-50/+46
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas2-16/+16
2013-12-27add missing static keywords into chatwindow.Andrei Karas1-2/+4
2013-12-27add pet emote command.Andrei Karas2-1/+23
New chat command: /emotepet emote
2013-12-27add missing translation comment into chatwindow.Andrei Karas1-0/+5
2013-12-27allow to owner talk from own pet.Andrei Karas2-0/+36
New chat command: /talkpet text
2013-12-26Fix being popup height if no any information about being except name.Andrei Karas1-0/+1
2013-12-26Show popup on pets.Andrei Karas1-1/+2
2013-12-26add restrict into chattab.Andrei Karas5-10/+10
2013-12-25add option for enable/disable pets support.Andrei Karas1-0/+4
2013-12-25dont show over head text if text ignored or going to trade tab.Andrei Karas2-6/+7
2013-12-23in npc dialog at first try split long lines by spaces.Andrei Karas1-1/+12
2013-12-23in npc dialog allow correct split two byte characters.Andrei Karas1-2/+5
2013-12-22fix sliderlist next/previous buttons.Andrei Karas1-4/+3
2013-12-22remove debug line.Andrei Karas1-1/+0
2013-12-22allow fill complete part of progress bar with images.Andrei Karas7-22/+81
For this need add in progress bar theme file option fillImage and set it to 1. Then add progress bar xml file for image with name: name_fill.xml. Default is: progressbar_fill.xml New theme option: fillImage New theme file (default name): progressbar_fill.xml
2013-12-22allow use different theme file for different progress bars.Andrei Karas7-22/+34
2013-12-20Remove advanced fonts loading. Because it may not work in some OS.Andrei Karas1-9/+8
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas2-8/+30
2013-12-18Remove unused members from itemcontainer.Andrei Karas2-4/+0
2013-12-18fix code style.Andrei Karas1-1/+1
2013-12-18fix compilation with some flags after adding restrict keywords.Andrei Karas2-4/+3
2013-12-17add restrict into whoisonline.Andrei Karas2-12/+14
2013-12-17add restrict into updaterwindow.Andrei Karas2-16/+16
2013-12-17add restrict into textdialog.Andrei Karas2-4/+8
2013-12-17add restrict into statuswindow.Andrei Karas2-20/+19
2013-12-17add restrict into socialwindow.Andrei Karas2-8/+9