Age | Commit message (Expand) | Author | Files | Lines |
2015-11-10 | Add support for casting status effect on ground. | Andrei Karas | 2 | -1/+25 |
2015-11-09 | Add support for ground skills. | Andrei Karas | 1 | -0/+10 |
2015-11-07 | fix code style. | Andrei Karas | 1 | -1/+2 |
2015-11-06 | Fix compilation with different flags. | Andrei Karas | 1 | -2/+2 |
2015-11-04 | Allow sell to npc many items at one time (hercules).halloween2015 | Andrei Karas | 6 | -8/+48 |
2015-11-04 | Allow buy from npc shop or from market more than one of item at one transaction. | Andrei Karas | 2 | -9/+62 |
2015-11-02 | Allow add items to npc inventory from same slot multiple times. | Andrei Karas | 2 | -1/+19 |
2015-11-02 | Add intmap defines. | Andrei Karas | 2 | -5/+4 |
2015-10-30 | Add support for npc dialog inventory theming from npc skin. | Andrei Karas | 2 | -17/+46 |
2015-10-30 | Add item container max columns limit. | Andrei Karas | 1 | -4/+4 |
2015-10-30 | Add strong typed bool enum ShowEmptyRows and use it in itemcontainer. | Andrei Karas | 1 | -1/+1 |
2015-10-30 | Allow add item by drag&drop into npc inventory to exact position. | Andrei Karas | 1 | -1/+1 |
2015-10-29 | Dont allow add same item twice into npc inventory. | Andrei Karas | 1 | -19/+1 |
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 | 1 | -0/+13 |
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 | 1 | -5/+15 |
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-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 | 2 | -7/+27 |
2015-09-11 | Fix code style. | Andrei Karas | 3 | -1/+10 |
2015-09-10 | Dont send empty mail subject. | Andrei Karas | 1 | -1/+7 |
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 | 2 | -0/+11 |
2015-09-06 | Fix closing mail edit window by top right corner. | Andrei Karas | 2 | -0/+7 |
2015-08-29 | Fix code style. | Andrei Karas | 4 | -5/+0 |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 5 | -63/+41 |
2015-08-21 | Add support for send item indexes to server. Change protocol version to 11. | Andrei Karas | 2 | -3/+67 |
2015-08-20 | Use separate icons palette. | Andrei Karas | 1 | -1/+1 |
2015-08-20 | Add ability for insert cards into items by dragging. | Andrei Karas | 2 | -0/+44 |
2015-08-20 | Show card name in insert card dialog. | Andrei Karas | 2 | -4/+19 |
2015-08-20 | Add missing checks or attributes to windows. | Andrei Karas | 35 | -268/+269 |
2015-08-16 | In all places try get item color from ItemColorManager. | Andrei Karas | 1 | -0/+1 |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 13 | -33/+48 |
2015-08-09 | Add more checks for broken nicks. | Andrei Karas | 1 | -1/+6 |
2015-08-09 | Fix key display in outfits window. | Andrei Karas | 1 | -1/+1 |
2015-08-09 | Add some missing checks to gui found by paranucker. | Andrei Karas | 5 | -8/+10 |
2015-07-30 | Change how report about broken nicks. | Andrei Karas | 1 | -7/+3 |
2015-07-27 | Fix compilation warnings. | Andrei Karas | 1 | -8/+8 |
2015-07-27 | Detect broken nicks and report in debug tab. | Andrei Karas | 1 | -0/+16 |
2015-07-25 | Fix status bar width after new field was added. | Andrei Karas | 1 | -1/+1 |
2015-07-25 | add targetingType feature | Joseph Botosh | 1 | -1/+2 |
2015-07-21 | Add missing checks and non null attributes. | Andrei Karas | 3 | -13/+33 |