summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2016-12-17Minor style cleanupJPG
2016-12-17Speed-up items list creationJPG
2016-12-17Minor optimizationsJPG
2016-12-16Tweak unknown item tooltipJPG
2016-12-16Some refactoringJPG
2016-12-16Indicate itemstring in tooltip for Unknown ItemsJPG
2016-12-16Fix oversight in previous commitJPG
2016-12-16Fix nil crash on un{craft,fuel}able items in outputJPG
2016-12-16Correctly place a labelJPG
2016-12-16Make the mod be compatible on older clients (<= 0.4.14)JPG
2016-12-16Fix variable shadowingJPG
2016-12-15Minor cleaningJP Guerrero
2016-12-14Set crafting grid limit to 5 for big recipesJP Guerrero
2016-12-14Polish displaying of big recipesJP Guerrero
2016-12-14Add ability to display big recipes (up to 6x6)JP Guerrero
2016-12-14Code cleanupJP Guerrero
2016-12-13Fix nil crash in progressive mode (again)JP Guerrero
2016-12-13Fix nil crash when recipe item is unknownJP Guerrero
2016-12-13Fix list size countingJP Guerrero
2016-12-13Fix nil crash in progressive modeJP Guerrero
2016-12-13Fix checking for big recipesJP Guerrero
2016-12-13Fix checking for big recipesJP Guerrero
2016-12-13Fail gracefully if recipe is greater than 3x3JP Guerrero
2016-12-13Fix minor errorJP Guerrero
2016-12-13Make craftguide's book burnableJP Guerrero
2016-12-13Tune Lua patternJP Guerrero
2016-12-13Make formspec size a setting in minetest.confJP Guerrero
2016-12-13Make formspec size easily configurable by userJP Guerrero
2016-12-13Code cleaning, change BG image (no dependancy on default)JP Guerrero
2016-12-11Fix enter/quit fields stuff (again)JP Guerrero
2016-12-11Show empty button when no matching item created...JP Guerrero
from ghost group is found
2016-12-11Fix craftguide showing rubbish after pressing EscJP Guerrero
2016-12-11Don't show detailed tooltips in main listJP Guerrero
2016-12-11Progressive Mode: Fix item groups not being fully consideredJP Guerrero
2016-12-11Code cleanup, change arrow textureJP Guerrero
2016-12-10Show burnable items in main list and...JP Guerrero
show more infos in tooltip for output item
2016-12-10Add Fuel time indicationJP Guerrero
2016-12-08Add optional Progressive ModeJP Guerrero
The progressive mode is a Terraria-like crafting guide system that only list the items in the crafting guide for which you already have the ingredients in your inventory. The progressive mode is disabled by default and can be enabled with `craftguide_progressive_mode = true` in `minetest.conf`. Thanks to @kaeza and @Wuzzy2 for the idea. See discussion on https://github.com/minetest/minetest_game/issues/1435
2016-12-05Minor style cleaningJP Guerrero
2016-12-04Fix crash in some specific conditionsJP Guerrero
2016-12-03Advanced group support in tooltips (modified by kilbith)Wuzzy2
NOTE: Minetest 0.4.14-dev or 0.4.15 required.
2016-12-01Support for search on pressing Enter and use minetest.colorizeJP Guerrero
NOTE: Minetest 0.4.14-git or 0.4.15 required
2016-08-05Start item listing at index instead of skipping there.Tim
Also fixes a linter warning.
2016-03-17Import changes from xdecorJean-Patrick Guerrero
2016-03-17Import changes from xdecorJean-Patrick Guerrero
2016-03-17Remember last formspec on re-openingJean-Patrick Guerrero
2016-03-17Small simplificationJean-Patrick Guerrero
2016-02-29Change recipe to prevent conflicts and add book group in nodedefkilbith
2016-02-23Fix wrong param name on fields callbackkilbith
2016-02-23Localize more variablesJean-Patrick Guerrero