Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | Improve a bit settings.playerNameOffset usage. | Andrei Karas | 1 | -5/+3 |
2017-07-31 | Add paths.xml option for set bandge offset. | Andrei Karas | 4 | -2/+7 |
2017-07-31 | Show player name on fixed position on top. | Andrei Karas | 4 | -9/+8 |
2017-07-31 | Fix random wrong name position at players top. | Andrei Karas | 1 | -4/+17 |
2017-07-31 | Fix show badges if player name hidden. | Andrei Karas | 1 | -17/+38 |
2017-07-31 | Fix comment in badgedrawtype.h. | Andrei Karas | 1 | -1/+1 |
2017-07-30 | Add option to show player name at top or at bottom. | Andrei Karas | 10 | -22/+160 |
2017-07-29 | Fix wrong macro definition in servercommands.inc for "int" field. | Andrei Karas | 1 | -1/+1 |
2017-07-28 | Fix stage for some jobs in .gitlab-ci.yml | Andrei Karas | 1 | -4/+4 |
2017-07-28 | Fix key press emulation with SDL2. | Andrei Karas | 1 | -4/+5 |
2017-07-27 | Add into run tests clicking help links. | Andrei Karas | 1 | -0/+28 |
2017-07-27 | In mouse click emulation, before click send mouse move events. | Andrei Karas | 1 | -0/+4 |
2017-07-27 | Update copyright year in about.txt | Andrei Karas | 1 | -2/+2 |
2017-07-27 | Fix crash in help window links. | Andrei Karas | 1 | -1/+2 |
2017-07-27 | Add coverity into readmes. | Andrei Karas | 3 | -0/+4 |
2017-07-26 | Add unit tests with clang-5 into .gitlab-ci.yml | Andrei Karas | 2 | -0/+93 |
2017-07-25 | Remove command line option --default-cursor and add option --hide-cursor.s20170725 | Andrei Karas | 4 | -7/+11 |
2017-07-25 | Update mouse cursor each 10 seconds if was no mouse move events. | Andrei Karas | 3 | -0/+11 |
2017-07-25 | Use browserbox for quest text in quests window. | Andrei Karas | 2 | -4/+4 |
2017-07-24 | Add debug libs into readmes. | Andrei Karas | 3 | -0/+6 |
2017-07-24 | Add missing license and source for embedded debug libs. | Andrei Karas | 4 | -0/+27 |
2017-07-22 | Change version to 1.7.7.22.v1.7.7.22 | Andrei Karas | 9 | -9/+21 |
2017-07-21 | Add clang 5.0 builds into .gitlab-ci.yml | Andrei Karas | 2 | -0/+65 |
2017-07-21 | Remove empty line at end of serverpermissiontype.h | Andrei Karas | 1 | -1/+0 |
2017-07-21 | In statisbrowserbox remove separator if it present in last line. | Andrei Karas | 1 | -0/+6 |
2017-07-21 | Fix too long lines in popupmenu.cpp | Andrei Karas | 1 | -6/+8 |
2017-07-20 | Show heal command in player menu only for legacy servers. | Andrei Karas | 1 | -4/+9 |
2017-07-20 | Into staticbrowserbox allow add separators without duplication. | Andrei Karas | 3 | -85/+99 |
2017-07-20 | Allow any gm commands if group have permission all_commands. | Andrei Karas | 1 | -0/+5 |
2017-07-20 | Show gm commands in popup menu based or player allowed gm commands. | Andrei Karas | 3 | -166/+350 |
2017-07-20 | In popupmenu get group for local player before each menu. | Andrei Karas | 4 | -0/+61 |
2017-07-20 | Add timeout field into circle.yml | Andrei Karas | 1 | -0/+7 |
2017-07-20 | Remove some jobs from .travis.yml because they too slow for travis. | Andrei Karas | 1 | -10/+0 |
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 | Add builds with compiled with asan all libs into .gitlab-ci.yml | Andrei Karas | 1 | -4/+4 |
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 |
2017-07-17 | Do actual SDL2 graphics cleanup before exit. | Andrei Karas | 4 | -9/+31 |