Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-07 | Avoid spawn of silverfish when exploded by tnt (#5420) | Debucquoy Anthony tonitch | 1 | -1/+1 | |
2022-01-14 | Fixed Compiler Warnings | x12xx12x | 1 | -1/+1 | |
2021-03-28 | Do not fake a tool when converting to pickups (#5170) | Tiger Wang | 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. | |||||
2020-12-21 | Comment and code style fix | Tiger Wang | 1 | -19/+20 | |
+ Add static keyword - Don't capture everything in lambda | |||||
2020-10-11 | Adding Silverfish Spawning Blocks (#4946) | 12xx12 | 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> |