summaryrefslogtreecommitdiff
path: root/src/game/g_buildable.c
AgeCommit message (Collapse)Author
2017-06-28Buff the hive, and debug lazy devs' fuckerygame/hiveMaeJong
- Lower BP cost from 12 to 10 - Increase range from 300 to 400 (read bugfix section) - Increase swarm speed from 240 to 320 (sprint or hide behind walls to avoid) Bug fix: - The hive code relied on ACIDTUBE_RANGE (300) instead of HIVE_RANGE (400)
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