summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Change verstion to 1.7.7.8Andrei Karas1-2/+2
2017-07-08Remove extra headers.Andrei Karas16-211/+0
2017-07-08Split virtfs1_unittests.cc into many files for reduce memory usage.Andrei Karas9-1899/+2185
2017-07-08Build at first unit tests files and after all other files.Andrei Karas1-1/+3
2017-07-07Split virtfs1_unittest.cc into two files.Andrei Karas3-1609/+1653
2017-07-07Revert "Update catch from git."Andrei Karas1-2087/+1023
2017-07-07Revert "Fix catch compilation without HAVE_EXECINFO define."Andrei Karas1-5/+2
2017-07-07Split maplayer unit tests into separate files.Andrei Karas11-3214/+3641
2017-07-07Move unit tests into unittests directory.Andrei Karas35-68/+69
2017-07-07Fix catch compilation without HAVE_EXECINFO define.Andrei Karas1-2/+5
2017-07-07Update to latest doctest version from git.Andrei Karas1-2/+52
2017-07-07Update catch from git.Andrei Karas1-1023/+2087
2017-07-06Fix different issues in debug_new.cppAndrei Karas3-8/+19
2017-07-06Update debug libs from https://github.com/adah1972/nvwaAndrei Karas7-584/+1482
2017-07-06Remove some C syntax from mumblemanager.cppAndrei Karas1-2/+2
2017-07-06Add missing namespace comment.Andrei Karas1-1/+1
2017-07-05Move resource dbs load/unload code into dbmanager.Andrei Karas5-102/+172
2017-07-04Fix wrong error in Being::setAction.Andrei Karas1-0/+1
2017-07-04Remove unused macro from from localconsts.hAndrei Karas1-6/+0
2017-07-03Fix unit tests compilation.Andrei Karas1-2/+3
2017-07-03Fix possible issue in macroses in beingcommon.hAndrei Karas1-0/+4
2017-07-01Fix staticbrowserbox resize in who is online window.Andrei Karas1-2/+0
2017-07-01fix code style.Andrei Karas2-2/+2
2017-07-01Fix compilation for Android.Andrei Karas1-0/+4
2017-06-30Fix wrong asserts in browserbox resize.Andrei Karas1-2/+6
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas5-7/+37
2017-06-30Remove more extra headers.Andrei Karas3-3/+7
2017-06-30Fix packets for 20170329.Andrei Karas3-2/+21
2017-06-30Move likely macroses into separate file.Andrei Karas8-8/+38
2017-06-30Dont redefine GCC_VERSION macro.Andrei Karas1-0/+4
2017-06-30Remove extra includes again.Andrei Karas22-14/+11
2017-06-30Remove extra includes from headers.Andrei Karas65-34/+54
2017-06-29Fix compilation with old compilers and not for linux.Andrei Karas3-0/+3
2017-06-29Use std::move in some places.Andrei Karas14-24/+66
2017-06-29Move cast macroses into separate file.Andrei Karas69-15/+142
2017-06-29Move foreach macroses into separate file.Andrei Karas139-14/+221
2017-06-28Hide xml errors if flag allow to hide it.Andrei Karas3-4/+5
2017-06-28Dont show assert if servers list cant be loaded from disk.Andrei Karas1-2/+3
2017-06-28Dont show assert if XDG paths config not exists.Andrei Karas1-13/+16
2017-06-28Fix showing item stats in item popups.Andrei Karas2-2/+2
2017-06-28Fix showing cached additional fields in item popups.Andrei Karas2-5/+29
2017-06-28Add packet SMSG_GUILD_MEMBER_LIST 0x0aa5.Andrei Karas2-3/+29
2017-06-28Add packet SMSG_GUILD_BASIC_INFO 0x0a84.Andrei Karas2-7/+28
2017-06-28Add packet SMSG_PARTY_MEMBER_JOB_LEVEL 0x0abd.Andrei Karas3-0/+26
2017-06-28Add packet SMSG_PARTY_INFO 0x0a44.Andrei Karas2-12/+35
2017-06-28Add packet SMSG_PARTY_MEMBER_INFO 0x0a43.Andrei Karas2-0/+14
2017-06-28Fix packet SMSG_VENDING_ITEMS_LIST for version 20160921.Andrei Karas2-2/+10
2017-06-28Add packet SMSG_PLAYER_INVENTORY_ADD 0x0a37.Andrei Karas2-1/+13
2017-06-27Show in log information about servers list update.Andrei Karas1-0/+4
2017-06-27Fix flushing log data from non main thread.Andrei Karas1-2/+2