Minetest-WorldEditAdditions/worldeditadditions/utils
Starbeamrainbowlabs 38e5c81d33
//subdivide: tally total times so far as we go
- Don't use wea.sum() on a table full of all the times we've recorded
   so far
 - Limit individual stats list lengths to 25 to avoid memory issues when
   running with a large number of chunks
 - Tally total times / metrics as we go to avoid memory issues
2021-02-03 03:04:33 +00:00
..
node_identification.lua Finish bugfixing //forest! 2020-09-14 01:19:15 +01:00
nodes.lua wea.emerge_area: remove debug prints 2021-02-03 00:45:54 +00:00
numbers.lua //subdivide: tally total times so far as we go 2021-02-03 03:04:33 +00:00
raycast_adv.lua Tidy up debug messages 2020-06-15 13:04:42 +01:00
strings.lua human_time: correctly handle non-number inputs 2021-02-03 00:44:42 +00:00
tables.lua //subdivide: tally total times so far as we go 2021-02-03 03:04:33 +00:00
terrain.lua Disable some debug prints, and update docs 2020-09-20 22:07:47 +01:00
vector.lua //erode: Finish the initial round of bugfixing, but I'm on the fence about it. 2020-08-21 20:59:50 +01:00