minetest_game/mods
paramat 2ecbc43a7a Default: Optimise and simplify leafdecay ABM, remove cache
With thanks to contributor tenplus1
Remove leaf cache and globalstep accumulator limiter
Use 'pos' instead of 'p0'
Remove non-essential 'group:liquid' from 'neighbors'
Increase chance value to 10 to compensate for disabled cache
Disable 'catch-up' to avoid the ABM often becoming 10 times more
intensive
Remove use of 'do preserve' bool, instead simply 'return'
Remove unnecessary checks for 'd' and 'd == 0'
Don't 'get' n0, use already present 'node' instead
Swap order two conditionals so that the one most likely is first
2016-08-15 20:42:50 +01:00
..
beds Beds, boats: Replace deprecated get_look_yaw/set_look_yaw 2016-07-27 21:39:22 +01:00
boats Beds, boats: Replace deprecated get_look_yaw/set_look_yaw 2016-07-27 21:39:22 +01:00
bones Use minetest instead of core namespace, discourage via luacheck 2016-08-09 03:47:27 +01:00
bucket Use minetest instead of core namespace, discourage via luacheck 2016-08-09 03:47:27 +01:00
creative Stop shadowing upvalues and definitions. 2016-07-15 21:58:49 +01:00
default Default: Optimise and simplify leafdecay ABM, remove cache 2016-08-15 20:42:50 +01:00
doors Use minetest instead of core namespace, discourage via luacheck 2016-08-09 03:47:27 +01:00
dye Dye: Add global table of dye names and descriptions 2016-03-13 04:49:03 +00:00
farming Add labels to ABMs 2016-08-09 03:56:37 +01:00
fire Add labels to ABMs 2016-08-09 03:56:37 +01:00
flowers Add labels to ABMs 2016-08-09 03:56:37 +01:00
give_initial_stuff Add give_initial_items API 2016-05-01 19:29:15 +01:00
nyancat Nyancat: Fix texture names 2016-07-18 23:47:14 +01:00
screwdriver Screwdriver: disallow rotation with `on_rotate = false` 2016-08-05 20:41:24 +01:00
sethome Tidy sethome code, add global functions, round coords to 1 decimal 2016-07-03 18:40:43 +02:00
stairs Add labels to ABMs 2016-08-09 03:56:37 +01:00
tnt Add labels to ABMs 2016-08-09 03:56:37 +01:00
vessels Vessels: Improve code style 2016-05-23 08:37:58 +01:00
walls Walls: Don't connect to group:cracky 2016-03-18 02:35:28 +00:00
wool Wool: Use adv- and optipng to optimise texture files 2016-07-01 07:03:17 +01:00
xpanes Add steel ladder 2016-03-06 01:31:36 +00:00