Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-21 | Display duration in ban broadcasts. | Paweł Redman | |
2019-02-21 | Minor fixes to the last commit. | Paweł Redman | |
2019-02-21 | change the ban & kick messages | narbatucker | |
2018-11-24 | Notify humans whenever the RC is hit by a teammate. | Paweł Redman | |
2018-11-23 | Notify all aliens whenever the OM is hit by a teammate. | Paweł Redman | |
2018-11-23 | Fix a potential bug. | Paweł Redman | |
2018-11-16 | Merge branch 'random-shit' into staging | Paweł Redman | |
2018-11-16 | Fix 88d21e69 disabling say_area completely. | Paweł Redman | |
2018-11-14 | Work around control code causing segfaults. | Paweł Redman | |
2018-11-13 | implement !showff, a targetable FFire tracker | Theriaca | |
2018-11-08 | Up the barricade's health and regen rate. | Paweł Redman | |
2018-11-03 | show the voters what they voted | Theriaca | |
2018-08-13 | Replace calls to stnrcpy with calls to Q_strncpyz. | Paweł Redman | |
2018-06-22 | Fix console erroneously being treated as a lower level admin. | Paweł Redman | |
2018-05-06 | forgot a newline | narbatucker | |
2018-05-06 | setrotation command | narbatucker | |
2018-04-24 | Allow players to leave the team during a teamvote.fix/votes | Paweł Redman | |
2018-04-24 | Discard players' votes when they leave. | Paweł Redman | |
2018-03-16 | Use single quotes in G_LogAutobahn. | Paweł Redman | |
I had forgotten Tremulous didn't like printing double quotes. | |||
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-22 | Can now evolve and be boosted | Cody | |
2018-02-16 | Rewrite G_CalculateStages to fix bugs with trigger_stage. | Paweł Redman | |
2018-02-06 | Allow admins to !slap themselves. | Paweł Redman | |
2018-02-05 | Add knockback to grenades back. | Paweł Redman | |
2018-02-04 | Remove knockback from everything but LC and barbs. | Paweł Redman | |
2018-02-04 | Show the commit hash in qvm_version. | Paweł Redman | |
2018-02-04 | Revert "stop embedding/displaying version information in various cases" | Paweł Redman | |
This reverts commit 82f45b3acaf411e967cb978233786326e5c0c95e. | |||
2017-09-16 | implement !control | /dev/humancontroller | |
2017-09-16 | constize a bunch of input-only pointer function-arguments | /dev/humancontroller | |
2017-09-16 | expose G_admin_permission_guid() | /dev/humancontroller | |
2017-09-16 | expose g_clients | /dev/humancontroller | |
TODO: replace all occurrences of „level.clients“ with „g_clients“ | |||
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-06-25 | further (ACCADEMICALLY_ACCLAIMED) macOS build fixes | narbatucker | |
2017-06-25 | fix macOS build for platform x86_64 | narbatucker | |
2017-05-23 | Fix bug that disallows buying Ckit | MaeJong | |
Inverted ckit and ackit entries in bg_weapons enum | |||
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-21 | Lower granger claw range slightly again | MaeJong | |
Looks stupid at 96 80 should be a good compromise (+16 from default, -16 from last commit) | |||
2017-05-21 | Fix goon BBOX values | MaeJong | |
Bad copypasta ! | |||
2017-05-21 | Reorder BG tables and rewrite BG_Find* functions. | Paweł Redman | |
This commit reorders entries in the weapon, building, class, and upgrade tables, so that the order matches the respective enums. This commit also rewrites most BG_Find* functions to take advantage of this and avoid linear searches. | |||
2017-05-21 | Remove all override code. | Paweł Redman | |
Overrides allowed changing some attributes of buildings and classes using configs (and without having to change the code itself). This commit removes this nonsensical system. | |||
2017-05-21 | Make buildable/class tables values identical to data-1.1.0 overrides | MaeJong | |
2017-05-18 | Improve version checking. | Paweł Redman | |