Age | Commit message (Expand) | Author | Files | Lines |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 1 | -1/+1 |
2015-11-07 | fix code style. | Andrei Karas | 1 | -1/+2 |
2015-11-02 | Allow add items to npc inventory from same slot multiple times. | Andrei Karas | 1 | -1/+17 |
2015-10-30 | Add support for npc dialog inventory theming from npc skin. | Andrei Karas | 1 | -16/+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 | 1 | -12/+22 |
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 | 1 | -17/+36 |
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 | 1 | -1/+91 |
2015-10-26 | Add packet SMSG_NPC_SKIN 0x0b1c. | Andrei Karas | 1 | -0/+4 |
2015-09-07 | Fix buttons position in npc dialog with visible avatar and input fields. | Andrei Karas | 1 | -4/+4 |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -3/+1 |
2015-08-21 | Add support for send item indexes to server. Change protocol version to 11. | Andrei Karas | 1 | -2/+63 |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -2/+2 |
2015-06-14 | Use CREATEWIDGET macro in npcdialog. | Andrei Karas | 1 | -2/+3 |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2015-06-03 | Rename packettypes.h into packettype.h | Andrei Karas | 1 | -1/+1 |
2015-06-03 | User full enum name in packets type. | Andrei Karas | 1 | -5/+15 |
2015-05-29 | Convert BeingAction enum into strong typed enum. | Andrei Karas | 1 | -1/+1 |
2015-05-29 | Use BeingTypeId in Being for subtypeid. | Andrei Karas | 1 | -1/+1 |
2015-05-29 | Add strong typed int type BeingTypeId. | Andrei Karas | 1 | -3/+3 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -6/+11 |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -6/+6 |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 1 | -0/+1 |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+0 |
2015-02-11 | Add typed bool type Equipped. | Andrei Karas | 1 | -1/+1 |
2015-02-11 | Add typed bool type Equipm. | Andrei Karas | 1 | -4/+9 |
2015-01-24 | Move inventory type into separate file. | Andrei Karas | 1 | -1/+1 |
2015-01-06 | Move pckettypes enum into separate file. | Andrei Karas | 1 | -0/+2 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-23 | Add item type to item object. | Andrei Karas | 1 | -1/+2 |
2014-12-18 | Enable browserbox variables in npcdialog and updaterwindow. | Andrei Karas | 1 | -0/+1 |
2014-10-21 | Add to item field favorite. | Andrei Karas | 1 | -1/+3 |
2014-10-21 | Add to item field damaged. | Andrei Karas | 1 | -1/+1 |
2014-10-21 | Add to item field identified. | Andrei Karas | 1 | -1/+1 |
2014-10-20 | Remove item default parameters. | Andrei Karas | 1 | -1/+4 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2014-09-17 | Remove getter for npcHandler. | Andrei Karas | 1 | -8/+8 |
2014-09-13 | Skip empty lines in npc menu. | Andrei Karas | 1 | -0/+2 |
2014-09-10 | Change format in ActorType enum. | Andrei Karas | 1 | -1/+1 |
2014-08-28 | Removed unused includes. | Andrei Karas | 1 | -1/+0 |