minetest_game/mods
Auke Kok 12c763a6c7 TNT: Combine adjacent TNT into the explosion
This uses a vmanip to count adjacent tnt nodes and explodes them
all at once, using an inverse square law to recalculate the radius.
The maximum explosion becomes 125 nodes of tnt yielding a radius of
15 nodes, which does not break my machine and makes it return
in under a second.

This makes both bigger explosions and less stability issues.

The drop code has been simplified and now drops at all times a
reasonable amount of drops, never blanketing the area with drops,
even at the larges explosion level.

Particles are scaled up according to explosion size as well - a
bigger explosion will show bigger particles.

To scale the tnt:boom particle, we move it to the _effects() function.
2016-05-01 18:57:45 +01:00
..
beds Beds: Quicker saves with tidy output 2016-04-29 23:18:05 +01:00
boats Boats: Increase maximum velocity to 5n/s 2016-04-16 19:27:47 +01:00
bones TNT: Add on_blast to all nodes with an inventory 2016-04-26 22:33:59 +01:00
bucket Rename to Minetest Game 2015-09-30 23:33:12 +01:00
creative Creative: Add myself in credits 2016-04-04 05:39:29 +01:00
default Default: Add function 'node_sound_gravel_defaults()' 2016-04-29 23:19:30 +01:00
doors Doors: Use LBM instead of ABM to convert doors. 2016-04-19 02:57:54 +01:00
dye Dye: Add global table of dye names and descriptions 2016-03-13 04:49:03 +00:00
farming Farming: Add quiet sounds to seeds 2016-04-23 20:09:04 +01:00
fire Fire: Higher chance of removing flammable nodes 2016-04-19 05:33:13 +01:00
flowers Flowers: Fix waterlily node's duplication with stack of 1 2016-04-23 20:08:43 +01:00
give_initial_stuff Remove / replace all print() calls 2013-11-17 11:55:46 +01:00
screwdriver Changes to Screwdriver to add new drivers. 2016-03-22 15:45:39 +00:00
sethome Fix some undeclared global variables 2014-11-30 18:02:33 +01:00
stairs Consolidate ABMs 2016-02-14 05:22:20 +00:00
tnt TNT: Combine adjacent TNT into the explosion 2016-05-01 18:57:45 +01:00
vessels TNT: Add on_blast to all nodes with an inventory 2016-04-26 22:33:59 +01:00
walls Walls: Don't connect to group:cracky 2016-03-18 02:35:28 +00:00
wool ability to dye coloured wool white 2016-01-29 03:50:07 +00:00
xpanes Add steel ladder 2016-03-06 01:31:36 +00:00