Doors: Fix trapdoor crash on can_dig with nil-player (e.g. minetest.dig_node)
[oweals/minetest_game.git] / mods / tnt /
2016-07-07 paramatTNT: Add missing 'then'
2016-07-07 tenplus1TNT: When disabled leave some useful functionality...
2016-05-08 paramatTnt: Avoid divide-by-zero errors in calc_velocity() 0.4.14
2016-05-05 FozTnt: Fix bug in dropped item counting
2016-05-01 Auke KokTNT: Combine adjacent TNT into the explosion
2016-04-30 Auke KokTNT: Allow mods to override entity physics.
2016-04-30 Auke KokTNT: Fix multiple explosions erasing drops
2016-04-26 Auke KokTNT: make tnt:boom visual a particle, and larger
2016-04-26 Auke KokTNT: lower smoke particle count and speed.
2016-04-26 Auke KokTNT: self-start boom removal timer.
2016-04-26 Auke KokTNT: make tnt:burning a falling node.
2016-04-26 Auke KokTNT: randomly vary ejecting velocity
2016-04-26 Auke KokTNT: Damage mobs, knock back players
2016-04-26 Auke KokTNT: Whitespace cleanup
2016-04-26 Auke KokTNT: Add on_blast to all nodes with an inventory
2016-04-16 Auke KokCall nodeupdate on the entire blast zone
2016-04-16 Auke KokLimit entity speed to 250m/s.
2016-04-16 Auke KokTNT: Move timer start to on_create() for burning nodes.
2016-04-16 Auke KokTNT: Fix up nil derefs
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)