summaryrefslogtreecommitdiff
path: root/src/enums/resources
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas28-28/+28
2018-12-06Fix style in enums.Andrei Karas1-9/+9
2018-01-17Show error message if bank check action failed.Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas28-28/+28
2017-08-26Add support for getting attached money from mail message.Andrei Karas1-0/+3
2017-08-26Add support for getting attached items from mail message.Andrei Karas1-0/+1
2017-08-26Close mail edit window on success send.Andrei Karas1-0/+4
2017-08-25Validate destination name after it entered in mail edit window.Andrei Karas1-1/+1
2017-08-24Add support for removing item from mail.Andrei Karas1-0/+1
2017-08-24Add attach items to new mail.Andrei Karas1-0/+5
2017-08-23Add mailqueuetype enum for mail queue types.Andrei Karas1-0/+35
2017-08-23Add ability to send new mail by /sendmail chat command.Andrei Karas1-0/+1
2017-08-22Add strong typed enum DisplayType.Andrei Karas1-0/+33
2017-07-21Remove empty line at end of serverpermissiontype.hAndrei Karas1-1/+0
2017-07-20Prevent excluding some includes.Andrei Karas2-0/+2
2017-07-19Prevent excluding servercommands.incAndrei Karas1-0/+2
2017-07-19Add support for loading permissions from groups.xmlAndrei Karas1-33/+8
2017-07-19Load commands for each group from groups.xmlAndrei Karas1-269/+9
2017-07-18Remove extra includes.Andrei Karas1-1/+1
2017-07-18Add permissions and commands fields into groups.Andrei Karas3-0/+404
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas1-0/+3
2017-01-03Update copyright year.Andrei Karas23-23/+23
2016-12-13Add support for possible new skill set types.Andrei Karas1-0/+33
2016-10-04Move maplayerposition into enums directory.Andrei Karas1-0/+37
2016-10-04Move collisiontype into enums directory.Andrei Karas1-0/+41
2016-10-04Move maplayertype into enums directory.Andrei Karas1-0/+39
2016-10-04Move FrameType enum into enums directory.Andrei Karas1-0/+40
2016-10-04Move Cursor enum into enums directory.Andrei Karas1-0/+45
2016-08-25Impliment packet SMSG_VENDING_REPORT.Andrei Karas1-0/+1
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas1-0/+1
2016-08-15Move itemtype.h into item directory.Andrei Karas1-3/+3
2016-08-15Move itemsoundevent.h into item directory.Andrei Karas1-3/+3
2016-08-15Move itemdbtype.h into item directory.Andrei Karas1-3/+3
2016-08-15Move skilltype.h and skilltype2.h into skill directory.Andrei Karas2-6/+6
2016-08-15Move skillowner.h into skill directory.Andrei Karas1-3/+3
2016-08-14Add skill cast type option in skills window.Andrei Karas1-0/+35
2016-08-08Fix collision monster wall.Andrei Karas1-1/+1
2016-08-07Add monster wall collision type.Andrei Karas2-13/+15
2016-08-07Add player wall collision type (5).Andrei Karas2-11/+13
2016-07-19Add support casting flag what allow moving.Andrei Karas2-0/+52
2016-07-04Move skillowner into enum directory.Andrei Karas1-0/+35
2016-07-04Move skilltype into enums directory.Andrei Karas1-0/+38
2016-06-06Add image type for image classes. for detect what kind of class used in image.Andrei Karas1-0/+33
2016-04-30Fix possible issue with MapType::DEBUGAndrei Karas1-6/+6
2016-03-26Fix code style.Andrei Karas2-6/+6
2016-03-24Add enum for item types.Andrei Karas1-0/+44
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-5/+5
2016-03-24Change ItemType into strong typed enum.Andrei Karas1-25/+22
2016-03-24Move ItemType enum into enums directory.Andrei Karas1-0/+53
2016-03-20Impliment packet SMSG_SKILL_MEMO_MESSAGE.Andrei Karas1-0/+3