|
0641a9f55c
|
Merge branch 'utils-move' of github.com:sbrl/Minetest-WorldEditAdditions into utils-move
|
2022-09-18 21:05:16 +01:00 |
|
|
927f2f90f8
|
//hollow: upgrade; fix nodes_needed
|
2022-09-18 21:05:13 +01:00 |
|
|
2f4c333ca0
|
//layers: upgrade
|
2022-09-18 21:05:03 +01:00 |
|
VorTechnix
|
e2947c4ae2
|
Create settingtypes.txt
|
2022-09-18 13:00:36 -07:00 |
|
|
8d6db6d3f5
|
upgrade 7 more commands
|
2022-09-18 20:58:28 +01:00 |
|
|
adfc6d6499
|
Merge branch 'main' into utils-move
|
2022-09-18 20:57:49 +01:00 |
|
|
e167fb1536
|
start working on converting everything to the new utils location
after we've done this, we'll rename utils → lib
|
2022-09-18 17:59:57 +01:00 |
|
|
6f3118036d
|
Update utils
|
2022-09-18 17:32:13 +01:00 |
|
|
2625ed1a53
|
Add positional textures
|
2022-09-18 16:54:33 +01:00 |
|
|
58a7629ea1
|
Initial move of utils wea → wea_c
Here we go...!
|
2022-09-18 16:45:08 +01:00 |
|
|
2b88fa867e
|
fix more warnings
|
2022-09-18 16:33:37 +01:00 |
|
|
4a6cb2551c
|
math.pow → ^
|
2022-09-18 16:30:27 +01:00 |
|
|
52d24a63f3
|
Update changelog
|
2022-09-18 16:27:34 +01:00 |
|
|
0983e09f50
|
multiwand: fix crash on left clicking background
|
2022-09-18 16:21:36 +01:00 |
|
|
cf0be6c1fb
|
EventEmitter: document
|
2022-09-18 16:19:52 +01:00 |
|
|
17d92870b3
|
Add EventEmitter support to wea_c.pos
|
2022-09-18 16:06:23 +01:00 |
|
|
817387d7f2
|
Port EventEmitter from Node.js
|
2022-09-18 15:57:23 +01:00 |
|
|
fa62864e16
|
implement multi-point wand
|
2022-09-18 15:30:53 +01:00 |
|
|
9932852053
|
core: add position manager system
it doesn't save them to disk, but that would not be too difficult to add
|
2022-09-18 03:25:49 +01:00 |
|
|
fd42d96702
|
create initial texture for a multi-select wand
|
2022-09-18 02:25:18 +01:00 |
|
|
08d40c8780
|
fix warnings
|
2022-09-17 23:42:46 +01:00 |
|
|
763ae3db8d
|
Implement 2D bresenham line drawing for #35
We need it to be 3D though.
We essentially just ported f51f153459/src/index.js to Lua, as https://medium.com/geekculture/bresenhams-line-drawing-algorithm-2e0e953901b3 was WRONG as it didn't handle all edge cases and this one is much more optimised.
|
2022-09-17 23:27:57 +01:00 |
|
|
382194321b
|
fixup
|
2022-08-06 15:17:16 +01:00 |
|
|
e6a48c8799
|
fix CI
|
2022-08-06 15:15:36 +01:00 |
|
|
d3900e2ad9
|
Update dependencies
also add missing debug dependency
Ref CI job output
|
2022-08-06 15:03:33 +01:00 |
|
|
63abd1f539
|
build.sh: add export NODE_ENV=production
|
2022-07-06 02:33:37 +01:00 |
|
|
0e7b292bb1
|
docs: serve GitHub avatars locally
|
2022-07-06 01:41:27 +01:00 |
|
|
8eec6a32f7
|
Add CSS minification
|
2022-07-06 00:28:55 +01:00 |
|
|
bd88f93296
|
Update dependencies
|
2022-07-05 20:58:19 +01:00 |
|
|
c465d6efb0
|
Commands that modify the terrain now ignore liquids
|
2022-06-11 21:56:26 +01:00 |
|
|
2d989acee5
|
reference: typo
|
2022-06-11 18:54:04 +01:00 |
|
|
6e0779a4e5
|
//sculpt: Fix undefined default brush
|
2022-06-11 18:53:54 +01:00 |
|
|
77c634dd7d
|
reference: fix subheadings disappearing
|
2022-06-11 16:58:25 +01:00 |
|
|
fc4f64d25a
|
Merge branch 'main' of github.com:sbrl/Minetest-WorldEditAdditions into main
|
2022-06-05 17:13:49 +01:00 |
|
|
e294d96efe
|
//dome+: ensure domes include pos1
|
2022-06-05 17:10:41 +01:00 |
|
VorTechnix
|
dc73e0e1e9
|
sum param clarification
|
2022-05-30 08:38:33 -07:00 |
|
|
be0612e6be
|
Merge pull request #80 from sbrl/VorTechnix
Implement new axis keyword parser system
|
2022-05-30 16:00:01 +01:00 |
|
VorTechnix
|
74ca84fcee
|
Create axes_parser.test.lua
|
2022-05-29 17:49:01 -07:00 |
|
VorTechnix
|
53600789d8
|
added compass directions, fixed tmp.sign bug
|
2022-05-29 16:23:59 -07:00 |
|
VorTechnix
|
6e3252b471
|
Merge branch 'main' into VorTechnix
|
2022-05-24 18:47:41 -07:00 |
|
|
5ac98cfa22
|
tests.sh: use $OSTYPE to decide how to call luarocks
this is ridiculous
|
2022-05-25 02:14:17 +01:00 |
|
|
b94c38bb99
|
tests.sh: add logging to test github actions
|
2022-05-25 02:07:16 +01:00 |
|
VorTechnix
|
98e9888897
|
Merge branch 'main' into VorTechnix
|
2022-05-24 17:35:33 -07:00 |
|
|
50b1df57c4
|
tests.sh: more windows weirdness
|
2022-05-25 01:33:07 +01:00 |
|
VorTechnix
|
d79c187a9d
|
Merge branch 'main' into VorTechnix
|
2022-05-24 16:47:38 -07:00 |
|
|
cb75776164
|
tests.sh: fix eval luarocks path on Windows
Annoyingly luarocks generates batch commands on Windows, even when being
called from Git Bash :-/
|
2022-05-25 00:45:37 +01:00 |
|
VorTechnix
|
021fdac284
|
variable refactor
|
2022-05-23 18:49:24 -07:00 |
|
|
64ff61a4d2
|
Fix override aliases
|
2022-05-24 02:24:43 +01:00 |
|
VorTechnix
|
6ed65074b8
|
unexposed number parser
|
2022-05-23 18:04:34 -07:00 |
|
VorTechnix
|
a8655373a2
|
fixed typo
|
2022-05-23 17:11:26 -07:00 |
|