Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid spawn of silverfish when exploded by tnt (#5420) | Debucquoy Anthony tonitch | 2022-05-07 | 1 | -1/+1 |
| | |||||
* | Fixed Compiler Warnings | x12xx12x | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | Do not fake a tool when converting to pickups (#5170) | Tiger Wang | 2021-03-28 | 1 | -1/+1 |
| | | | | | * When the cause of destruction was world-induced (CanBeAt check failed) there is no tool. Pass the nullptr directly to ConvertToPickups and let it handle it. * Fixes #4795 - Remove unused a_Digger parameter to ConvertToPickups. | ||||
* | Comment and code style fix | Tiger Wang | 2020-12-21 | 1 | -19/+20 |
| | | | | | + Add static keyword - Don't capture everything in lambda | ||||
* | Adding Silverfish Spawning Blocks (#4946) | 12xx12 | 2020-10-11 | 1 | -0/+88 |
* added breaking, spawning, animation * checkstyle * added undocumented API symbols * added changes suggested by @peterbell10 * added natural ore like generation * fixed spawning two silverfishes * fixed clang * fixed clang try 2 * updated comment unified offset * final clang fix * added spawning for more silverfishes if one was damaged * fixed spawning on one hit kill * fixed spawning on one hit kill fixed spawning by potion damage * fixed clang * fixed broken build * fixed broken build * I should read the error message properly fixed build now? * added small changes suggested by @peterbell10 Co-authored-by: 12xx12 <12xx12100@gmail.com> |