Commit graph

221 commits

Author SHA1 Message Date
Starbeamrainbowlabs 3f48832fff
Merge branch 'main' into VorTechnix 2021-11-07 14:31:01 +00:00
Starbeamrainbowlabs ea8a91568e
//spiral2: fix crash in parser 2021-10-31 19:48:51 +00:00
Starbeamrainbowlabs f5133d287b
Default to square spirals 2021-10-31 17:11:24 +00:00
Starbeamrainbowlabs e610eb7a92
//spiral2: fix bugs 2021-10-31 16:42:12 +00:00
Starbeamrainbowlabs dae59b63db
//walls: Prevent crash if not parameters are specified by defaulting to dirt as the replace_node 2021-10-31 16:41:52 +00:00
Starbeamrainbowlabs d3a8efb9b8
Add //spiral2, write glue for square spirals
Next up: circular spirals!
2021-10-31 15:11:01 +00:00
Starbeamrainbowlabs 2ae241aee5
Add //ellipsoid2 2021-10-14 01:50:27 +01:00
Starbeamrainbowlabs 653864be99
Start working on //copy, but it's not finished yet.
We need to merge @VorTechnix's branch in first to gain access to 
advanced axis parsing functions before we can complete it.

For this reason, the command registration for //copy is currently 
commented out.
2021-10-11 02:41:45 +01:00
VorTechnix 0352595e41 Merge branch 'main' into VorTechnix 2021-10-10 18:37:58 -07:00
Starbeamrainbowlabs be3166624a
//replacemix: fix crash caused by invalid invocation 2021-09-18 12:16:03 +01:00
VorTechnix bc0658b545 Update init.lua 2021-09-05 09:35:07 -07:00
VorTechnix a5960983e7 Merge branch 'main' into VorTechnix 2021-09-05 09:34:54 -07:00
Starbeamrainbowlabs 2920f7081d
Add //noiseapply 2021-08-07 23:01:15 +01:00
Starbeamrainbowlabs 6cd367915d
//airapply: fix rogue args_parsed 2021-08-07 22:37:45 +01:00
Starbeamrainbowlabs fcd4de3429
//airapply: fix nodes_needed 2021-08-07 22:35:32 +01:00
Starbeamrainbowlabs 10a649e597
//airapply: error handling 2021-08-07 21:16:17 +01:00
Starbeamrainbowlabs e1b1efb7ed
//spop: fix wording 2021-08-07 17:50:28 +01:00
Starbeamrainbowlabs 82c1ebd42c
//sstack: add human-readable approx volume to output 2021-08-07 17:44:26 +01:00
VorTechnix cff58792bf Merge branch 'main' into VorTechnix 2021-08-05 10:43:00 -07:00
Starbeamrainbowlabs f5f486f303
Bugfix //walls: correct nodes_needed calculations to take thickness into account 2021-08-05 02:07:20 +01:00
Starbeamrainbowlabs f30ddbae3b
//walls: add optional thickness argument 2021-08-05 02:00:38 +01:00
Starbeamrainbowlabs 87f84e2482
//bonmeal: add optional node list constraint 2021-08-05 01:17:43 +01:00
Starbeamrainbowlabs ef678e6a05
//layers: fix 2021-08-04 12:17:39 +01:00
Starbeamrainbowlabs db830c6633
Implement slope constraint for //layers, but it isn't tested yet 2021-08-04 01:41:51 +01:00
VorTechnix b20c8f9af1 Merge branch 'main' into VorTechnix 2021-08-01 07:03:31 -07:00
Starbeamrainbowlabs 45def53294
various commands: Upgrade to use wea.split_shell 2021-07-31 16:03:04 +01:00
VorTechnix bd84979393 //sshift added 2021-07-30 14:02:46 -07:00
Starbeamrainbowlabs 655d9ebac9
//many, //multi, parse_reference: various luacheck fixes 2021-07-30 20:07:08 +01:00
Starbeamrainbowlabs c14bb40f7e
//ellipsoidapply: undefined variable fixes 2021-07-30 20:03:31 +01:00
Starbeamrainbowlabs 23e08c5693
//multi: luacheck fix 2021-07-30 20:03:16 +01:00
Starbeamrainbowlabs 1c8d572bb8
//airapply: fix undefined variables 2021-07-30 20:01:38 +01:00
Starbeamrainbowlabs 47303acac1
//convolve: fix wea.convolve returns false, then return the associated error message 2021-07-30 20:00:41 +01:00
Starbeamrainbowlabs 9ccd62845f
//line: correctly return error in parsing function 2021-07-30 19:59:34 +01:00
Starbeamrainbowlabs ee561cd6e4
//convolve: fix luacheck issue 2021-07-30 19:58:23 +01:00
Starbeamrainbowlabs f7cda8c817
//subdivide: Fix referencing undefined global variable 2021-07-30 18:06:44 +01:00
Starbeamrainbowlabs 92451cf125
scale.lua: fix inconsistent whitespace 2021-07-30 18:05:45 +01:00
VorTechnix b795f3b169 dissabled macros -- too buggy 2021-07-29 15:49:37 -07:00
VorTechnix 5757ef892d added //macro 2021-07-28 18:13:15 -07:00
VorTechnix ebae1cd844 update to use player_vector 2021-07-28 18:08:22 -07:00
VorTechnix 0ecd6233ad Update for.lua 2021-07-28 18:06:26 -07:00
VorTechnix 43a59b68ff converted //for to step function 2021-07-28 13:35:52 -07:00
VorTechnix 57369099a7 Update basename.lua 2021-07-28 10:15:03 -07:00
VorTechnix 1436974e9b added //for 2021-07-27 19:56:45 -07:00
VorTechnix f6ed5241b4 documentation for wireframe stuff 2021-07-23 14:12:20 -07:00
VorTechnix 24569c37d3 fixed single nodename crash 2021-07-23 13:13:47 -07:00
VorTechnix 8718e59206 added wcompass 2021-07-23 12:11:08 -07:00
VorTechnix 4b35142044 params to params_text 2021-07-22 13:29:29 -07:00
VorTechnix d7d96ae263 //wbox added 2021-07-20 12:52:19 -07:00
VorTechnix 1a78e61c31 selector aliases to init 2021-07-19 08:55:28 -07:00
VorTechnix f7323afe10 wireframe corner 2021-07-18 17:27:37 -07:00