summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-13Add support for hex colors in dye palettes from GIMP file.Andrei Karas5-20/+157
2016-01-12Add unit tests for dyepalette.Andrei Karas3-1/+195
2016-01-12Simplify dyepalette parsing and fix issue with parsing gimp colors in palette.Andrei Karas1-28/+14
2016-01-11Fix "remove monster from attack" list.Andrei Karas1-5/+5
2016-01-08Allow drag & drop more than one amount at time in craft inventory.Andrei Karas5-18/+107
2016-01-08Add function for return current npc dialog.Andrei Karas3-0/+10
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas8-68/+276
2016-01-08Add complexitem.Andrei Karas4-0/+168
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas12-7/+174
2016-01-07Add empty complex inventory class.Andrei Karas4-0/+88
2016-01-07Move invetory into inventory directory.Andrei Karas17-21/+32
2016-01-06Add noexcept into widget.Andrei Karas1-24/+24
2016-01-06Add noexcept into being.Andrei Karas4-101/+99
2016-01-06Add noexcept into particle.Andrei Karas1-15/+17
2016-01-06Add noexcept into inputmanager.Andrei Karas1-3/+3
2016-01-06Add noexcept into animatedsprite.Andrei Karas2-10/+11