summaryrefslogtreecommitdiff
path: root/src/enums
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas1-0/+1
2019-01-01Update copyright year.Andrei Karas160-160/+160
2018-12-06Fix style in enums.Andrei Karas10-44/+44
2018-09-26Add packet SMSG_PLAYER_COMBINED_INVENTORY 0x0b09.Andrei Karas1-5/+5
2018-09-26Add inventory type enum for future packets.Andrei Karas1-0/+35
2018-07-11Use unsigned enum values in inputcondition.hAndrei Karas1-26/+26
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-1/+1
2018-04-23Add cast into macro toInt for old compilers.Andrei Karas1-1/+1
2018-03-09Remove extra coma from pincodestate.hAndrei Karas1-1/+1
2018-03-07Add support for set new pincode.Andrei Karas1-0/+37
2018-02-26Rename themecolortype.h into themecolortype.inc.Andrei Karas1-1/+1
2018-02-19Move theme colors enums and strings into combined file.Andrei Karas1-233/+12
2018-02-13Add support for show clan badge.Andrei Karas1-0/+1
2018-02-13Add clan window.Andrei Karas1-0/+1
2018-02-11Add basic support for clans.Andrei Karas2-1/+8
2018-01-17Show error message if bank check action failed.Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas158-158/+158
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas3-3/+4
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas2-0/+4
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas3-2/+5
2017-09-10Allow trigger input action on key press or/and release.Andrei Karas1-0/+2
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas1-0/+34
2017-09-03Fixed all "buttom" into "bottom".Alige1-1/+1
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-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas2-1/+3
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-1/+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-25Show message information in mail list.Andrei Karas1-0/+39
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-22Remove extra coma.Andrei Karas1-1/+1
2017-08-22Use strong typed enum ParticlePhysics.Andrei Karas1-0/+34
2017-08-22Add strong typed enum DisplayType.Andrei Karas1-0/+33
2017-08-18Allow set type for strong typed enum with values.Andrei Karas2-1/+7
2017-08-12Add MailOpenType enum for different open types.Andrei Karas1-0/+34
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-0/+1
2017-07-31Fix comment in badgedrawtype.h.Andrei Karas1-1/+1
2017-07-30Add option to show player name at top or at bottom.Andrei Karas2-0/+68
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-07-07Move unit tests into unittests directory.Andrei Karas2-70/+0