summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-24Window size: replace settings by buttonsJPG
2016-12-23Replace fuels output icon by fireJPG
2016-12-22Fix non-showing item recipestaikedz
2016-12-18Attempt to fix #11JPG
2016-12-18Update the READMEJPG
2016-12-17Minor cleanupJPG
2016-12-17Don't look up for progressive mode stuff in normal modeJPG
2016-12-17More optimizationsJPG
2016-12-17Minor style cleanupJPG
2016-12-17Replace some space indents by tabsJPG
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