Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-16 | Fix code style. | Andrei Karas | 2 | -3/+2 | |
2015-11-14 | Fix attack sprite actions. Add ride attack action. | Andrei Karas | 4 | -11/+39 | |
2015-11-14 | Add cast action to beings. | Andrei Karas | 2 | -0/+8 | |
2015-11-14 | Remove unused sprite action mapping. | Andrei Karas | 2 | -10/+1 | |
2015-11-10 | Add method into iteminfo for return link to item. | Andrei Karas | 2 | -0/+7 | |
2015-11-09 | Add skill unit db. | Andrei Karas | 2 | -0/+205 | |
2015-11-07 | Fix compilation with some flags. | Andrei Karas | 1 | -0/+1 | |
2015-11-07 | fix code style. | Andrei Karas | 3 | -7/+3 | |
2015-11-02 | Add intmap defines. | Andrei Karas | 3 | -15/+15 | |
2015-10-30 | Add support for npc dialog inventory theming from npc skin. | Andrei Karas | 3 | -0/+55 | |
2015-10-29 | Add missing file. | Andrei Karas | 1 | -0/+46 | |
2015-10-28 | Move all npc dialog menu related skin elements into menu tag. | Andrei Karas | 2 | -16/+26 | |
2015-10-28 | Add text object to skined npc menus. | Andrei Karas | 3 | -0/+70 | |
2015-10-28 | Add support for images in npc skined menu. | Andrei Karas | 3 | -0/+63 | |
2015-10-28 | In npc skinned dialogs add support for hide text part from npc window. | Andrei Karas | 2 | -1/+5 | |
2015-10-28 | Add support for add images into buttons in skinned npc dialogs. | Andrei Karas | 2 | -4/+18 | |
2015-10-27 | Impliment npc menu skins based on previous commits. | Andrei Karas | 2 | -0/+12 | |
2015-10-26 | Add basic npc dialog db loading. | Andrei Karas | 4 | -0/+282 | |
2015-10-25 | Dont reduce map layers with any conditional attributes. | Andrei Karas | 1 | -0/+17 | |
2015-10-23 | Fix code style. | Andrei Karas | 3 | -8/+15 | |
2015-10-22 | Fix drawing map after last changes with conditional tiles. | Andrei Karas | 1 | -4/+11 | |
2015-10-22 | Add support for layer property ConditionLayer for future usage. | Andrei Karas | 1 | -0/+10 | |
2015-10-21 | Add support for layers with conditional tiles. | Andrei Karas | 6 | -8/+66 | |
For enable this mode for layer need add property: TileCondition and set value to one of BlockMask bits. | |||||
2015-10-21 | Add map layer attribute TileCondition. | Andrei Karas | 3 | -5/+19 | |
2015-10-19 | Add extended riding support (hercules) | Andrei Karas | 1 | -0/+2 | |
2015-10-18 | Add support for multiply sprites in each horse part. | Andrei Karas | 4 | -30/+37 | |
Also fix horse sprites actions issue. | |||||
2015-10-18 | Change a bit horses.xml format. | Andrei Karas | 1 | -16/+52 | |
2015-10-18 | Split horse into two sprites before player and after player. | Andrei Karas | 2 | -16/+39 | |
2015-10-17 | Improve a bit dyes. | Andrei Karas | 1 | -26/+28 | |
2015-10-16 | Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules) | Andrei Karas | 2 | -4/+47 | |
This allow change collision types from server. | |||||
2015-10-15 | Rename blockTile to AddBlockMask in map. | Andrei Karas | 3 | -10/+10 | |
2015-10-15 | Simplify setWall function in map. | Andrei Karas | 2 | -2/+2 | |
2015-10-15 | Remove CHARACTER and MONSTER block mask and block type because it unused. | Andrei Karas | 5 | -12/+4 | |
2015-10-15 | Remove old mana forgotten memory allocations from map. | Andrei Karas | 2 | -46/+27 | |
This can reduce memory usage by near 1 MB. | |||||
2015-10-15 | Convert BlockType into strong typed enum. | Andrei Karas | 3 | -8/+8 | |
2015-10-14 | Add option for show why player disappeared. Can be usefull for GM's. | Andrei Karas | 1 | -0/+20 | |
Located in settings / players / Log players actions (for GM) | |||||
2015-10-13 | Add npc attribute what allow or prevent removing npc after out of sight. | Andrei Karas | 3 | -1/+12 | |
New npc attribute: allowDelete | |||||
2015-10-11 | Add structure for tile object. | Andrei Karas | 4 | -20/+63 | |
Now it contains only image pointer. | |||||
2015-10-09 | Fix code style. | Andrei Karas | 4 | -7/+1 | |
2015-10-03 | Extend walkMask being xml attribute. | Andrei Karas | 1 | -12/+24 | |
Now it also support 'all' and 'wall' attributes. Also allow set walk mask by complex values like this: walkMask="water,wall" | |||||
2015-10-02 | Allow read "walkType" attributes from xml for all being types. | Andrei Karas | 4 | -45/+17 | |
2015-09-09 | Remove text messages from removing items notifications. | Andrei Karas | 1 | -20/+10 | |
2015-09-09 | Add also notification about dropped item. | Andrei Karas | 1 | -0/+4 | |
2015-09-09 | Show reason for item removing. | Andrei Karas | 1 | -1/+36 | |
2015-09-09 | Add unequip error notification. | Andrei Karas | 1 | -0/+4 | |
2015-09-05 | Add support for inherit attribute in items.xml. | Andrei Karas | 2 | -9/+82 | |
It allow inherit most simple item options. | |||||
2015-09-02 | Fix typos. | Andrei Karas | 1 | -2/+2 | |
2015-08-29 | Fix code style. | Andrei Karas | 3 | -4/+9 | |
2015-08-23 | Impliment packet SMSG_PET_CATCH_PROCESS. | Andrei Karas | 1 | -0/+4 | |
2015-08-22 | Impliment packet SMSG_IGNORE_NICK_ACK. | Andrei Karas | 1 | -0/+32 | |