Use node particles for TNT explosions (#2695)
[oweals/minetest_game.git] / mods / tnt / init.lua
2020-06-02 sfan5Use node particles for TNT explosions (#2695)
2020-05-10 sfan5Switch TNT explosions to use add_player_velocity (...
2020-04-08 sfan5Fix crash on TNT explosions if tnt is disabled
2020-03-06 sfan5Fix TNT mod crash when entities disappear during explos...
2020-02-05 sfan5Convert minetest.sound_play uses to ephemeral
2019-09-10 Yves QuemenerAdd support for MT 5 game translation (rebasing ) ...
2019-08-28 TumeniNodesAdd new TNT sounds
2018-07-01 SmallJokerReplace deprecated function calls
2018-06-01 ParamatTNT: Raise cost of TNT by adding a TNT stick crafting...
2018-04-08 sofarPrevent divide by zero (#2106)
2017-10-10 tenplus1TNT: Add tnt.boom defaults
2017-08-26 tenplus1TNT: Add explode_center flag
2017-08-18 tenplus1TNT: Allow a custom explosion sound to be used
2017-08-13 tenplus1TNT's tnt:boom cleanup (#1868)
2017-07-29 SmallJokerTNT: Only burn visually connected powder (#1857)
2017-07-02 FozTNT: Track TNT owner in metadata for protection mods
2017-05-24 paramatSettings: Use new settings object
2017-05-01 Fernando Carmona... TNT: Gunpowder (and tnt.burn) will trigger the on_ignit...
2017-03-14 Auke KokTNT: start fire nodetimers for created fire nodes.
2017-03-05 Diego MartínezFix some warnings.
2017-01-20 Auke KokTNT: Log explosions and player igniting tnt or gunpowder
2017-01-01 DS-MinetestDecrease the cost of gunpowder for trails
2016-11-22 paramatUpdate 'nodeupdate()' to 'check_for_falling()' API
2016-11-07 Fernando Carmona... Fire / tnt: Make flint-and-steel use node on_ignite...
2016-11-02 Fernando Carmona... Tnt: Flammable TNT and gunpowder that activates when...
2016-10-10 tenplus1Tnt: Various optimisations
2016-08-09 tenplus1Add labels to ABMs
2016-08-09 tenplus1Tnt: Limit blown up dropped stacks to stack_max
2016-08-04 tenplus1TNT: Fix bug with huge stacks
2016-07-15 TimStop shadowing upvalues and definitions.
2016-07-15 TimRemove unused and clean up missused variable-value...
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-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 BlockMenAdd tnt mod (freeminer version)