summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Add chat command /spawnevilclone. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /spawnslaveclone. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /spawnclone. Also add it to player context menu.Andrei Karas2-0/+6
2016-02-24Add chat command /spawnslave. Also add it to monster context menu.Andrei Karas2-0/+6
2016-02-24Add chat command /showaccountinfo. Also add it to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /locate. Also add locate to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /showinventory. Also add show inventory to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /showcart. Also add show cart to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /showstorage. Also add show storage to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /showstats. Also add show level stats to player context menu.Andrei Karas2-0/+6
2016-02-24Add chat command /showlevel. Also add show level commands to player context m...Andrei Karas2-0/+6
2016-02-24Add chat command /gmcharcommands. Also add show char commands to player conte...Andrei Karas2-0/+7
2016-02-24Add chat command /gmcommands. Also add show commands to player context menu.Andrei Karas2-0/+7
2016-02-24Add chat command /mobspawnsearch. Add it to monster gm context menu.Andrei Karas2-0/+7
2016-02-24Add chat command for gm /mobsearchAndrei Karas2-0/+6
2016-02-24Add gm chat command /whodropsAndrei Karas2-0/+6
2016-02-23Add chat command for gms /iteminfoAndrei Karas2-0/+6
2016-02-23Add chat command /monsterinfoAndrei Karas2-0/+6
2016-02-22Add more missing consts.Andrei Karas4-4/+4
2016-02-20Add some more missing consts.Andrei Karas4-8/+9
2016-02-20Add missing const in net directory.Andrei Karas27-57/+68
2016-02-14Add server feature haveExtendedDropsPosition.Andrei Karas2-0/+7
2016-02-12Fix code style.Andrei Karas1-1/+2
2016-02-12Show also last seen in memory nick for invisible players chat messages (tmwa)Andrei Karas1-0/+5
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas8-9/+12
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas22-144/+144
2016-02-07Read whole SMSG_BEING_RESURRECT if being not exists.Andrei Karas1-0/+2
2016-02-07Read whole SMSG_BEING_SELFEFFECT packet if being not exists.Andrei Karas1-0/+2
2016-02-01Add debug messages to some packets.Andrei Karas1-1/+2
2016-02-01Fix status effects change for invisible players (tmwa)Andrei Karas1-0/+7
2016-02-01Show chat messages in public chat from hidden gms. (tmwa)Andrei Karas1-13/+14
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas2-0/+6
2016-01-17Move cards constants into separate file.Andrei Karas2-14/+14
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas2-0/+8
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas2-0/+6
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas116-116/+116
2015-12-29Move item into item directory.Andrei Karas3-5/+6
2015-12-23Add const attribute to net classes.Andrei Karas27-180/+207
2015-12-18Fix code style.Andrei Karas6-9/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas5-0/+10
2015-12-14Move chatconsts into const directory.Andrei Karas4-4/+4
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas1-1/+1
2015-12-14Move skill error defines into separate file.Andrei Karas1-0/+2
2015-12-09Add per char gender into tmwa.Andrei Karas2-4/+8
2015-11-16Convert State enum into strong typed.Andrei Karas6-12/+12
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas2-10/+12
2015-11-16Add server feature haveSlide.Andrei Karas2-0/+7