1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-09-27 23:20:18 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
sfan5
57e7d4c488 Add polyfill for vector.copy()
closes #246
You could say I am doing this against better judgement, but this is
really a simple and easy fix for my problem.
2024-05-26 15:42:15 +02:00
sfan5
e20a5a4e09 Teach LuaCheck about vector.* fields 2024-05-26 15:37:06 +02:00
sfan5
acb3ecefe4 Split up some files in worldedit mod 2024-04-22 00:01:31 +02:00
imre84
883caff58d
Make //lua work with expressions as well (#243) 2024-04-20 20:00:41 +02:00
HybridDog
689ff90a78
Remove unused variables and assignments 2023-06-19 18:24:31 +02:00
HybridDog
79e5e64c44 luacheck: Reduce the number of ignored codes
After the recent changes, luacheck can be configured to be more strict now, for example to check for inconsistent indentation and undefined variables.
2023-06-10 11:38:23 +02:00
HybridDog
eff01bc8e7
Add code linting with luacheck (#221)
With luacheck mistakes in Lua code can be found, e.g. the use of undefined variables, and the code style can be checked.
workflow by @Panquesito7
2023-06-09 19:48:46 +02:00