Imre Péntek
8a3f46153c
doc fix, coding style fix
2024-04-16 00:41:57 +02:00
Imre Péntek
ea05043273
doc updated
2024-04-16 00:38:50 +02:00
Imre Péntek
73b9cd1776
code review fix
2024-04-15 12:52:02 +02:00
Imre Péntek
38a370c123
as per https://github.com/Uberi/Minetest-WorldEdit/pull/243#discussion_r1539077301
2024-04-05 14:16:48 +02:00
Imre Péntek
e4794a4486
api doc fix
2024-04-05 14:16:48 +02:00
Imre Péntek
73568e1e66
as per https://github.com/Uberi/Minetest-WorldEdit/pull/243#discussion_r1539073612
2024-04-05 14:16:48 +02:00
Imre Péntek
d4ca3db924
support for //lua =... added
2024-04-05 14:16:48 +02:00
Imre Péntek
a6f68ed4e7
luacheck vs dump
2024-04-05 14:16:48 +02:00
Imre Péntek
145a9ba0aa
make //lua work with expressions as well
2024-04-05 14:16:48 +02:00
fluxionary
f75700ed76
Make //clearobjects remove unknown objects ( #244 )
2024-03-30 00:17:51 +01:00
sfan5
575bfca67a
Run tests on older MT too
2024-03-25 18:01:14 +01:00
David Leal
eac05e3133
Add tooltip to WorldEdit GUI button ( #240 )
2024-03-25 17:58:35 +01:00
sfan5
41efbaf210
Migrate tests to new Docker image
2024-03-25 16:48:09 +01:00
YuGiOhJCJ
045c7510bf
Fix the link to the minetest forums
2024-03-01 11:45:54 +01:00
Andrey Andreyevich Bienkowski
b90eeb1e68
Fix incorrect translation syntax
...
Worldedit was causing a crash when I used the "inspector" feature.
2023-12-13 17:34:09 +01:00
sfan5
341014f94a
More complete German translation
2023-11-24 14:24:18 +01:00
sfan5
b84aa8508a
Add German in-game translation (incomplete)
2023-10-30 17:24:37 +01:00
sfan5
17df0bbf71
Fix an issue with translations and update template
2023-10-30 16:53:12 +01:00
sfan5
36b14413e0
Optimize textures
...
done with: oxipng -Z --strip all
2023-10-28 11:37:05 +02:00
sfan5
1fc6d93112
Move worldedit_wand.png to correct place
2023-10-28 11:34:42 +02:00
Alexander Chibrikin
ccfb6b4d61
Translate worldedit_commands
( #229 )
2023-10-23 20:52:04 +02:00
sfan5
8f60e6f729
Fix clear_objects not working
2023-10-08 18:21:15 +02:00
sfan5
8f86a2120c
Include minimum MT version in modpack.conf
2023-08-06 16:31:36 +02:00
nauta-turbidus
b4202ea779
Trim trailing content when obtaining dedicated_server_step
...
This change trims anything starting with the first space from dedicated_server_step, including single-line comments following the configured value specifically, before using it for calculations. It fixes compatibility-breaking crashes with some mods/games, which change the mentioned value by adding a comment after it. Such a comment is, as far as I know, syntactically valid, and is accepted by the engine it seems.
2023-08-06 14:05:34 +02:00
HybridDog
689ff90a78
Remove unused variables and assignments
2023-06-19 18:24:31 +02:00
sfan5
bf55f52197
Give CI workflows consistent names
2023-06-11 16:09:06 +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
375fbf3c68
Remove trailing whitespaces
2023-06-09 19:51:10 +02:00
HybridDog
cc3aab00bc
Fix tab after space indentations
2023-06-09 19:51:10 +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
HybridDog
099d5047bd
Fix undefined variable access in worldedit.metaload
...
`file` in the deprecated `worldedit.metaload` function was undefined, as reported by luacheck.
2023-06-09 19:47:31 +02:00
sfan5
7f7e928dd9
Switch bare vectors to vector.new()
2023-06-09 14:49:58 +02:00
luk3yx
1a9f66f091
Fix back button in some worldedit_gui pages
2023-06-09 13:59:09 +02:00
sfan5
7a5d76a9bc
Add comprehensive schematic deserialization unit tests
2023-06-09 13:02:37 +02:00
sfan5
5260f595c6
Log deserialization errors
2023-06-07 11:50:33 +02:00
sfan5
7a645eba05
Improve loading and error handling for schematics
2023-06-07 11:41:10 +02:00
sfan5
9417f2bbf1
Harden //mtschemprob against incorrect input
...
closes #216
2023-03-22 21:26:53 +01:00
sfan5
abc9efeeb8
Harden deserialize workaround against unexpected input
...
Otherwise it will stop working entirely soon when the
serialization inside Minetest is reworked.
This allows it to work at least in the cases where the original
bug (LuaJIT register limit) doesn't apply.
2022-06-06 20:39:15 +02:00
sfan5
c223ca4cec
Update IRC link in README
...
closes #207
2021-11-15 00:16:34 +01:00
wsor4035
c8afa95542
Make worldedit_gui error non-fatal
...
to allow worldedit to be used in worldmods
2021-09-21 20:47:57 +02:00
sfan5
670e421f57
Rename util folder
...
because mod loading woes, minetest/minetest#11240
2021-09-21 01:34:10 +02:00
sfan5
770601dd5d
Add automated tests for WorldEdit API functions that run under CI
...
uses a real Minetest instance (Docker)
currently covers most basic manipulations
2021-09-20 23:10:04 +02:00
sfan5
2f2f5a7def
Use minetest.global_exists for LuaJIT check
...
closes #199
2021-09-12 19:35:57 +02:00
Nathan Salapat
7f87f1658e
Add param2 button to WorldEdit GUI
2021-07-23 23:34:13 +02:00
sfan5
4378750498
Use minetest.get_objects_in_area when possible
2021-04-30 19:33:27 +02:00
sfan5
2f26fb7645
WorldEdit 1.3
2021-01-31 00:49:58 +01:00
h3ndrik
f1b6da3c20
Hide gui button in unified_inventory on missing privilege ( #195 )
...
this fixes #151
2020-12-05 14:12:32 +01:00
sfan5
418a30c89e
Raise safe region limit to 20000
2020-10-06 13:53:22 +02:00
sfan5
2f535dd053
worldedit: Document inner working of worldedit.keep_loaded
2020-05-25 19:48:54 +02:00
sfan5
867cd6edc7
Improve node name normalization again
...
so that "desert stone" won't select "desert stone block"
2020-05-12 21:53:01 +02:00