Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Fix use_texture_alpha warnings (#563) | DS | |
2021-04-01 | Compatibility with mtg_craft_guide (#555) | Louis Royer | |
Use group instead of wire when possible Fixes https://github.com/minetest/minetest_game/issues/2843. | |||
2021-03-25 | Fix on-state effector-receptor combos (eg. gates) recepting to everywhere | Desour | |
2021-03-25 | Improve performance of mesecon.turnon and mesecon.turnoff (#556) | DS | |
2021-02-27 | Remove undeclared global variable corner_nodebox (#554) | sys4-fr | |
To avoid warning message at load time. Co-authored-by: sys4 <admin@sys4.fr> | |||
2021-02-27 | Make /tell need shout priv (#553) | wsor4035 | |
2020-12-19 | Replace mesecon.mergetable (#533) | Vitaliy | |
2020-12-19 | Use empty string for protection check if puncher or clicker is nil. | auouymous | |
2020-12-19 | Prevent unauthorized players from toggling blinky plant. | auouymous | |
2020-11-12 | Prevent unauthorized players from changing the noteblock sound. (#547) | auouymous | |
2020-10-09 | Make Lua code area and error label use monospaced font (#541) | Johannes Lundberg | |
2020-09-21 | Restrict Lua controller interrupt IDs (#534) | Vitaliy | |
* Deprecate non-string IIDs * Restrict tabular IIDs to proper trees Fixes crash on recursive interrupt ID (#473) | |||
2020-09-19 | mesecons_doors: Add MTG steel bar door and trapdoor (#523) | tuedel | |
2020-09-17 | Noteblock: Fade out fire sound (#527) | Wuzzy | |
2020-08-24 | Insulated double corner (#524) | Vitaliy | |
* Add insulated double corner * Make single corner curved to match double corner * Remove obsolete regular corner textures | |||
2020-08-15 | Allow admins digging any command block (#525) | Vitaliy | |
Allow admins (i.e. players with the `protection_bypass` privilege) digging any command block | |||
2020-08-08 | Make more nodes trigger special noteblock sounds (#506) | Wuzzy | |
2020-08-01 | Make sounds ephemeral (#521) | Vitaliy | |
The handles were never used anyway | |||
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. |