Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | Add support for invoke ground skill with text parameter. | Andrei Karas | 3 | -4/+39 |
2015-11-12 | Add skill xml flag useTextParameter. | Andrei Karas | 3 | -1/+5 |
2015-11-12 | Remove manaserv related flag for use mana bar. | Andrei Karas | 4 | -47/+28 |
2015-11-12 | Remove old manaserv related code from status window. | Andrei Karas | 5 | -51/+2 |
2015-11-12 | Improve a bit particles creation. | Andrei Karas | 3 | -10/+10 |
2015-11-11 | Fix compilation warning. | Andrei Karas | 1 | -2/+0 |
2015-11-11 | In personal shops in sell dialog shop no existing items with amount 0 and dis... | Andrei Karas | 6 | -19/+40 |
2015-11-11 | Fix attibutes left label in char create dialog. | Andrei Karas | 1 | -6/+12 |
2015-11-11 | Fix buttons position in char create dialog in very small screen size. | Andrei Karas | 1 | -2/+14 |
2015-11-11 | Add some theme parameters for char create dialog. | Andrei Karas | 1 | -11/+13 |
2015-11-11 | Fix char create dialog height. | Andrei Karas | 2 | -5/+16 |
2015-11-10 | Fix compilation with C++11 flags. | Andrei Karas | 1 | -0/+2 |
2015-11-10 | Add close button to all shortcuts windows. | Andrei Karas | 4 | -2/+14 |
2015-11-10 | Add close to minimap context menu. | Andrei Karas | 4 | -5/+19 |
2015-11-10 | Add support for casting status effect on ground. | Andrei Karas | 10 | -10/+157 |
2015-11-10 | Add fail summon skill error handling. | Andrei Karas | 2 | -1/+6 |
2015-11-10 | Decode some more skill errors. | Andrei Karas | 2 | -0/+44 |
2015-11-10 | Add method into iteminfo for return link to item. | Andrei Karas | 2 | -0/+7 |
2015-11-09 | Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL. | Andrei Karas | 1 | -11/+22 |
2015-11-09 | Add skill unit support in most files excluding net code. | Andrei Karas | 3 | -4/+48 |
2015-11-09 | Add skill unit db. | Andrei Karas | 6 | -0/+215 |
2015-11-09 | Add SkillUnit actor type. | Andrei Karas | 1 | -1/+2 |
2015-11-09 | Impliment packet SMSG_BEING_SLIDE. | Andrei Karas | 1 | -4/+14 |
2015-11-09 | Add support for ground skills. | Andrei Karas | 3 | -0/+17 |
2015-11-08 | Move code for converting mouse position to tile into separate function. | Andrei Karas | 2 | -33/+47 |
2015-11-08 | Dont try to show empty notifications. Only play sound if present. | Andrei Karas | 1 | -1/+14 |
2015-11-07 | Fix reporting about missing status effects. | Andrei Karas | 1 | -1/+8 |
2015-11-07 | Add missing check in being popup. | Andrei Karas | 1 | -0/+2 |
2015-11-07 | Change version to 1.5.11.7.v1.5.11.7 | Andrei Karas | 1 | -2/+2 |
2015-11-07 | Fix compilation with some flags. | Andrei Karas | 2 | -0/+2 |
2015-11-07 | fix code style. | Andrei Karas | 8 | -12/+7 |
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 | 13 | -16/+126 |
2015-11-04 | Allow buy from npc shop or from market more than one of item at one transaction. | Andrei Karas | 24 | -12/+257 |
2015-11-03 | Fix removing items from npc inventory (restore amount in player inventory) | Andrei Karas | 3 | -1/+26 |
2015-11-02 | Add some missing checks in renderers. | Andrei Karas | 5 | -0/+10 |
2015-11-02 | Allow add items to npc inventory from same slot multiple times. | Andrei Karas | 5 | -12/+78 |
2015-11-02 | Add intmap defines. | Andrei Karas | 10 | -27/+57 |
2015-11-02 | Fix compilation with different flags. | Andrei Karas | 1 | -6/+6 |
2015-11-01 | Fix cart inventory initialisation if was no items in cart inventory. | Andrei Karas | 1 | -1/+16 |
2015-11-01 | Show enabled status effects in player popups. | Andrei Karas | 5 | -4/+60 |
2015-11-01 | Add strong typed bool enum donotalign. | Andrei Karas | 7 | -8/+39 |
2015-11-01 | Add strong typed bool enum on the fly. | Andrei Karas | 7 | -29/+68 |
2015-10-31 | Add strong typed bool enum separator. | Andrei Karas | 6 | -5/+37 |
2015-10-31 | Add strong typed bool enum usebase64. | Andrei Karas | 7 | -14/+47 |
2015-10-31 | Add strong typed bool enum mainconfig. | Andrei Karas | 13 | -62/+111 |
2015-10-31 | Add support for dead trick status effect (hercules) | Andrei Karas | 8 | -6/+78 |
2015-10-31 | Add NOBLOCK input actions condition. This mean if player not blocked by speci... | Andrei Karas | 3 | -6/+19 |
2015-10-31 | Move away message to per server configuration file. | Andrei Karas | 4 | -4/+7 |
2015-10-31 | By default show bank and mail buttons at top right corner. | Andrei Karas | 1 | -2/+2 |