summaryrefslogtreecommitdiff
path: root/src/enums
AgeCommit message (Expand)AuthorFilesLines
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas1-0/+28
2015-10-30Add strong typed bool enum ForceQuantity.Andrei Karas1-0/+28
2015-10-28Add support for images in npc skined menu.Andrei Karas1-0/+28
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-0/+30
2015-10-16Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules)Andrei Karas1-6/+6
2015-10-15Remove CHARACTER and MONSTER block mask and block type because it unused.Andrei Karas2-4/+0
2015-10-15Convert BlockType into strong typed enum.Andrei Karas1-14/+14
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+5
2015-10-08Add chat command /testinfo for output some debug parameters to log.Andrei Karas1-0/+1
2015-09-22Remove checking packet id in getNpc function.Andrei Karas1-0/+34
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-0/+28
2015-09-11Fix code style.Andrei Karas1-1/+2
2015-09-09Add also notification about dropped item.Andrei Karas1-0/+1
2015-09-09Show reason for item removing.Andrei Karas2-0/+50
2015-09-09Fix wrong copyright in auctionsearchtype.hAndrei Karas1-2/+1
2015-09-09Add unequip error notification.Andrei Karas1-0/+1
2015-09-05Put badges into array in being.Andrei Karas2-0/+50
2015-08-29Fix code style.Andrei Karas1-1/+0
2015-08-23Impliment packet SMSG_PET_CATCH_PROCESS.Andrei Karas1-0/+1
2015-08-22Impliment packet SMSG_IGNORE_NICK_ACK.Andrei Karas1-0/+8
2015-08-22Impliment packet SMSG_PLAYER_SKILL_MESSAGE.Andrei Karas1-0/+12
2015-08-22Impliment packet SMSG_BIND_ITEM.Andrei Karas1-0/+1
2015-08-22Impliment packet SMSG_PLAYER_CART_ADD_ERROR.Andrei Karas1-0/+2
2015-08-21Impliment packet SMSG_PLAYER_REFINE.Andrei Karas1-0/+4
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.Andrei Karas1-0/+1
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).Andrei Karas1-0/+1
2015-08-16Add strong typed int for item color.Andrei Karas2-2/+33
2015-08-10Fix code style.Andrei Karas1-1/+3
2015-07-25add targetingType featureJoseph Botosh1-0/+1
2015-07-14Add card item type.Andrei Karas2-1/+4
2015-07-03Fix code style.Andrei Karas1-3/+3
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-0/+47
2015-06-30Fix code style.Andrei Karas2-2/+2
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-0/+180
2015-06-29Move itemsoundevent.h into enums directory.Andrei Karas1-0/+46
2015-06-29Move blocktype.h into enums directory.Andrei Karas1-0/+42
2015-06-29Move blockmask.h into enums directory.Andrei Karas1-0/+40
2015-06-16Add 3 team colors.Andrei Karas1-0/+3
2015-06-16Add labels into userpalette.Andrei Karas1-6/+12
2015-06-16Add support for labels inside userpalette.Andrei Karas2-2/+4
2015-06-16Add enemy color.Andrei Karas1-0/+1
2015-06-06Fix code style.Andrei Karas2-6/+6
2015-06-03Convert MapType enum into strong typed enum.Andrei Karas1-12/+12
2015-06-03Convert NotifyFlags enum into strong typed enum.Andrei Karas1-14/+13
2015-06-03Convert UpdateType enum into strong typed enum.Andrei Karas1-9/+9
2015-06-03Convert StoreSearchType enum into strong typed enum.Andrei Karas1-6/+6
2015-06-03Convert ServerType enum into strong typed enum.Andrei Karas1-9/+9
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas1-12/+9
2015-06-03Convert PacketType enum into strong typed enum.Andrei Karas1-6/+4
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-3/+3