summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Prevent excluding some includes.Andrei Karas2-0/+2
2017-07-19Prevent excluding servercommands.incAndrei Karas3-0/+5
2017-07-19Add support for loading permissions from groups.xmlAndrei Karas5-36/+134
2017-07-19Remove extra include.Andrei Karas1-2/+0
2017-07-19Load inherit commands in groupdb from other group.Andrei Karas1-0/+34
2017-07-19Load commands for each group from groups.xmlAndrei Karas5-269/+398
2017-07-18Split virtfs mount unit tests into two files.Andrei Karas3-298/+334
2017-07-18Add missing files into make files.Andrei Karas2-0/+2
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
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
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