Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-08-22 | Impliment packet SMSG_PLAYER_SKILL_MESSAGE. | Andrei Karas | 1 | -0/+49 | |
2015-08-22 | Impliment packet SMSG_BIND_ITEM. | Andrei Karas | 1 | -0/+4 | |
2015-08-22 | Impliment packet SMSG_PLAYER_CART_ADD_ERROR. | Andrei Karas | 1 | -0/+8 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 11 | -49/+25 | |
2015-08-22 | Add init to resource manager. | Andrei Karas | 2 | -4/+12 | |
2015-08-21 | Impliment packet SMSG_PLAYER_REFINE. | Andrei Karas | 1 | -0/+16 | |
2015-08-21 | Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED. | Andrei Karas | 1 | -0/+4 | |
2015-08-21 | Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules). | Andrei Karas | 1 | -1/+3 | |
2015-08-20 | Add support for reading iconColors palette field from items. | Andrei Karas | 3 | -6/+84 | |
2015-08-20 | /atkhuman now checks teamId and map pvp flag | Joseph Botosh | 1 | -0/+3 | |
2015-08-16 | Add attribute cardColor to items in items.xml. | Andrei Karas | 3 | -0/+11 | |
2015-08-16 | Rename colors list variables in iteminfo. | Andrei Karas | 2 | -22/+22 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 6 | -51/+62 | |
2015-08-10 | Add different new attributes for item descriptions. | Andrei Karas | 1 | -13/+35 | |
2015-08-09 | Edit guild kick message. | rawng | 1 | -1/+1 | |
2015-08-09 | Add some missing checks to other files found by paranucker. | Andrei Karas | 2 | -3/+3 | |
2015-08-03 | Add gui mode for dyecmd. Now only basic code added. | Andrei Karas | 2 | -5/+14 | |
2015-07-30 | Dehardcode file name weapons.xml. | Andrei Karas | 1 | -1/+3 | |
2015-07-30 | Add support for include tag in badges.xml. | Andrei Karas | 1 | -2/+22 | |
Also add patches and parts support for badges.xml | |||||
2015-07-30 | Add badges for player names. | Andrei Karas | 2 | -0/+14 | |
2015-07-29 | Add support for guild badges. | Andrei Karas | 2 | -0/+12 | |
2015-07-29 | Fix compilation error with some options. | Andrei Karas | 1 | -0/+1 | |