Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | rewrite and optimize G_OverflowCredits() | Theriaca | |
- now always prioritizes poor players - synchronizes PERS_CREDIT once per loop, instead of constantly additionally, rename: - G_AddCreditToClient -> G_AddFundsToClient - G_OverflowCredits -> G_OverflowFunds - 'credit(s)' parameters -> 'funds' | |||
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-02-04 | Remove knockback from everything but LC and barbs. | Paweł Redman | |
2017-04-15 | allow replenishing of poison without stupid per-player cooldown delays | /dev/humancontroller | |
2017-04-15 | generate 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-15 | fix repeaters giving power after the reactor loses its health but hasn't ↵ | /dev/humancontroller | |
blown up yet | |||
2017-04-15 | fix a bunch of C-specific programming errors | /dev/humancontroller | |
detected by Clang | |||
2017-04-15 | remove a bunch of unused variables and some no-op code | /dev/humancontroller | |
2017-04-15 | fix an apparently WRONG parenthesization | /dev/humancontroller | |
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 | |