Commit Graph

15 Commits

Author SHA1 Message Date
1F616EMO~nya
cd3a42cfd7
Fix deprecated function calls (#104)
* Calls to `ObjectRef:moveto()` (Replaced by `ObjectRef:add_pos()` or `ObjectRef:move_to()` depending on engine version)
* Calls to `ObjectRef:setyaw()` (Replaced by `ObjectRef:set_yaw()`)
* Calling `MetaDataRef:set_string()` with `nil` as the second parameter (Replaced by `""`)
2024-06-25 21:31:20 +02:00
ksandr
0f1d53dbde Translate all nodes 2023-12-06 20:08:55 +01:00
ksandr
e74ef691fa Begin translate 2023-12-06 20:08:55 +01:00
Buckaroo Banzai
3e1c1ca208
add luacheck and ci workflow (#88)
* add luacheck and ci workflow

* fix another bunch

* more fixes

* more fixes

* regex magic

* add deps

* doc.lua special rules

* more regex magic

* final fixes

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2023-06-19 07:44:40 +02:00
Gabriel Pérez-Cerezo
972b6919dc Fix rotation and controller being single-use 2022-10-29 21:45:08 +02:00
sfence
ed62ae3275
Fix use_texture_alpha warnings (#79) 2021-08-21 09:42:00 +02:00
tuedel
1c85c822e8
auto_controller: Avoid nil error when digging slopes (#69)
Crashes otherwise if offset field is left empty.
Related: https://github.com/minetest/minetest/issues/10180
2020-08-11 18:57:09 +02:00
FaceDeer
5c0700456c
Optimization of table allocation, more sophisticated entity damage (#37)
This pass cleans up a lot of unnecessary table allocation and disposal, which should help with memory usage and garbage collection.

It also adds some sophistication to the entity damage process from diggers, allowing items to be picked up into Digtron inventory.
2019-01-04 22:06:12 -07:00
FaceDeer
0cb8d2dc33 add ability for Digtron to emerge unloaded map blocks 2018-06-10 23:00:54 -06:00
number Zero
3209856d6b No need to make auto_cycle global 2018-01-26 23:29:26 +03:00
FaceDeer
51b76e193d restoring "emergency abort" functionality to auto-controller 2017-10-15 00:44:12 -06:00
FaceDeer
860890b100 update localization 2017-09-19 23:44:59 -06:00
FaceDeer
ade365df1b making formspecs more systematic and upgradable 2017-09-19 22:57:40 -06:00
FaceDeer
46bffd82d3 standardize config settings 2017-09-12 00:20:52 -06:00
FaceDeer
15b327c842 move node defs and recipes into a subfolder 2017-09-11 23:47:25 -06:00