summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-21Minor fixes to the last commit.Paweł Redman
2019-02-21change the ban & kick messagesnarbatucker
2018-11-24Notify humans whenever the RC is hit by a teammate.Paweł Redman
2018-11-23Notify all aliens whenever the OM is hit by a teammate.Paweł Redman
2018-11-23Fix a potential bug.Paweł Redman
2018-11-16Merge branch 'random-shit' into stagingPaweł Redman
2018-11-16Fix 88d21e69 disabling say_area completely.Paweł Redman
2018-11-14Work around control code causing segfaults.Paweł Redman
2018-11-13implement !showff, a targetable FFire trackerTheriaca
2018-11-08Up the barricade's health and regen rate.Paweł Redman
2018-11-03show the voters what they votedTheriaca
2018-08-13Replace calls to stnrcpy with calls to Q_strncpyz.Paweł Redman
2018-06-22Fix console erroneously being treated as a lower level admin.Paweł Redman
2018-05-06forgot a newlinenarbatucker
2018-05-06setrotation commandnarbatucker
2018-04-24Allow players to leave the team during a teamvote.fix/votesPaweł Redman
2018-04-24Discard players' votes when they leave.Paweł Redman
2018-03-16Use single quotes in G_LogAutobahn.Paweł Redman
I had forgotten Tremulous didn't like printing double quotes.
2018-03-06Log all Autobahn events.Paweł Redman
2018-03-06Log 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-25show guidless players with a flagnarbatucker
2018-02-24Revert "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-23Add !curse with some basic features.Paweł Redman
2018-02-22Can now evolve and be boostedCody
2018-02-16Rewrite G_CalculateStages to fix bugs with trigger_stage.Paweł Redman
2018-02-06Allow admins to !slap themselves.Paweł Redman
2018-02-05Add knockback to grenades back.Paweł Redman
2018-02-04Remove knockback from everything but LC and barbs.Paweł Redman
2018-02-04Show the commit hash in qvm_version.Paweł Redman
2018-02-04Revert "stop embedding/displaying version information in various cases"Paweł Redman
This reverts commit 82f45b3acaf411e967cb978233786326e5c0c95e.
2017-09-16implement !control/dev/humancontroller
2017-09-16constize a bunch of input-only pointer function-arguments/dev/humancontroller
2017-09-16expose G_admin_permission_guid()/dev/humancontroller
2017-09-16expose g_clients/dev/humancontroller
TODO: replace all occurrences of „level.clients“ with „g_clients“
2017-07-09fix 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-25Don't build anything but game libs by default.Paweł Redman
2017-06-25furthermore, fix QVM compiling on all platforms (ACADEMICALLY_ACCLAIMED too, ↵narbatucker
and no typos this time)
2017-06-25further (ACCADEMICALLY_ACCLAIMED) macOS build fixesnarbatucker
2017-06-25fix macOS build for platform x86_64narbatucker
2017-05-23Fix bug that disallows buying CkitMaeJong
Inverted ckit and ackit entries in bg_weapons enum
2017-05-22Display 0 as Schachtmeister judgement instead of N/A if admin has flag INCOGNITOMaeJong
2017-05-22Remove GUID stub from listplayers and namelogMaeJong
The GUID stub was useless, and a privacy/security leak
2017-05-21Lower granger claw range slightly againMaeJong
Looks stupid at 96 80 should be a good compromise (+16 from default, -16 from last commit)
2017-05-21Fix goon BBOX valuesMaeJong
Bad copypasta !
2017-05-21Reorder 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-21Remove 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-21Make buildable/class tables values identical to data-1.1.0 overridesMaeJong
2017-05-18Improve version checking.Paweł Redman