summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Add support for casting status effect on ground.Andrei Karas10-10/+157
2015-11-10Add fail summon skill error handling.Andrei Karas2-1/+6
2015-11-10Decode some more skill errors.Andrei Karas2-0/+44
2015-11-10Add method into iteminfo for return link to item.Andrei Karas2-0/+7
2015-11-09Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL.Andrei Karas1-11/+22
2015-11-09Add skill unit support in most files excluding net code.Andrei Karas3-4/+48
2015-11-09Add skill unit db.Andrei Karas6-0/+215
2015-11-09Add SkillUnit actor type.Andrei Karas1-1/+2
2015-11-09Impliment packet SMSG_BEING_SLIDE.Andrei Karas1-4/+14
2015-11-09Add support for ground skills.Andrei Karas3-0/+17
2015-11-08Move code for converting mouse position to tile into separate function.Andrei Karas2-33/+47
2015-11-08Dont try to show empty notifications. Only play sound if present.Andrei Karas1-1/+14
2015-11-07Fix reporting about missing status effects.Andrei Karas1-1/+8
2015-11-07Add missing check in being popup.Andrei Karas1-0/+2
2015-11-07Change version to 1.5.11.7.v1.5.11.7Andrei Karas1-2/+2
2015-11-07Fix compilation with some flags.Andrei Karas2-0/+2
2015-11-07fix code style.Andrei Karas8-12/+7
2015-11-06Fix compilation with different flags.Andrei Karas1-2/+2
2015-11-04Allow sell to npc many items at one time (hercules).halloween2015Andrei Karas13-16/+126
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas24-12/+257
2015-11-03Fix removing items from npc inventory (restore amount in player inventory)Andrei Karas3-1/+26
2015-11-02Add some missing checks in renderers.Andrei Karas5-0/+10
2015-11-02Allow add items to npc inventory from same slot multiple times.Andrei Karas5-12/+78
2015-11-02Add intmap defines.Andrei Karas10-27/+57
2015-11-02Fix compilation with different flags.Andrei Karas1-6/+6
2015-11-01Fix cart inventory initialisation if was no items in cart inventory.Andrei Karas1-1/+16
2015-11-01Show enabled status effects in player popups.Andrei Karas5-4/+60
2015-11-01Add strong typed bool enum donotalign.Andrei Karas7-8/+39
2015-11-01Add strong typed bool enum on the fly.Andrei Karas7-29/+68
2015-10-31Add strong typed bool enum separator.Andrei Karas6-5/+37
2015-10-31Add strong typed bool enum usebase64.Andrei Karas7-14/+47
2015-10-31Add strong typed bool enum mainconfig.Andrei Karas13-62/+111
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas8-6/+78
2015-10-31Add NOBLOCK input actions condition. This mean if player not blocked by speci...Andrei Karas3-6/+19
2015-10-31Move away message to per server configuration file.Andrei Karas4-4/+7
2015-10-31By default show bank and mail buttons at top right corner.Andrei Karas1-2/+2
2015-10-31Fix compilation warning.Andrei Karas1-3/+2
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas9-17/+118
2015-10-30Allow drag&drop items inside npc item container.Andrei Karas2-4/+46
2015-10-30Fix resize item container in npc dialog.Andrei Karas1-3/+5
2015-10-30Add item container max columns limit.Andrei Karas3-16/+67
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas6-4/+42
2015-10-30Add strong typed bool enum ForceQuantity.Andrei Karas5-5/+39
2015-10-30Add support in themes to draw each inventory cell background.Andrei Karas2-3/+165
2015-10-30Allow set width or height to zero in theme xmls. This mean image not exists.Andrei Karas1-2/+4
2015-10-30Fix compilation warning.Andrei Karas1-1/+3
2015-10-30Allow add item by drag&drop into npc inventory to exact position.Andrei Karas4-16/+36
2015-10-29Dont allow add same item twice into npc inventory.Andrei Karas6-38/+46
2015-10-29Ignore npc dialog skin if skin not exists.Andrei Karas2-12/+25
2015-10-29Add missing file.Andrei Karas3-0/+48