summaryrefslogtreecommitdiff
path: root/src/game/g_buildable.c
AgeCommit message (Collapse)Author
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-02-04Remove knockback from everything but LC and barbs.Paweł Redman
2017-04-15allow replenishing of poison without stupid per-player cooldown delays/dev/humancontroller
2017-04-15generate buildable death sounds/dev/humancontroller
sounds are from the previously-unused portions of the stock data pack; implemented via general sound events and temporary entities
2017-04-15fix repeaters giving power after the reactor loses its health but hasn't ↵/dev/humancontroller
blown up yet
2017-04-15fix a bunch of C-specific programming errors/dev/humancontroller
detected by Clang
2017-04-15remove a bunch of unused variables and some no-op code/dev/humancontroller
2017-04-15fix an apparently WRONG parenthesization/dev/humancontroller
2017-04-15import the cQVM game modulePaweł Redman
replacing the existing one
2017-04-15import the Slacker's QVM code baseSlackerLinux85