Restructure code to only check `def` once.
[oweals/minetest_game.git] / mods / tnt /
2016-04-16 red-001Restructure code to only check `def` once.
2016-04-16 Auke KokCalculate blast intensity at all locations.
2016-04-16 Auke KokTNT: Limit amount of stacks ejected.
2016-04-16 Auke KokTNT: Chain reaction
2016-04-16 Auke KokTNT particles: use drops list smartly
2016-04-16 Auke KokTNT: Spacing / codestyle fixes
2016-04-16 red-001Make TNT faster by using `VoxelManip()` for removing...
2016-04-16 red-001Fix TNT mod calculate blast intensity.
2016-04-16 red-001Add TNT API.
2016-04-16 Auke KokTNT: add some depth to the explosion effect
2016-04-16 Auke KokMake TNT a bit more fun.
2016-04-16 Auke KokAllow the on_blast API to pass an itemstack.
2016-02-18 tenplus1added timer to tnt:tnt_burning for explosions
2016-02-18 Craig DavisonRemove log_mods from TNT
2016-02-14 paramatConsolidate ABMs
2016-01-05 ShadowNinjaFix TNT drops being placed inside nodes
2015-09-30 paramatRename to Minetest Game
2015-06-18 paramatFix is_ground_content settings for nodes
2015-06-07 WuzzyAdd gunpowder trails
2015-05-12 NovatuxCopy pos before giving it to on_blast because it can...
2015-05-12 NovatuxFix problems with TNT
2015-05-12 WuzzyMake TNT respect on_blast, implement on_blast for some...
2015-01-10 PilzAdamRemove weird constants in default
2014-07-26 Gabriel HuberFix TNT init for undefined enable_tnt setting
2014-07-22 ShadowNinjaRewrite TNT
2014-07-13 BlockMenAdd protection to TNT (by @tenplus1)
2014-07-05 David GumbergCompress all textures losslessly using optipng and...
2014-07-05 BlockMenAdd tnt mod (freeminer version)