summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas3-0/+55
2015-10-29Add missing file.Andrei Karas1-0/+46
2015-10-28Move all npc dialog menu related skin elements into menu tag.Andrei Karas2-16/+26
2015-10-28Add text object to skined npc menus.Andrei Karas3-0/+70
2015-10-28Add support for images in npc skined menu.Andrei Karas3-0/+63
2015-10-28In npc skinned dialogs add support for hide text part from npc window.Andrei Karas2-1/+5
2015-10-28Add support for add images into buttons in skinned npc dialogs.Andrei Karas2-4/+18
2015-10-27Impliment npc menu skins based on previous commits.Andrei Karas2-0/+12
2015-10-26Add basic npc dialog db loading.Andrei Karas4-0/+282
2015-10-25Dont reduce map layers with any conditional attributes.Andrei Karas1-0/+17
2015-10-23Fix code style.Andrei Karas3-8/+15
2015-10-22Fix drawing map after last changes with conditional tiles.Andrei Karas1-4/+11
2015-10-22Add support for layer property ConditionLayer for future usage.Andrei Karas1-0/+10
2015-10-21Add support for layers with conditional tiles.Andrei Karas6-8/+66
2015-10-21Add map layer attribute TileCondition.Andrei Karas3-5/+19
2015-10-19Add extended riding support (hercules)Andrei Karas1-0/+2
2015-10-18Add support for multiply sprites in each horse part.Andrei Karas4-30/+37
2015-10-18Change a bit horses.xml format.Andrei Karas1-16/+52
2015-10-18Split horse into two sprites before player and after player.Andrei Karas2-16/+39
2015-10-17Improve a bit dyes.Andrei Karas1-26/+28
2015-10-16Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules)Andrei Karas2-4/+47
2015-10-15Rename blockTile to AddBlockMask in map.Andrei Karas3-10/+10
2015-10-15Simplify setWall function in map.Andrei Karas2-2/+2
2015-10-15Remove CHARACTER and MONSTER block mask and block type because it unused.Andrei Karas5-12/+4
2015-10-15Remove old mana forgotten memory allocations from map.Andrei Karas2-46/+27
2015-10-15Convert BlockType into strong typed enum.Andrei Karas3-8/+8
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+20
2015-10-13Add npc attribute what allow or prevent removing npc after out of sight.Andrei Karas3-1/+12
2015-10-11Add structure for tile object.Andrei Karas4-20/+63
2015-10-09Fix code style.Andrei Karas4-7/+1
2015-10-03Extend walkMask being xml attribute.Andrei Karas1-12/+24
2015-10-02Allow read "walkType" attributes from xml for all being types.Andrei Karas4-45/+17
2015-09-09Remove text messages from removing items notifications.Andrei Karas1-20/+10
2015-09-09Add also notification about dropped item.Andrei Karas1-0/+4
2015-09-09Show reason for item removing.Andrei Karas1-1/+36
2015-09-09Add unequip error notification.Andrei Karas1-0/+4
2015-09-05Add support for inherit attribute in items.xml.Andrei Karas2-9/+82
2015-09-02Fix typos.Andrei Karas1-2/+2
2015-08-29Fix code style.Andrei Karas3-4/+9
2015-08-23Impliment packet SMSG_PET_CATCH_PROCESS.Andrei Karas1-0/+4
2015-08-22Impliment packet SMSG_IGNORE_NICK_ACK.Andrei Karas1-0/+32
2015-08-22Impliment packet SMSG_PLAYER_SKILL_MESSAGE.Andrei Karas1-0/+49
2015-08-22Impliment packet SMSG_BIND_ITEM.Andrei Karas1-0/+4
2015-08-22Impliment packet SMSG_PLAYER_CART_ADD_ERROR.Andrei Karas1-0/+8
2015-08-22Use resource manager as global variable.Andrei Karas11-49/+25
2015-08-22Add init to resource manager.Andrei Karas2-4/+12
2015-08-21Impliment packet SMSG_PLAYER_REFINE.Andrei Karas1-0/+16
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.Andrei Karas1-0/+4
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).Andrei Karas1-1/+3
2015-08-20Add support for reading iconColors palette field from items.Andrei Karas3-6/+84