summaryrefslogtreecommitdiff
path: root/src/gui/windows
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 Karas2-1/+24
Show mods page only if connected to server.
2014-01-09add mods tab in settings.Andrei Karas1-2/+4
2014-01-08fix skilldb loading.Andrei Karas1-1/+1
2014-01-08Remove duplicate variables from some classes.Andrei Karas3-7/+4
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-03fix server config saving if select switch character or switch server.Andrei Karas1-0/+1
2014-01-01update copyright year in all sources.Andrei Karas90-90/+90
2013-12-29improve draw image calls.Andrei Karas4-12/+8
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-25dont show over head text if text ignored or going to trade tab.Andrei Karas2-6/+7
2013-12-22allow fill complete part of progress bar with images.Andrei Karas5-18/+31
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 Karas5-19/+30
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas2-8/+30
2013-12-18fix code style.Andrei Karas1-1/+1
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
2013-12-17add restrict into shortcutwindow.Andrei Karas2-10/+10
2013-12-17add missing const into selldialog.Andrei Karas2-2/+2
2013-12-17add restrict into okdialog.Andrei Karas2-2/+4
2013-12-17add restrict into ministatuswindow.Andrei Karas2-4/+6
2013-12-17add restrict into editdialog.Andrei Karas2-4/+6
2013-12-17add restrict into confirmdialog.Andrei Karas2-4/+7
2013-12-17add restrict into chatwindow.Andrei Karas2-3/+4
2013-12-16fix compilation warnings.Andrei Karas1-2/+2
2013-12-15in updater window cut news to 50 lines and show link to full news.Andrei Karas2-2/+34
2013-12-15rename drawTile methods into separate names drawTileVertexes, ↵Andrei Karas1-1/+1
drawTileCollection.
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-3/+4
2013-12-14Improve a bit separate images drawing.Andrei Karas4-9/+12
2013-12-13fix help window initialisation.Andrei Karas1-0/+1
2013-12-13add theme file for connection dialog.Andrei Karas1-1/+1
2013-12-12fix chat tabs scrolling issue with enabled colors picker.Andrei Karas2-0/+15
2013-12-11fix bot checker window in some themes.Andrei Karas1-8/+13
2013-12-10allow set smaller size for shortcuts containers.Andrei Karas1-11/+12
2013-12-09add color for away chat messages.Andrei Karas1-1/+1
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE.
2013-12-09Add text colors for job bar.Andrei Karas2-1/+3
New theme colors: JOB_BAR, JOB_BAR_OUTLINE
2013-12-09Add text colors for status (yellow) bar.Andrei Karas1-1/+1
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE
2013-12-09add background color for status (yellow) bar.Andrei Karas1-1/+1
New progress color: STATUS.