Commit graph

1236 commits

Author SHA1 Message Date
Starbeamrainbowlabs 27beee59f4
schematics spec: finish initial draft 2023-08-11 21:50:28 +01:00
Starbeamrainbowlabs cb2500ca57
schematic spec: add header, TODO 2023-08-11 02:54:17 +01:00
Starbeamrainbowlabs 3bcd050189
schematic spec: describe size & positioning; id map
Next up: data tables & run-length encoding
2023-08-11 02:50:40 +01:00
Starbeamrainbowlabs 4fb6d7f91c
weaschem: finish json schema for header
next up: talking about it, and the ID map...
2023-08-11 01:49:18 +01:00
Starbeamrainbowlabs fc6e50cef1
Start writing a spec for a schematic format
...but it's not finished.
2023-08-09 15:46:12 +01:00
Starbeamrainbowlabs e4539edb4b
rough sketch of the outline of StagedVoxelRegion.
This doesn't include the deltas feature yet
2023-08-09 03:33:56 +01:00
Starbeamrainbowlabs 3c7e1ef545
Create proper io namespace directory 2023-08-08 18:46:41 +01:00
Starbeamrainbowlabs ff94fce503
minor update to CONTRIBUTING.md 2023-08-08 18:31:03 +01:00
Starbeamrainbowlabs 76c02cd42f
update more comments 2023-08-03 14:37:05 +01:00
Starbeamrainbowlabs 9d47dcbcf3
comments: update 2023-08-03 14:16:14 +01:00
Starbeamrainbowlabs 0f25cf5b4e
comments: add @module to wea.sculpt.* 2023-08-03 02:42:46 +01:00
Starbeamrainbowlabs c12bcad8cb
comments: first @module declaration 2023-08-03 02:26:17 +01:00
Starbeamrainbowlabs 09e935380b
'nother namespace 2023-08-03 00:03:13 +01:00
Starbeamrainbowlabs 5e4d51926f
add more namespace comments 2023-08-02 23:58:47 +01:00
Starbeamrainbowlabs 2d066b8ee9
update changelog 2023-08-01 00:41:39 +01:00
Starbeamrainbowlabs cca3c5cb4d
changelog: add credit 2023-08-01 00:39:17 +01:00
Starbeamrainbowlabs fadf4ed06c
Merge branch 'fix-markerdupes' into dev 2023-08-01 00:35:44 +01:00
Starbeamrainbowlabs dd6e34bde1
Update changelog, prepare for (another) release 2023-08-01 00:34:35 +01:00
Starbeamrainbowlabs 125638a079
pos_marker, pos_marker_wall: default to 1 hp 2023-08-01 00:27:07 +01:00
Starbeamrainbowlabs 7be2fb125e
add more debug logging 2023-08-01 00:16:36 +01:00
Starbeamrainbowlabs 6231132055
pos_marker: debug logging; set health = 0 2023-08-01 00:14:43 +01:00
Starbeamrainbowlabs abfd76930a
reference: add //listentities 2023-08-01 00:11:49 +01:00
Starbeamrainbowlabs aec204de8e
add //listentities 2023-08-01 00:07:10 +01:00
Starbeamrainbowlabs daae15eb57
EventEmitter: improve debug logging 2023-07-31 22:06:44 +01:00
Starbeamrainbowlabs deb3fa7af1
Merge branch 'readme-update' into dev 2023-07-31 20:51:35 +01:00
Starbeamrainbowlabs 200e588c59
README: update title; add discord link 2023-07-31 20:51:09 +01:00
Starbeamrainbowlabs d15d9b1c5d
add discord link 2023-07-31 20:25:23 +01:00
Starbeamrainbowlabs e01732ee46
build.sh: fix shellcheck suggestions 2023-07-31 19:59:18 +01:00
Starbeamrainbowlabs bf8c562575
build: switch to deploying the website from dev rather than main 2023-07-31 19:56:31 +01:00
Starbeamrainbowlabs 517110fd2c
Merge branch 'website-add-discord' into dev 2023-07-31 19:54:49 +01:00
Starbeamrainbowlabs f257e303e9
add padding around shield icons 2023-07-31 19:53:55 +01:00
Starbeamrainbowlabs 6fabc89e72
Merge branch 'fix-marker-wall' into dev 2023-07-31 18:25:49 +01:00
Starbeamrainbowlabs 2840ba4dea
bump version, prepare for release 2023-07-31 18:24:32 +01:00
Starbeamrainbowlabs 564785ddf6
When any segment of the marker wall is punched, unmark the entire wall
Fixes #102
2023-07-31 18:22:00 +01:00
Starbeamrainbowlabs 1c90e03d3e
When any segment of the marker wall is punched, unmark the entire wall
Fixes #102
2023-07-31 18:20:06 +01:00
Starbeamrainbowlabs dacbeaf81d
comment debug logging 2023-07-18 00:42:42 +01:00
Starbeamrainbowlabs 878c8241e2
Merge branch 'selection-persistence' into dev 2023-07-18 00:36:08 +01:00
Starbeamrainbowlabs a465a50244
Bump version to 1.14.3 2023-07-18 00:35:19 +01:00
Starbeamrainbowlabs 5505575cf9
Fix regions not remembering their state and being unresettable
This fix means that wwe require minetest 5.2 as a minimum rather than 5.1
ref https://rubenwardy.com/minetest_modding_book/en/quality/common_mistakes.html#be-careful-when-storing-objectrefs-ie-players-or-entities
2023-07-18 00:35:07 +01:00
Starbeamrainbowlabs 186367fb17
Merge branch 'hotfix-subdivide-crash' into dev 2023-07-15 22:00:43 +01:00
Starbeamrainbowlabs fd3ee43728
//subdivide: fix crash 2023-07-15 21:59:24 +01:00
Starbeamrainbowlabs 71de7ff04f
Bugfix: windows + luacov = crash, so disable it on windows for now 2023-07-14 15:06:11 +01:00
Starbeamrainbowlabs 1aa3071154
pos1-2: convert to unix line endings 2023-07-13 00:14:07 +01:00
Starbeamrainbowlabs d60a791dd9
vscode/ium settings: ensure line endings & whitespace are handled correctly 2023-07-13 00:08:49 +01:00
Starbeamrainbowlabs 9d82648ac3
move luacov-html to start with a dot (.)
Otherwise Minetest complains
2023-07-12 22:27:37 +01:00
Starbeamrainbowlabs 2b66de555d
gitignore: ignore archives 2023-07-12 21:49:29 +01:00
Starbeamrainbowlabs e5a2a591af
figure out how to generate code coverage 2023-07-12 21:44:12 +01:00
Starbeamrainbowlabs 54fe3696d4
gitignore: ignore luacov files 2023-07-12 21:28:06 +01:00
Starbeamrainbowlabs ee4b3e09bb
Bump version 2023-07-12 20:30:13 +01:00
Starbeamrainbowlabs 0645bc7b8e
Update changelog 2023-07-12 20:25:38 +01:00