summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Update mse with latest changes.Andrei Karas1-6/+24
2017-07-14Remove #pragma once from mse lib.Andrei Karas3-3/+0
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas247-724/+724
2017-07-13Add vector.h for use different vectors.Andrei Karas55-64/+122
2017-07-13Add mse libs for replacing std::vector.Andrei Karas4-0/+3714
2017-07-13Move memory debug files into nvwa directory.Andrei Karas8-19/+19
2017-07-13Remove extra include from beingrecv.cppAndrei Karas1-1/+0
2017-07-13Allow use different badges for each group in groups.xmlAndrei Karas4-4/+21
2017-07-13Add property "showBadge" to groups.Andrei Karas4-2/+23
2017-07-13Add default gm level for legacy server, because real level almost always hidden.Andrei Karas2-2/+6
2017-07-13Allow copy constructor in groupinfo.Andrei Karas1-1/+1
2017-07-13Fix unit tests after latest changes.Andrei Karas4-2/+20
2017-07-13Fix namespace comment in groupdb.hAndrei Karas1-1/+1
2017-07-13Add missing reference into reading group name.Andrei Karas2-2/+2
2017-07-13Show group name in being popup and status window.Andrei Karas2-3/+23
2017-07-13Set group id from net code to not only local player.Andrei Karas3-16/+42
2017-07-12Move group id from localplayer to being.Andrei Karas4-8/+10
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas8-14/+14
2017-07-12Add loading groupdb.Andrei Karas7-0/+229
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas6-13/+30
2017-07-11Move doctest and catch files into unittests directory.Andrei Karas5-6/+6
2017-07-11Fix char select dialog size if server allow more than 10 slots.Andrei Karas2-11/+27
2017-07-11Fix memory leak in BeingRecv::processBeingMove3, if player not totally visible.Andrei Karas1-2/+4
2017-07-11Add command like parameter --validate for validating client data.Andrei Karas6-93/+165
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