Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-28 | In renderers replace ImagePattern in methods into Pattern. | Andrei Karas | 2 | -16/+16 | |
2013-12-27 | add missing static keywords into chatwindow. | Andrei Karas | 1 | -2/+4 | |
2013-12-27 | add pet emote command. | Andrei Karas | 2 | -1/+23 | |
New chat command: /emotepet emote | |||||
2013-12-27 | add missing translation comment into chatwindow. | Andrei Karas | 1 | -0/+5 | |
2013-12-27 | allow to owner talk from own pet. | Andrei Karas | 2 | -0/+36 | |
New chat command: /talkpet text | |||||
2013-12-26 | Fix being popup height if no any information about being except name. | Andrei Karas | 1 | -0/+1 | |
2013-12-26 | Show popup on pets. | Andrei Karas | 1 | -1/+2 | |
2013-12-26 | add restrict into chattab. | Andrei Karas | 5 | -10/+10 | |
2013-12-25 | add option for enable/disable pets support. | Andrei Karas | 1 | -0/+4 | |
2013-12-25 | dont show over head text if text ignored or going to trade tab. | Andrei Karas | 2 | -6/+7 | |
2013-12-23 | in npc dialog at first try split long lines by spaces. | Andrei Karas | 1 | -1/+12 | |
2013-12-23 | in npc dialog allow correct split two byte characters. | Andrei Karas | 1 | -2/+5 | |
2013-12-22 | fix sliderlist next/previous buttons. | Andrei Karas | 1 | -4/+3 | |
2013-12-22 | remove debug line. | Andrei Karas | 1 | -1/+0 | |
2013-12-22 | allow fill complete part of progress bar with images. | Andrei Karas | 7 | -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-22 | allow use different theme file for different progress bars. | Andrei Karas | 7 | -22/+34 | |
2013-12-20 | Remove advanced fonts loading. Because it may not work in some OS. | Andrei Karas | 1 | -9/+8 | |
2013-12-19 | add ability to give more than one item to npc. (evol only) | Andrei Karas | 2 | -8/+30 | |
2013-12-18 | Remove unused members from itemcontainer. | Andrei Karas | 2 | -4/+0 | |
2013-12-18 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-12-18 | fix compilation with some flags after adding restrict keywords. | Andrei Karas | 2 | -4/+3 | |
2013-12-17 | add restrict into whoisonline. | Andrei Karas | 2 | -12/+14 | |
2013-12-17 | add restrict into updaterwindow. | Andrei Karas | 2 | -16/+16 | |
2013-12-17 | add restrict into textdialog. | Andrei Karas | 2 | -4/+8 | |
2013-12-17 | add restrict into statuswindow. | Andrei Karas | 2 | -20/+19 | |
2013-12-17 | add restrict into socialwindow. | Andrei Karas | 2 | -8/+9 | |
2013-12-17 | add restrict into shortcutwindow. | Andrei Karas | 2 | -10/+10 | |
2013-12-17 | add missing const into selldialog. | Andrei Karas | 2 | -2/+2 | |
2013-12-17 | add restrict into okdialog. | Andrei Karas | 2 | -2/+4 | |
2013-12-17 | add restrict into ministatuswindow. | Andrei Karas | 2 | -4/+6 | |
2013-12-17 | add restrict into editdialog. | Andrei Karas | 2 | -4/+6 | |
2013-12-17 | add restrict into confirmdialog. | Andrei Karas | 2 | -4/+7 | |
2013-12-17 | add restrict into chatwindow. | Andrei Karas | 2 | -3/+4 | |
2013-12-17 | add restrict into widgetgroup. | Andrei Karas | 2 | -3/+4 | |
2013-12-17 | add restrict into textfield. | Andrei Karas | 2 | -8/+10 | |
2013-12-17 | add restrict into tabbedarea. | Andrei Karas | 2 | -2/+4 | |
2013-12-17 | add restrict into setuptouchitem. | Andrei Karas | 2 | -25/+29 | |
2013-12-17 | add restrict into setupitem. | Andrei Karas | 2 | -196/+221 | |
2013-12-17 | add restrict into radiobutton. | Andrei Karas | 2 | -3/+6 | |
2013-12-17 | add restrict into layout. | Andrei Karas | 2 | -6/+8 | |
2013-12-17 | add restrict into guitable. | Andrei Karas | 1 | -4/+5 | |
2013-12-17 | add missing const into dropdown. | Andrei Karas | 2 | -4/+4 | |
2013-12-17 | add restrict into checkbox. | Andrei Karas | 2 | -4/+5 | |
2013-12-17 | add restrict into button. | Andrei Karas | 2 | -14/+22 | |
2013-12-17 | add restrict into windowmenu. | Andrei Karas | 2 | -2/+2 | |
2013-12-17 | add restrict into theme. | Andrei Karas | 2 | -6/+6 | |
2013-12-17 | add restrict into gui. | Andrei Karas | 2 | -2/+4 | |
2013-12-16 | fix compilation warnings. | Andrei Karas | 2 | -8/+4 | |
2013-12-16 | fix speechbubble size. | Andrei Karas | 4 | -18/+24 | |
2013-12-16 | add ability to show emotes in text over heads. | Andrei Karas | 4 | -9/+22 | |
for this textbox replaces into browserbox in speechbubble. |