Minetest-WorldEditAdditions/worldeditadditions_core/utils
Starbeamrainbowlabs 9c66288827
Vector3: add rotate3d.
Thanks to GitHub Copilot for the implementation, it just needed
improving around the edges to make it work perfectly.
For the record, copilot generated it in JS, and then
I manually ported it to Lua.
If the Copilot code looks sufficiently similar to your own source,
get in touch and I will give you full credit.
2023-01-20 23:43:07 +00:00
..
format Update utils 2022-09-18 17:32:13 +01:00
parse write tests for parse.chance+seed 2022-09-24 02:51:56 +01:00
strings utils: rename folder tables → table to match API 2022-09-24 13:41:44 +01:00
table utils: rename folder tables → table to match API 2022-09-24 13:41:44 +01:00
terrain Update utils 2022-09-18 17:32:13 +01:00
bit.lua Initial move of utils wea → wea_c 2022-09-18 16:45:08 +01:00
chaikin.lua fix //spline :D 2022-09-25 17:07:37 +01:00
EventEmitter.lua EventEmitter: add debug printing (disabled by default) 2022-09-25 15:03:16 +01:00
inspect.lua Initial move of utils wea → wea_c 2022-09-18 16:45:08 +01:00
io.lua Initial move of utils wea → wea_c 2022-09-18 16:45:08 +01:00
lru.lua Update utils 2022-09-18 17:32:13 +01:00
lru_benchmark.lua Initial move of utils wea → wea_c 2022-09-18 16:45:08 +01:00
mesh.lua Update utils 2022-09-18 17:32:13 +01:00
node_identification.lua Update utils 2022-09-18 17:32:13 +01:00
nodes.lua Update utils 2022-09-18 17:32:13 +01:00
numbers.lua Update utils 2022-09-18 17:32:13 +01:00
player.lua Upgrade more old vector stuff in the corners 2022-09-19 18:54:53 +01:00
queue.lua Initial move of utils wea → wea_c 2022-09-18 16:45:08 +01:00
raycast_adv.lua fix startup crashes; crashes in cloudwand 2022-09-19 17:27:59 +01:00
set.lua Initial move of utils wea → wea_c 2022-09-18 16:45:08 +01:00
vector3.lua Vector3: add rotate3d. 2023-01-20 23:43:07 +00:00