Age | Commit message (Expand) | Author | Files | Lines |
2015-10-30 | Add item container max columns limit. | Andrei Karas | 3 | -16/+67 |
2015-10-30 | Add strong typed bool enum ShowEmptyRows and use it in itemcontainer. | Andrei Karas | 3 | -4/+12 |
2015-10-30 | Add strong typed bool enum ForceQuantity. | Andrei Karas | 2 | -5/+9 |
2015-10-30 | Add support in themes to draw each inventory cell background. | Andrei Karas | 2 | -3/+165 |
2015-10-30 | Allow set width or height to zero in theme xmls. This mean image not exists. | Andrei Karas | 1 | -2/+4 |
2015-10-30 | Allow add item by drag&drop into npc inventory to exact position. | Andrei Karas | 2 | -3/+4 |
2015-10-29 | Dont allow add same item twice into npc inventory. | Andrei Karas | 2 | -36/+3 |
2015-10-29 | Ignore npc dialog skin if skin not exists. | Andrei Karas | 2 | -12/+25 |
2015-10-28 | Move all npc dialog menu related skin elements into menu tag. | Andrei Karas | 1 | -3/+9 |
2015-10-28 | Add text object to skined npc menus. | Andrei Karas | 1 | -1/+25 |
2015-10-28 | Not allow close skined npc menu by ok event. | Andrei Karas | 1 | -7/+10 |
2015-10-28 | Remove clear and submit button from skinned npc menu. | Andrei Karas | 1 | -8/+0 |
2015-10-28 | Add support for images in npc skined menu. | Andrei Karas | 3 | -6/+30 |
2015-10-28 | In npc skinned dialogs add support for hide text part from npc window. | Andrei Karas | 2 | -17/+37 |
2015-10-28 | Add support for add images into buttons in skinned npc dialogs. | Andrei Karas | 2 | -5/+21 |
2015-10-27 | Impliment npc menu skins based on previous commits. | Andrei Karas | 2 | -1/+102 |
2015-10-26 | Add packet SMSG_NPC_SKIN 0x0b1c. | Andrei Karas | 2 | -0/+6 |
2015-10-25 | Add separate flags for enable/disable gui opacity. | Andrei Karas | 1 | -0/+4 |
2015-10-24 | Fix typo. | Andrei Karas | 1 | -1/+1 |
2015-10-14 | Add option for show why player disappeared. Can be usefull for GM's. | Andrei Karas | 1 | -0/+4 |
2015-10-04 | Dont show popup in inventory if mouse present outside of item rectangle. | Andrei Karas | 2 | -2/+4 |
2015-10-03 | If trade tab disabled, try show TRADE messages in general tab. | Andrei Karas | 1 | -0/+8 |
2015-09-21 | Add option for auto target skill to closest target. | Andrei Karas | 3 | -7/+31 |
2015-09-20 | Allow set gui opacity 100% on windows. | Andrei Karas | 1 | -1/+1 |
2015-09-15 | Fix Ukrainian language name. | Andrei Karas | 1 | -1/+1 |
2015-09-11 | Fix code style. | Andrei Karas | 5 | -4/+11 |
2015-09-11 | Fix compilation with disabled eathena server type. | Andrei Karas | 2 | -0/+6 |
2015-09-10 | Dont send empty mail subject. | Andrei Karas | 1 | -1/+7 |
2015-09-10 | Add mouse move simulation. After char id to name mapping received, simulate m... | Andrei Karas | 5 | -5/+26 |
2015-09-10 | Show name on named items. | Andrei Karas | 1 | -11/+42 |
2015-09-08 | Add some missing item colors. | Andrei Karas | 2 | -5/+3 |
2015-09-07 | Fix buttons position in npc dialog with visible avatar and input fields. | Andrei Karas | 1 | -4/+4 |
2015-09-06 | Set to all quests value 0 by default. | Andrei Karas | 1 | -0/+1 |
2015-09-06 | Add option for creating screenshots on each complete trade. | Andrei Karas | 3 | -0/+15 |
2015-09-06 | Fix closing mail edit window by top right corner. | Andrei Karas | 2 | -0/+7 |
2015-09-06 | Use cached image for drawing text in progressbar. | Andrei Karas | 2 | -27/+61 |
2015-09-05 | Add option for enable manamarket intergration and support /mail command. (for... | Andrei Karas | 1 | -0/+5 |
2015-08-29 | Fix code style. | Andrei Karas | 4 | -5/+0 |
2015-08-28 | Add to language selection list language Chinese (Hong Kong). | Andrei Karas | 1 | -1/+3 |
2015-08-28 | Fix typo. | Andrei Karas | 1 | -1/+1 |
2015-08-25 | Add Ukrainian language to language selection list. | Andrei Karas | 1 | -2/+4 |
2015-08-25 | Add Catalan language to language selection list. | Andrei Karas | 1 | -4/+6 |
2015-08-24 | Add missing resource manager init into unit tests. | Andrei Karas | 1 | -0/+1 |
2015-08-24 | Fix unit tests. | Andrei Karas | 1 | -3/+2 |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 14 | -94/+60 |
2015-08-21 | Add support for send item indexes to server. Change protocol version to 11. | Andrei Karas | 2 | -3/+67 |
2015-08-21 | Use item tag for dragged items. | Andrei Karas | 1 | -1/+5 |
2015-08-20 | Use separate icons palette. | Andrei Karas | 2 | -2/+2 |
2015-08-20 | Add ability for insert cards into items by dragging. | Andrei Karas | 3 | -0/+57 |
2015-08-20 | Show card name in insert card dialog. | Andrei Karas | 2 | -4/+19 |