Commit Graph

633 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 7ef3d694a7
Add syntax check 2021-07-30 18:12:28 +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
Starbeamrainbowlabs ecb846fcfe
//erode river: fix undefined global variable 2021-07-30 18:03:39 +01:00
Starbeamrainbowlabs bd1da727a4
Integrate split_shell into worldeditadditions
...it's not used anywhere yet though
2021-07-28 18:32:41 +01:00
Starbeamrainbowlabs b708fec2db
fixup 2021-07-28 18:07:21 +01:00
Starbeamrainbowlabs 6a77b3cd21
split_shell: fix escape handling by unwinding escaping by 1 level 2021-07-28 17:54:44 +01:00
Starbeamrainbowlabs c282e286bb
split_shell: correctly handle escaping edge cases 2021-07-28 17:49:18 +01:00
Starbeamrainbowlabs 31a4d89a49
TEST: implement split_shell 2021-07-28 17:39:09 +01:00
Starbeamrainbowlabs a3bba21266
CONTRIBUTING.md: fiddle with layout 2021-07-27 00:38:51 +01:00
VorTechnix db8aef5f7c
fixed contributing link and removed redundent entry 2021-07-26 16:35:18 -07:00
VorTechnix 77fef22d29 Update CONTRIBUTING.md with template 2021-07-26 16:29:37 -07:00
Starbeamrainbowlabs 2687c4a5f6
README: Add link to contributing guide 2021-07-27 00:09:05 +01:00
Starbeamrainbowlabs d00b5a6213
docs/Tutorial: typo 2021-07-26 19:06:23 +01:00
VorTechnix 19404484a0
Preserve Air During Schematic Load 2021-07-21 12:37:52 -07:00
Starbeamrainbowlabs 22c404b320
build.sh: only do ci tasks on main branch 2021-07-21 02:29:05 +01:00
Starbeamrainbowlabs 73e07eb013
bit polyfill: tiny tweak 2021-07-19 00:26:52 +01:00
Starbeamrainbowlabs 9020948dc5
bit polyfill: fix undeclared global accessed warning 2021-07-19 00:26:19 +01:00
Starbeamrainbowlabs fa2c0642c1
Fix typo in comment 2021-07-18 20:11:10 +01:00
Starbeamrainbowlabs 53f387344a
fixup 2021-07-18 00:00:22 +01:00
Starbeamrainbowlabs 496d41731a
Update changelog to add //airapply 2021-07-17 21:36:55 +01:00
Starbeamrainbowlabs e4d3f26692
perlin: use wea.bit.band 2021-07-17 21:34:50 +01:00
Starbeamrainbowlabs 5c7b5432d9
Add bit polyfill from https://github.com/Rabios/polyfill.lua 2021-07-17 21:31:31 +01:00
Starbeamrainbowlabs a80ab3b657
reference: update airapply & ellipsoidapply 2021-07-16 23:02:56 +01:00
Starbeamrainbowlabs 8b4ba8ccc1
airapply, ellipsoidapply: allow //multi to be a subcommand 2021-07-16 23:00:31 +01:00
Starbeamrainbowlabs eed691f6e0
Document //airapply 2021-07-16 22:26:41 +01:00
Starbeamrainbowlabs 271032a6d7
Merge pull request #68 from sbrl/VorTechnix
Add measurement tools, the start of worldeditadditions_core, some bug fixes, and other goodness :D
2021-07-15 22:13:01 +01:00
VorTechnix c1bfb496b5 Merge branch 'VorTechnix' of https://github.com/sbrl/Minetest-WorldEditAdditions into VorTechnix 2021-07-15 14:09:16 -07:00
VorTechnix caed5e7195 Create depends.txt 2021-07-15 14:09:14 -07:00
VorTechnix 49617b7f47
params_text in def.parse worldeditadditions_core/register/check.lua
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-07-15 14:04:43 -07:00
VorTechnix 7b651d7abe
Fix typo worldeditadditions_core/init.lua
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-07-15 13:47:37 -07:00
VorTechnix 0ad0c63def
Fix typos in mtools
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-07-15 13:44:56 -07:00
Starbeamrainbowlabs 57caddece7
airapply: fix header 2021-07-15 21:39:25 +01:00
VorTechnix a06413977e
fix mcount Chat-Command-Reference.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-07-15 13:29:25 -07:00
VorTechnix c57e8e6558 Merge branch 'main' into VorTechnix 2021-07-15 13:27:30 -07:00
VorTechnix e3dd7ae428 fixed optional dependency on worleditdebug 2021-07-15 12:00:05 -07:00
VorTechnix a6d5ead042 m-tools docs update 2021-07-15 11:45:06 -07:00
VorTechnix b605ab5a5c added m-tools to chat com ref 2021-07-15 11:31:22 -07:00
Starbeamrainbowlabs 1930b8c64d
tests/new: fix Vector3 tests 2021-07-15 02:19:42 +01:00
Starbeamrainbowlabs 0fef39d707
Vector3: Implement __concat operator overloading
Now you can do this:

local v = wea.Vector3.new(3, 4, 5)
print(v.."yay")
2021-07-15 02:18:21 +01:00
Starbeamrainbowlabs 0b379c48cb
Implement //airapply
For #56, but the docs aren't written yet so we'll wait on closing it 
until I've written them.
2021-07-15 02:17:14 +01:00
VorTechnix 0d7043b537 Update CHANGELOG.md 2021-07-13 19:44:18 -07:00
VorTechnix 5ac0b8a04c Update mtrig.lua 2021-07-13 19:43:56 -07:00
Starbeamrainbowlabs 0d1900d37c
Add airlike backend command, but it's nto tested or hooked up yet 2021-07-13 23:49:21 +01:00
Starbeamrainbowlabs aeea17524d
benchmark the new LRU cache implementation 2021-07-13 23:42:19 +01:00
Starbeamrainbowlabs 81957070f9
Implement an LRU cache 2021-07-13 23:42:08 +01:00
Starbeamrainbowlabs e799a2ea61
Refactor Queue implementation into separate file 2021-07-13 22:02:34 +01:00
VorTechnix 428ec12918 Update mtrig.lua 2021-07-13 09:59:53 -07:00
VorTechnix 9d2a0ca23c round mtrig values 2021-07-13 09:54:11 -07:00
VorTechnix 3f6b8f4d21 Fix and stabilize //mtrig 2021-07-13 09:09:40 -07:00