Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-01-28 | Fix sounds of pressure plates, change groups | Wuzzy | |
2018-01-28 | Add sounds for wires and piston heads | Wuzzy | |
2018-01-22 | Improve LuaController security (#393) | 20kdc | |
Fixes: 1. Lack of 'safe' on minetest.deserialize usage 2. String sandbox bypass via (""):evil() 3. Loss of upcoming digilines messages on server shutdown 4. LCs failing to show information on some errors 5. Interrupt IDs as infinite data storage | |||
2018-01-18 | Sticky block: Add texture, sounds and groups (#397) | Wuzzy | |
2018-01-14 | Microcontroller craft fallbacks for detectors (#390) | CloudyProton | |
Register both luacontroller and microcontroller variations of detector craft recipes. | |||
2018-01-13 | Limit and optimize digiline_send (#379) | Christopher Head | |
* Close vulnerability and optimize digiline_send `digiline_send` as it previously existed was vulnerable to a time-of-check-to-time-of-use vulnerability in which a table could be sent, size-checked, and then modified after the send but before delivery. This would allow larger tables to be sent. It was also slow because it called `minetest.serialize`. Fix both of these by implementing custom message cleanup logic which simultaneously computes the message’s cost. * Clean up interaction with Digilines Use `minetest.global_exists` to avoid an undefined global variable warning when operating a Luacontroller with Digilines not available. Use the new `digilines` table in preference to the old `digiline` table. * Copy received messages When a Digiline message is received at a Luacontroller, copy it so that local modifications made by the Luacontroller code will not modify copies of the table that are being passed to other nodes on the Digiline network. | |||
2018-01-07 | Check for falling after piston pusher removal (#392) | DS | |
2017-11-01 | Set is_ground_content to false (#386) | DS | |
2017-10-29 | Make the fpga overheat | DS-Minetest | |
2017-10-21 | Fix typo | number Zero | |
2017-10-18 | Publish some LuaC API (#348) | Vitaliy | |
2017-10-18 | MVPS: pull objects (#374) | DS | |
2017-10-18 | Check for falling nodes on MVPS move (#371) | DS | |
2017-10-15 | Add bower compatibility (#347) | Diogo Gomes | |
2017-10-08 | Improve movestones (#366) | DS | |
Improve the code and add vertical movestones | |||
2017-10-08 | Remove obsolete nodeupdate call | number Zero | |
It wasn't necessary, actually. | |||
2017-10-08 | Rewrite pistons (#362) | DS | |
2017-10-08 | MVPS: Improve object move (#367) | DS | |
2017-10-08 | Improve rules and rule handling (#370) | DS | |
2017-10-07 | Handle blasts (#356) | DS | |
2017-10-06 | Support an on-move callback (#363) | DS | |
2017-10-04 | Make removestone check nodes above for falling (#357) | DS | |
Fixes a part of #290. | |||
2017-10-04 | Do not reset conductor param2 on place (#364) | DS | |
2017-10-03 | fpga: Make rotatable with screwdrivers | DS-Minetest | |