summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Add quick shortcuts for add selected item to each craft inventory slot.Andrei Karas14-18/+313
2016-01-26Not allow walking by mouse if npc dialog is opened.Andrei Karas1-3/+7
2016-01-26Add support for move 1 amount of item to craft if hold stop attack key (left ...Andrei Karas1-1/+6
2016-01-26Add context menu and chat command for remove monster from different attack li...Andrei Karas1-1/+3
2016-01-25In char creation dialog show race fields only if more than 1 races in configu...Andrei Karas1-5/+5
2016-01-25Move help window to top on first time open it from chat with commands like "?...Andrei Karas1-0/+3
2016-01-25Add support for multiple help index files.Andrei Karas2-9/+17
2016-01-25Fix packet SMSG_WHO_ANSWER (hercules).Andrei Karas1-1/+8
2016-01-25Remove debug line.Andrei Karas1-1/+0
2016-01-25Add file utils function getFilesInDir.Andrei Karas28-23/+62
2016-01-24Not allow add equipped items to craft inventory.Andrei Karas1-0/+2
2016-01-22Add xml lib name into extended version string.Andrei Karas1-2/+11
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas6-0/+20
2016-01-21Add support for writing xml files from pugixml.Andrei Karas11-18/+182
2016-01-21Add xml writing unit tests.Andrei Karas1-1/+85
2016-01-21Add missing define into cmake build file.Andrei Karas1-0/+2
2016-01-20Move xml defines into separate file.Andrei Karas7-65/+159
2016-01-20Add pugixml backend incomplete.Andrei Karas23-125/+659
2016-01-20Update catch from git.Andrei Karas1-914/+1701
2016-01-19Move xml class based on libxml into libxml.cpp file.Andrei Karas5-147/+183
2016-01-19Add configure flag --enable-libxml.Andrei Karas1-0/+7
2016-01-19Add tests for xml macroses.Andrei Karas3-4/+30
2016-01-19Add some more xml unit tests.Andrei Karas1-0/+30
2016-01-18Add macro XmlTextWriterEndElement.Andrei Karas2-3/+4
2016-01-18Add bot checker configuration keys for auto deletion.Andrei Karas1-0/+7
2016-01-18Add unit tests for xml document.Andrei Karas2-0/+159
2016-01-17Update stringutils tests.Andrei Karas1-2/+2
2016-01-17Dont more chat messages with item links into trade tab.Andrei Karas1-24/+0
2016-01-17Add support for add from context menu into chat item links with cards.Andrei Karas4-4/+51
2016-01-17Move cards constants into separate file.Andrei Karas22-59/+110
2016-01-17Extend addchat command with support for cards.Andrei Karas3-14/+32
2016-01-17Add support for adding cards into item links in chat.Andrei Karas2-6/+67
2016-01-17Improve a bit links replace function.Andrei Karas1-10/+12
2016-01-17Add unit tests for links replace function.Andrei Karas3-0/+195
2016-01-16Add function for replace item links in chat.Andrei Karas3-38/+55
2016-01-16Change version to 1.6.1.16v1.6.1.16Andrei Karas1-2/+2
2016-01-16Fix compilation with some flags.Andrei Karas1-0/+1
2016-01-15Fix code style.Andrei Karas15-25/+22
2016-01-15Fix compilation without hercules support.Andrei Karas6-7/+36
2016-01-15Add support for show cards in links.Andrei Karas2-8/+33
2016-01-14Fix unit tests.Andrei Karas1-0/+2
2016-01-14For safe mode in nacl reset only OpenGL mode.Andrei Karas1-1/+25
2016-01-14Add palettesDir option in paths.xml for set directory for GIMP palettes.Andrei Karas2-2/+3
2016-01-14Add option into paths.xml for default GIMP palette file name.Andrei Karas2-1/+6
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas6-0/+27
2016-01-13Add packet SMSG_SELECT_CART 0x00c2Andrei Karas3-0/+14
2016-01-13Add support for packet version 20150513.Andrei Karas3-1/+15
2016-01-13Add missing id for packets for server version 20150226.Andrei Karas1-0/+1
2016-01-13In dye palette aAdd support for setting alpha color with colors from GIMP pal...Andrei Karas2-14/+77
2016-01-13Fix compilation warnings.Andrei Karas2-5/+5