summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-07-18Remove extra includes.Andrei Karas3-5/+1
2017-07-18Fix groupdb cleanup.Andrei Karas1-1/+0
2017-07-18Fix include order in groupinfo.cppAndrei Karas1-2/+2
2017-07-18Fix unit tests compilation.Andrei Karas1-2/+4
2017-07-18Add missing file.Andrei Karas1-0/+46
2017-07-18In groupdb store pointers to groups.Andrei Karas3-10/+29
2017-07-18Add permissions and commands fields into groups.Andrei Karas6-6/+421
For now not reading it from xml or using it in any way.
2017-07-17Do actual SDL2 graphics cleanup before exit.Andrei Karas4-9/+31
2017-07-17Fix issues detected by coverity.Andrei Karas11-15/+47
2017-07-17Add missing check in statuswindow.cppAndrei Karas1-2/+4
2017-07-17Add missing std::move in being.cppAndrei Karas1-2/+3
2017-07-17Add missing const in animation.cppAndrei Karas1-4/+4
2017-07-14Add missing reference.Andrei Karas1-1/+1
2017-07-14Fix nvwa includes again.Andrei Karas1-1/+1
2017-07-14Fix include paths in nvwa.Andrei Karas1-3/+3
2017-07-14Fix show tinyxml2 in full version string.Andrei Karas1-0/+2
2017-07-14Update mse with latest changes.Andrei Karas1-6/+24
2017-07-14Remove #pragma once from mse lib.Andrei Karas3-3/+0
This pragma triggering warnings.
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas247-724/+724
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas55-64/+122
Also replace <vector> include into "utils/vector.h"
2017-07-13Add mse libs for replacing std::vector.Andrei Karas4-0/+3714
Also add configure flag --enable-stldebug For now unused.
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
For default groups.xml show badges only for group id == 60.
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
If need for some old gcc versions with enabled C++11 flags.
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
For now unused.
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas6-13/+30
It allow set local player attributes from server. For now it send real group id.
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
This reverts commit ec26c1bfa3d664d3f66d2f15db81dec23cb58800.
2017-07-07Revert "Fix catch compilation without HAVE_EXECINFO define."Andrei Karas1-5/+2
This reverts commit 9bbd191307c97c7589f93a64a4eb9abf3f11c46b.
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