summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Add strong typed bool enum Append.Andrei Karas1-0/+1
2015-11-17Use magic command properties only if compiled for tmwa.Andrei Karas1-1/+1
2015-11-17Fix make files.Andrei Karas1-1/+1
2015-11-16Move TextCommandType enum into separate file and convert to strong typed.Andrei Karas1-0/+1
2015-11-16Move MagicSchool enum into separate file and convert to strong typed.Andrei Karas1-0/+1
2015-11-16Rename SpellTarget into CommandTarget enum and convert it to strong typed.Andrei Karas1-0/+1
2015-11-14Add simple enums unit test.Andrei Karas1-0/+1
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas1-1/+0
2015-11-12Add support for invoke ground skill with text parameter.Andrei Karas1-0/+2
2015-11-10Add support for casting status effect on ground.Andrei Karas1-0/+1
2015-11-09Add skill unit db.Andrei Karas1-0/+2
2015-11-02Add intmap defines.Andrei Karas1-0/+1
2015-11-01Add strong typed bool enum donotalign.Andrei Karas1-0/+1
2015-11-01Add strong typed bool enum on the fly.Andrei Karas1-0/+1
2015-10-31Add strong typed bool enum separator.Andrei Karas1-0/+1
2015-10-31Add strong typed bool enum usebase64.Andrei Karas1-0/+1
2015-10-31Add strong typed bool enum mainconfig.Andrei Karas1-0/+1
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas1-0/+1
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas1-0/+1
2015-10-30Add strong typed bool enum ForceQuantity.Andrei Karas1-0/+1
2015-10-29Add missing file.Andrei Karas1-0/+1
2015-10-28Add text object to skined npc menus.Andrei Karas1-0/+1
2015-10-28Add support for images in npc skined menu.Andrei Karas1-0/+2
2015-10-26Add basic npc dialog db loading.Andrei Karas1-0/+4
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-0/+1
2015-10-11Add structure for tile object.Andrei Karas1-0/+1
2015-09-23Remove unused header protocolin.hAndrei Karas1-2/+0
2015-09-23Add missing files to make files.Andrei Karas1-0/+1
2015-09-22Remove checking packet id in getNpc function.Andrei Karas1-0/+1
2015-09-22add way for reload packets db. For now it useless.Andrei Karas1-1/+5
2015-09-21Define out packet variables in one place and in all files use only externs.Andrei Karas1-0/+3
2015-09-21Rename protocoloutdefine.h into protocoloutincludedefine.hAndrei Karas1-1/+1
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-0/+1
2015-09-09Show reason for item removing.Andrei Karas1-0/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-2/+4
2015-09-05Put badges into array in being.Andrei Karas1-0/+1
2015-09-05Fix compilation warnings.Andrei Karas1-0/+1
2015-09-04Disable building dyecmd on Android.Andrei Karas1-0/+4
2015-09-02Remove MessageHandler classAndrei Karas1-5/+0
2015-09-02Use packet handlers from packet defines.Andrei Karas1-0/+1
2015-09-01Fix make files.Andrei Karas1-1/+0
2015-09-01Remove packets.hAndrei Karas1-1/+0
2015-09-01Add packet sizes to packetin.inc. But for now size unused.Andrei Karas1-1/+2
2015-09-01Split packets definition files to in and out packets.Andrei Karas1-2/+4
2015-09-01Change extension in some internals includes from h to inc.Andrei Karas1-2/+2
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-0/+4
2015-08-31Rename packetdefine.h to protocoldefine.hAndrei Karas1-1/+1
2015-08-31Move actual packet name to id mapping to packets.inc.Andrei Karas1-0/+2
2015-08-30Move receive code from vendinghandler into separate file.Andrei Karas1-1/+3
2015-08-30Move receive code from tradehandler into separate file.Andrei Karas1-2/+8