Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-31 | Replace deprecated getpos() calls (#522) | tuedel | |
2020-07-28 | Movestone servo-motor sound (#487) | leucome | |
2020-06-28 | Unpad insulated wire recipes (#477) | mbartlett21 | |
2020-06-27 | Add sound effects to FPGA programmer (#510) | Wuzzy | |
2020-06-27 | Use mod.conf for dependencies (#492) | David Leal | |
2020-06-27 | Solarpanel: cleanup (#504) | Maksim | |
2020-05-27 | Gates: Modify appearance (#515) | Awkor | |
2020-04-25 | Speed up search for objects to be moved in MVPS (#512) | cheapie | |
2020-01-06 | Refactor actionqueue.lua (#501) | DS | |
Reduce actionqueue complexity, thus faster execution Improve code style Add documentation/explanations | |||
2019-11-10 | FPGA: Add 'unary' value to talbe. Document | SmallJoker | |
2019-11-10 | FPGA: Add NOR operand | SmallJoker | |
2019-11-10 | FPGA: Remove formspec from metadata | SmallJoker | |
2019-11-10 | FPGA: Unify actions in single table | SmallJoker | |
2019-11-04 | Delayer: Combine shared definitions, add protection (#490) | SmallJoker | |
2019-10-05 | Code tidy: Remove redundant params (#486) | HybridDog | |
2019-09-24 | Set mvps_protection_mode default to the documented value (#484, base: #466) | fluxionary | |
2019-09-23 | Use table.copy in mesecons.tablecopy | Vitaliy | |
mesecons.tablecopy didn’t support recursive tables, while Minetest table.copy works well for them. | |||
2019-09-20 | Respect protection in MVPS (#466) | Vitaliy | |
2019-08-25 | Use `modpack.conf` instead of legacy `modpack.txt` (#475) | Panquesito7 | |
2019-08-21 | Add digiline commands for operating node detector (#472) | coil | |
2019-06-27 | Optimize images (#464) | Hugo Locurcio | |
Recompress losslessly using `optipng` and `advpng` | |||
2019-04-10 | Too many glasses in noteblock | Piotr Halama | |
2019-03-17 | Revert "Fix sticky pistons (#403)" (#458) | DS | |
This reverts commit d8f82e6771dc21122a59b3f65dbeb102dab2c372. | |||
2018-12-29 | LuaC: add lightweight interrupts (#449) | Thomas Rudin | |
2018-12-21 | Document inactive block behaviour (#447) | Christopher Head | |
2018-12-21 | Make sticky piston stick falling things as well (#436) | Vitaliy | |
2018-12-09 | Fix typos (#442) | Christopher Head | |
2018-12-09 | Prevent long error message from covering the button | number Zero | |
2018-11-06 | Fix crash in microcontroller (#439) | ne-vlezay80 | |
Add check nil var with bug from crash server. fixes #438 | |||
2018-10-29 | Don’t damage unloaded blocks (#435) | Vitaliy | |
2018-09-18 | Mark 'code' as private as well | luk3yx | |
Saves on bandwidth, however the code is still accessible via the formspec. | |||
2018-09-18 | Mark LuaController memory as private | luk3yx | |
If LuaControllers handle sensitive information, hacked clients could get this information from the LuaController. Marking the memory as private fixes this and saves a small amount of bandwidth. | |||
2018-09-09 | Fix vertical movestone textures (#430) | Vitaliy | |
2018-09-07 | Remove tiny (+0.001) selection box oversize | number Zero | |
2018-09-07 | Make insulated wires’ selection box fit in the node | number Zero | |
2018-08-29 | Update wiki links (#432) | Vitaliy | |
wiki.minetest.net is the official Minetest wiki | |||
2018-08-26 | Noteblock: use new fire sounds (#385) | DS | |
2018-07-24 | Replace usage of default.LIGHT_MAX with minetest.LIGHT_MAX | sfan5 | |
It was moved a long time ago and the former is not guaranteed to be available. fixes #424 | |||
2018-07-23 | Fix Luacontroller’s print() (#422) | Vitaliy | |
Because of working inside the sandbox, it was unable to print tables. | |||
2018-07-23 | Add 'settingtypes.txt' (#350) | Jordan Irwin | |
2018-07-23 | Check protection on microcontroller programming (#420) | SmallJoker | |
Also, fix globals assignment. | |||
2018-07-23 | Let things fall behind movestones (#421) | Christopher Head | |
* Let things fall behind movestones | |||
2018-07-21 | Fix mesecon receiver duplication (#419) | Vitaliy | |
2018-07-18 | Fix crash when error()ing an invalid value on programming (#418) | beyondlimits | |
2018-07-18 | Merge pull request #401 from Wuzzy2/sfx | Vitaliy | |
Add missing sound effects and fix wrong pressure plate sounds | |||
2018-05-15 | Add screenshot.png | rubenwardy | |
2018-03-25 | Replace deprecated methods: | AntumDeluge | |
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool' | |||
2018-02-15 | Fix sticky pistons (#403) | Eduardo Trápani | |
Fixed method name to get the position. | |||
2018-01-30 | Use rotate_simple for insulated wires (#382) | DS | |
2018-01-28 | Change hydroturbine sound to metal | Wuzzy | |