sbrl / Minetest-WorldEditAdditions

Extra tools and commands to extend WorldEdit for Minetest
https://worldeditadditions.mooncarrot.space/
Mozilla Public License 2.0
16 stars 3 forks source link

//scube, //scol, vectors and vector population, and bulletproofing #42

Closed VorTechnix closed 3 years ago

VorTechnix commented 3 years ago

Rewrote the code for //screct to use the improved method of handling unspecified axes that I developed for //scube. Rewrote player_axis2d to use logic instead of math and a lookup table. Rewrote get_sign to remove dependence on second argument and bulletproofed it against bad input types.