Age | Commit message (Expand) | Author | Files | Lines |
2014-01-12 | fix compilation warnings. | Andrei Karas | 2 | -8/+8 |
2014-01-12 | fix context menu for pets. | Andrei Karas | 1 | -2/+1 |
2014-01-11 | add support for multiply pets for one player at same time. | Andrei Karas | 1 | -2/+2 |
2014-01-10 | If no mods present show message about it in mods settings tab. | Andrei Karas | 1 | -0/+7 |
2014-01-10 | fix dirs and files enumeration in some systems. | Andrei Karas | 1 | -1/+1 |
2014-01-10 | fix mods loading from update server patches. | Andrei Karas | 1 | -1/+4 |
2014-01-10 | Possible load mods from local/ dir also. | Andrei Karas | 1 | -2/+13 |
2014-01-09 | add mods loading based on settings. | Andrei Karas | 2 | -11/+116 |
2014-01-09 | add ability to notify setup pages about disconnect from server. | Andrei Karas | 10 | -2/+57 |
2014-01-09 | add mods tab in settings. | Andrei Karas | 9 | -2/+210 |
2014-01-08 | fix skilldb loading. | Andrei Karas | 1 | -1/+1 |
2014-01-08 | Remove duplicate variables from some classes. | Andrei Karas | 9 | -34/+14 |
2014-01-07 | In input fields add support for combinations Ctrl+left, Ctrl+right. | Andrei Karas | 2 | -148/+235 |
2014-01-07 | Show job bar by default in new configs. | Andrei Karas | 1 | -1/+1 |
2014-01-06 | add ability to include config parts from subdirs for other dbs. | Andrei Karas | 2 | -0/+6 |
2014-01-06 | add patch files support for other xml dbs. | Andrei Karas | 2 | -0/+2 |
2014-01-06 | add support for include in skills.xml, ea-skills.xml. | Andrei Karas | 2 | -15/+23 |
2014-01-06 | remove support for skills for very old tmw servers. | Andrei Karas | 1 | -43/+0 |
2014-01-06 | add support for include in quests.xml. | Andrei Karas | 2 | -5/+12 |
2014-01-06 | simplify files enumerate function usage. | Andrei Karas | 1 | -26/+3 |
2014-01-06 | Add missing npc font settings. | Andrei Karas | 4 | -4/+31 |
2014-01-06 | add missing auto switch font to japanese or chinese for npc font. | Andrei Karas | 1 | -5/+18 |
2014-01-05 | Add chinese font auto usage if detected chinese locale. | Andrei Karas | 5 | -1/+43 |
2014-01-03 | fix server config saving if select switch character or switch server. | Andrei Karas | 1 | -0/+1 |
2014-01-02 | fix itempopup update if old and new item is unknown. | Andrei Karas | 2 | -1/+9 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 294 | -294/+294 |
2013-12-31 | fix code style. | Andrei Karas | 5 | -8/+4 |
2013-12-30 | Improve drawRescaledImage in renderers. | Andrei Karas | 1 | -3/+1 |
2013-12-30 | fix overhead text popups order. Now it drawed always below any windows. | Andrei Karas | 4 | -0/+32 |
2013-12-29 | improve draw image calls. | Andrei Karas | 26 | -50/+46 |
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 |
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 |
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 |
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 |