- Apr 26, 2016
-
-
electrodude authored
-
Jeija authored
Closes #265
-
- Apr 21, 2016
-
-
Florian Euchner authored
Escape command block commands for formspec
-
Carter Kolwey authored
-
- Apr 02, 2016
-
-
Pedro Gimeno authored
Disabling LuaJIT for user code enables normal working of debug.sethook() even for loops. The drawback is that that code will run more slowly. The fourth parameter of string.find indicates whether the second parameter should be interpreted literally (true) or as a pattern (false). Allowing patterns enables DoS attacks, but it's possible to allow literal matching with little effort, by disallowing the function only if the fourth parameter (plain mode) is not `true`.
-
- Mar 14, 2016
-
-
Jeija authored
-
- Mar 13, 2016
- Feb 28, 2016
-
- Feb 27, 2016
-
-
Jeija authored
-
- Feb 23, 2016
-
-
Jeija authored
-
Samuel Sieb authored
-
- Feb 19, 2016
-
-
Jeija authored
and remove debug output
-
Jeija authored
This is a major speedup for large mesecon machines / structures. Force-loaded areas are stored in a file to be persistent over server reboots. By default, areas are unloaded after 10 minutes (600s) without usage, this can be customized with the mesecon.forceload_timeout setting. Please turn max_forceloaded_blocks up for better performance.
-
- Feb 16, 2016
-
-
Jeija authored
-
- Feb 15, 2016
- Feb 14, 2016
-
-
Jeija authored
-
Jeija authored
-
Jeija authored
Merge branch 'playerdetector_update' of https://github.com/HybridDog/minetest-mod-mesecons into HybridDog-playerdetector_update
-
Jeija authored
Merge branch 'fix_pistons' of https://github.com/HybridDog/minetest-mod-mesecons into HybridDog-fix_pistons
-
Auke Kok authored
I've implemented a new door API in minetest_game that performs all the needed things to assure doors are properly openend and closed, without mods needing to know the inner details of what needs to be done. Mesecons can just fetch a reference to the door object and call the appropriate open or close method, which simplifies this code a lot. For compatibility, this code retains the old code path and tests whether the new API is available, so this code remains functional if the new API is not available. Since the metal trapdoor was only recently added, I added it to the new API codepath only, it's unlikely to be present on older versions of minetest_game anyway. As a benefit from the new door API, there is now absolutely no more accidental switching closed trapdoors to open on power off, which could happen with the old method - since that was just a simple toggle.
-
- Feb 09, 2016
- Jan 03, 2016
-
-
HybridDog authored
-
- Jan 02, 2016
-
-
Jeija authored
-
HybridDog authored
-
Carter Kolwey authored
-
- Dec 29, 2015
-
-
Jeija authored
-
- Dec 27, 2015
-
-
Auke Kok authored
Playing stereo sounds positionally in OpenAL causes it to play the sounds unattenuated - same volume for all distances. This shouldn't happen, and makes noteblocks unneccesarily loud from very far away. Convert all noteblock samples to mono, 22kHz 64kbit.
-
- Dec 15, 2015
-
-
Jeija authored
-
- Nov 20, 2015
-
-
Jeija authored
Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code! Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available by reading the documentation.json file.
-
Jeija authored
-
- Oct 18, 2015
-
-
Jeija authored
If size limit is exceeded, the luacontroller overheats. Overheating will cause the memory to be erased.
-
- Oct 04, 2015
-
-
Jeija authored
-
Jeija authored
-
Florian Euchner authored
Use right mouse button instead of left to press button and change state of switch and lever.
-
- Oct 01, 2015
-
-
Marcin authored
-