Minetest-WorldEditAdditions/worldeditadditions_core/utils
Starbeamrainbowlabs 74a8996afc
//rotate: start implementing a frontend
This is more complicated than I expected.
We've got a new parser and a state machine for the args, but we now need to put these values to use and pass them to worldeditadditions.rotate().
NOTE TO SELF: BE REAL CAREFUL WITH ORIGIN HANDLING.
We MUST NOT pull from sorted pos1/2 by accident! Though I doubt this would be an issue since weac.pos.get(player_name, i) is a thing
2023-12-10 03:16:28 +00:00
..
format Update utils 2022-09-18 17:32:13 +01:00
io StagedVoxelRegion : ..... I really need to come back and comb through this 2023-11-28 00:40:11 +00:00
parse //rotate: start implementing a frontend 2023-12-10 03:16:28 +00:00
strings comment debug 2023-07-04 22:00:28 +01:00
table initial wea.revolve() implementation 2023-01-21 03:24:44 +00:00
terrain comments: update 2023-08-03 14:16:14 +01:00
bit.lua comments: update 2023-08-03 14:16:14 +01:00
chaikin.lua comments: update 2023-08-03 14:16:14 +01:00
EventEmitter.lua EventEmitter: fix luacheck error 2023-11-28 00:33:27 +00:00
inspect.lua comments: update 2023-08-03 14:16:14 +01:00
lru.lua comments: update @class definitions 2023-07-02 19:03:46 +01:00
lru_benchmark.lua comments: update 2023-08-03 14:16:14 +01:00
mesh.lua comments: update @class definitions 2023-07-02 19:03:46 +01:00
node_identification.lua comments: update 2023-08-03 14:16:14 +01:00
NodeListMatcher.lua Add //ngroups, which lists the groups a given node is a member of 2023-11-27 23:44:06 +00:00
nodes.lua comments: update 2023-08-03 14:16:14 +01:00
numbers.lua comments: update 2023-08-03 14:16:14 +01:00
player.lua comments: update 2023-08-03 14:16:14 +01:00
queue.lua comments: update @class definitions 2023-07-02 19:03:46 +01:00
raycast_adv.lua comments: update 2023-08-03 14:16:14 +01:00
set.lua comments: update 2023-08-03 14:16:14 +01:00
setting_handler.lua Merge branch 'main' of https://github.com/sbrl/Minetest-WorldEditAdditions 2023-07-04 14:50:17 -07:00
vector3.lua Vector3.rotate3d: clarity in comment 2023-11-29 00:36:50 +00:00