Minetest-WorldEditAdditions/worldeditadditions_core/utils/parse
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
..
file StagedVoxelRegion: initial save() implementation. 2023-09-24 02:07:08 +01:00
axes.lua Update utils 2022-09-18 17:32:13 +01:00
axes_parser.lua fix tests 2022-09-19 01:31:47 +01:00
axes_rotation.lua //rotate: start implementing a frontend 2023-12-10 03:16:28 +00:00
chance.lua update more comments 2023-08-03 14:37:05 +01:00
init.lua //rotate: start implementing a frontend 2023-12-10 03:16:28 +00:00
json.lua tests/weaschem: Finish initial tests for parse_header 2023-08-15 19:25:13 +01:00
key_instance.lua comments: update @class definitions 2023-07-02 19:03:46 +01:00
map.lua update more comments 2023-08-03 14:37:05 +01:00
seed.lua update more comments 2023-08-03 14:37:05 +01:00
tokenise_commands.lua update more comments 2023-08-03 14:37:05 +01:00
weighted_nodes.lua update more comments 2023-08-03 14:37:05 +01:00