Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-20 | Prevent excluding some includes. | Andrei Karas | 2 | -0/+2 | |
2017-07-19 | Prevent excluding servercommands.inc | Andrei Karas | 3 | -0/+5 | |
2017-07-19 | Add support for loading permissions from groups.xml | Andrei Karas | 5 | -36/+134 | |
2017-07-19 | Remove extra include. | Andrei Karas | 1 | -2/+0 | |
2017-07-19 | Load inherit commands in groupdb from other group. | Andrei Karas | 1 | -0/+34 | |
2017-07-19 | Load commands for each group from groups.xml | Andrei Karas | 5 | -269/+398 | |
2017-07-18 | Split virtfs mount unit tests into two files. | Andrei Karas | 3 | -298/+334 | |
2017-07-18 | Add missing files into make files. | Andrei Karas | 2 | -0/+2 | |
2017-07-18 | Remove extra includes. | Andrei Karas | 3 | -5/+1 | |
2017-07-18 | Fix groupdb cleanup. | Andrei Karas | 1 | -1/+0 | |
2017-07-18 | Fix include order in groupinfo.cpp | Andrei Karas | 1 | -2/+2 | |
2017-07-18 | Fix unit tests compilation. | Andrei Karas | 1 | -2/+4 | |
2017-07-18 | Add missing file. | Andrei Karas | 1 | -0/+46 | |
2017-07-18 | In groupdb store pointers to groups. | Andrei Karas | 3 | -10/+29 | |
2017-07-18 | Add permissions and commands fields into groups. | Andrei Karas | 6 | -6/+421 | |
For now not reading it from xml or using it in any way. | |||||
2017-07-17 | Do actual SDL2 graphics cleanup before exit. | Andrei Karas | 4 | -9/+31 | |
2017-07-17 | Fix issues detected by coverity. | Andrei Karas | 11 | -15/+47 | |
2017-07-17 | Add missing check in statuswindow.cpp | Andrei Karas | 1 | -2/+4 | |
2017-07-17 | Add missing std::move in being.cpp | Andrei Karas | 1 | -2/+3 | |
2017-07-17 | Add missing const in animation.cpp | Andrei Karas | 1 | -4/+4 | |
2017-07-14 | Add missing reference. | Andrei Karas | 1 | -1/+1 | |
2017-07-14 | Fix nvwa includes again. | Andrei Karas | 1 | -1/+1 | |
2017-07-14 | Fix include paths in nvwa. | Andrei Karas | 1 | -3/+3 | |
2017-07-14 | Fix show tinyxml2 in full version string. | Andrei Karas | 1 | -0/+2 | |
2017-07-14 | Update mse with latest changes. | Andrei Karas | 1 | -6/+24 | |
2017-07-14 | Remove #pragma once from mse lib. | Andrei Karas | 3 | -3/+0 | |
This pragma triggering warnings. | |||||
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 247 | -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-13 | Add vector.h for use different vectors. | Andrei Karas | 55 | -64/+122 | |
Also replace <vector> include into "utils/vector.h" | |||||
2017-07-13 | Add mse libs for replacing std::vector. | Andrei Karas | 4 | -0/+3714 | |
Also add configure flag --enable-stldebug For now unused. | |||||
2017-07-13 | Move memory debug files into nvwa directory. | Andrei Karas | 8 | -19/+19 | |
2017-07-13 | Remove extra include from beingrecv.cpp | Andrei Karas | 1 | -1/+0 | |
2017-07-13 | Allow use different badges for each group in groups.xml | Andrei Karas | 4 | -4/+21 | |
2017-07-13 | Add property "showBadge" to groups. | Andrei Karas | 4 | -2/+23 | |
For default groups.xml show badges only for group id == 60. | |||||
2017-07-13 | Add default gm level for legacy server, because real level almost always hidden. | Andrei Karas | 2 | -2/+6 | |
2017-07-13 | Allow copy constructor in groupinfo. | Andrei Karas | 1 | -1/+1 | |
If need for some old gcc versions with enabled C++11 flags. | |||||
2017-07-13 | Fix unit tests after latest changes. | Andrei Karas | 4 | -2/+20 | |
2017-07-13 | Fix namespace comment in groupdb.h | Andrei Karas | 1 | -1/+1 | |
2017-07-13 | Add missing reference into reading group name. | Andrei Karas | 2 | -2/+2 | |
2017-07-13 | Show group name in being popup and status window. | Andrei Karas | 2 | -3/+23 | |
2017-07-13 | Set group id from net code to not only local player. | Andrei Karas | 3 | -16/+42 | |
2017-07-12 | Move group id from localplayer to being. | Andrei Karas | 4 | -8/+10 | |
2017-07-12 | Rename gm level into group id in localplayer.cpp | Andrei Karas | 8 | -14/+14 | |
2017-07-12 | Add loading groupdb. | Andrei Karas | 7 | -0/+229 | |
For now unused. | |||||
2017-07-12 | Add packet SMSG_PLAYER_ATTRS 0x0b25. | Andrei Karas | 6 | -13/+30 | |
It allow set local player attributes from server. For now it send real group id. | |||||
2017-07-11 | Move doctest and catch files into unittests directory. | Andrei Karas | 5 | -6/+6 | |
2017-07-11 | Fix char select dialog size if server allow more than 10 slots. | Andrei Karas | 2 | -11/+27 | |
2017-07-11 | Fix memory leak in BeingRecv::processBeingMove3, if player not totally visible. | Andrei Karas | 1 | -2/+4 | |
2017-07-11 | Add command like parameter --validate for validating client data. | Andrei Karas | 6 | -93/+165 | |
2017-07-08 | Change verstion to 1.7.7.8 | Andrei Karas | 1 | -2/+2 | |
2017-07-08 | Remove extra headers. | Andrei Karas | 16 | -211/+0 | |