Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-24 | Allow players to leave the team during a teamvote.fix/votes | Paweł Redman | |
2018-03-06 | Log all Autobahn events. | Paweł Redman | |
2018-03-06 | Log admin commands in games.log regardless of g_adminLog. | Paweł Redman | |
A failure to open the admin log shouldn't affect games.log or the admin chat notifications. | |||
2018-02-25 | show guidless players with a flag | narbatucker | |
2018-02-24 | Revert "Remove GUID stub from listplayers and namelog" | Paweł Redman | |
This reverts commit fb80ecb2433424313064c13a8896ff1fbf361ceb. | |||
2018-02-24 | !curse: fix some off-by-one errors. | Paweł Redman | |
2018-02-24 | !curse: refuse to curse players with kick protection. | Paweł Redman | |
2018-02-23 | Add !curse with some basic features. | Paweł Redman | |
2018-02-06 | Allow admins to !slap themselves. | Paweł Redman | |
2017-09-16 | implement !control | /dev/humancontroller | |
2017-09-16 | constize a bunch of input-only pointer function-arguments | /dev/humancontroller | |
2017-07-09 | fix a crash when !invisible is used | /dev/humancontroller | |
clientPersistent_t::connection can be NULL (and is prolongedly so after a map restart, because the PTRC functionality is broken) no idea why the code was referring to something in a clientRecord_t, it's probably just by stupidity | |||
2017-06-25 | furthermore, fix QVM compiling on all platforms (ACADEMICALLY_ACCLAIMED too, ↵ | narbatucker | |
and no typos this time) | |||
2017-05-22 | Display 0 as Schachtmeister judgement instead of N/A if admin has flag INCOGNITO | MaeJong | |
2017-05-22 | Remove GUID stub from listplayers and namelog | MaeJong | |
The GUID stub was useless, and a privacy/security leak | |||
2017-05-18 | Improve version checking. | Paweł Redman | |
2017-05-18 | Basic implementation of !versions. | Paweł Redman | |
2017-05-02 | Implement high admin chat | MaeJong | |
The channel is accessible to anyone who has the flag HIGHADMINCHAT, via /say_hadmins or /ha | |||
2017-04-26 | Fix undefined behavior in !rshow. | Paweł Redman | |
2017-04-19 | Merge branch 'reports' | Paweł Redman | |
2017-04-19 | g_adminListMinLvl.integer, dumbass | MaeJong | |
2017-04-18 | Implement g_reportAdminListMinLvl | MaeJong | |
Specifies the minimum level needed for a player's name to be written in the "admins" field in reports. Defaults to 4 | |||
2017-04-18 | Better !namelog format. | Paweł Redman | |
2017-04-18 | Add a \nazi in rban auth check | MaeJong | |
2017-04-18 | Eradicate \nazis in rlist | MaeJong | |
2017-04-18 | Fix off-by-1 error in rshow | MaeJong | |
2017-04-18 | Fix a segfault in !rban. | Paweł Redman | |
2017-04-18 | Purify r/arc/list, add rshow to view reports/archives in detail | MaeJong | |
2017-04-18 | use >= in conditions of the form (level.time - some_base_time) vs ↵ | /dev/humancontroller | |
some_time_length | |||
2017-04-18 | fix autobahn code a bit | /dev/humancontroller | |
2017-04-18 | The Autobahn system. | Paweł Redman | |
This commit adds two important things: * Automatically dropping a player if their score is too low. * Restricting a player while waiting for a reply from Schachtmeister. | |||
2017-04-15 | implement Schachtmeister v2 | /dev/humancontroller | |
2017-04-15 | implement !setdevmode: an admin command to switch developer mode on or off | /dev/humancontroller | |
2017-04-15 | Add a cool down timer to !revert. | Paweł Redman | |
This will prevent two (or more) admins from trying to !revert simultaneously and accidentally undoing innocent players' progress. | |||
2017-04-15 | Add the "!revert" prefix to !revert's messages. | Paweł Redman | |
2017-04-15 | Implement !give. | Paweł Redman | |
2017-04-15 | Apply the scrim mode patch. | Paweł Redman | |
2017-04-15 | Reports system | MaeJong | |
2017-04-15 | Make SEESFULLLISTPLAYERS great again. | Paweł Redman | |
2017-04-15 | remove a bunch of unused variables and some no-op code | /dev/humancontroller | |
2017-04-15 | fix a couple of compiler warnings | /dev/humancontroller | |
2017-04-15 | fix a bunch of %i format flags / arguments | /dev/humancontroller | |
2017-04-15 | multi-protocol: change the playerState_t and entityState_t structs to the ↵ | Jeff Kent | |
versions in the latest code base this includes changing how ammo and clips r stored | |||
2017-04-15 | import the cQVM game module | Paweł Redman | |
replacing the existing one | |||
2017-04-15 | import the Slacker's QVM code base | SlackerLinux85 | |