Commit Graph

  • 757e537ea4 Fix checking for big recipes JP Guerrero 2016-12-13 21:19:15 +0100
  • dc1ba8245e Fix checking for big recipes JP Guerrero 2016-12-13 20:04:42 +0100
  • 6c9e2b385a Fail gracefully if recipe is greater than 3x3 JP Guerrero 2016-12-13 19:48:25 +0100
  • 25f4b5d3f1 Fix minor error JP Guerrero 2016-12-13 18:17:51 +0100
  • a74de97c87 Make craftguide's book burnable JP Guerrero 2016-12-13 17:30:43 +0100
  • 99f2fc1b50 Tune Lua pattern JP Guerrero 2016-12-13 17:12:22 +0100
  • f141fbf806 Make formspec size a setting in minetest.conf JP Guerrero 2016-12-13 13:10:11 +0100
  • c2011f4bfc Make formspec size easily configurable by user JP Guerrero 2016-12-13 01:48:45 +0100
  • 2ff28e3419 Code cleaning, change BG image (no dependancy on default) JP Guerrero 2016-12-13 00:07:46 +0100
  • f3ce043a53 Fix enter/quit fields stuff (again) JP Guerrero 2016-12-11 20:41:37 +0100
  • 3f832eac3d Show empty button when no matching item created... from ghost group is found JP Guerrero 2016-12-11 20:20:58 +0100
  • 5dd1d08943 Fix craftguide showing rubbish after pressing Esc JP Guerrero 2016-12-11 18:14:43 +0100
  • fd34166855 Don't show detailed tooltips in main list JP Guerrero 2016-12-11 18:03:54 +0100
  • 9c8ae2b69a Progressive Mode: Fix item groups not being fully considered JP Guerrero 2016-12-11 16:01:51 +0100
  • aa4f2c55f2 Code cleanup, change arrow texture JP Guerrero 2016-12-10 23:15:02 +0100
  • 4a5c0acd96 Show burnable items in main list and... show more infos in tooltip for output item JP Guerrero 2016-12-10 21:21:13 +0100
  • 3f81c7961f Add Fuel time indication JP Guerrero 2016-12-10 17:17:05 +0100
  • 864b43da2c Add optional Progressive Mode 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`. JP Guerrero 2016-12-08 02:31:04 +0100
  • e8508e1169 Minor style cleaning JP Guerrero 2016-12-05 13:55:41 +0100
  • 0c3287a415 Fix crash in some specific conditions JP Guerrero 2016-12-04 00:30:56 +0100
  • c69c9d6c67 Merge bfeb351ad1 into ebcedb44b9 #5 Napiophelios 2016-12-03 20:48:56 +0000
  • ebcedb44b9 Advanced group support in tooltips (modified by kilbith) NOTE: Minetest 0.4.14-dev or 0.4.15 required. Wuzzy2 2016-12-03 15:35:04 +0100
  • 93c2d3dc81 Support for search on pressing Enter and use minetest.colorize NOTE: Minetest 0.4.14-git or 0.4.15 required JP Guerrero 2016-11-30 17:28:56 +0100
  • 3ac3e3702d Merge 50be3ba0fc into 51a00b957e #7 Wuzzy 2016-11-29 23:51:58 +0000
  • 50be3ba0fc Add special tooltip for group slots #7 Wuzzy 2016-11-30 00:38:50 +0100
  • b8387f9af3 Add more group images Wuzzy 2016-11-05 06:10:29 +0100
  • 39237893f2 Add special tooltip for group slots Wuzzy 2016-11-05 05:46:51 +0100
  • bfeb351ad1 edit def.groups #5 Napiophelios 2016-10-19 03:52:04 -0400
  • 51a00b957e Start item listing at index instead of skipping there. Tim 2016-08-05 16:57:20 +0200
  • 18dd120784 Add .gitignore Tim 2016-08-05 15:55:19 +0200
  • bd930a9f15 Add screenshot.png Auke Kok 2016-03-27 22:28:17 -0700
  • 1b25d7ab98 Import changes from xdecor Jean-Patrick Guerrero 2016-03-17 23:39:24 +0100
  • 91cdc435dc Import changes from xdecor Jean-Patrick Guerrero 2016-03-17 20:22:49 +0100
  • 852b07f8e4 Remember last formspec on re-opening Jean-Patrick Guerrero 2016-03-17 01:10:34 +0100
  • cf51f9defa Small simplification Jean-Patrick Guerrero 2016-03-17 00:31:11 +0100
  • c129894942 Change recipe to prevent conflicts and add book group in nodedef kilbith 2016-02-29 17:21:06 +0100
  • 3ffc1d9bdc Fix wrong param name on fields callback kilbith 2016-02-23 18:30:41 +0100
  • 47178406c5 Localize more variables Jean-Patrick Guerrero 2016-02-23 11:43:05 +0100
  • fefeeef970 Merge d948759858 into eb723e4a68 #4 tenplus1 2016-02-23 10:46:10 +0000
  • eb723e4a68 Localize more variables Jean-Patrick Guerrero 2016-02-23 11:43:05 +0100
  • d948759858 Can search using button or hitting enter #4 tenplus1 2016-02-22 15:30:06 +0000
  • 3285ea6ec0 Small localization and pattern simplifying Jean-Patrick Guerrero 2016-02-22 14:11:54 +0100
  • bbd687b77b Revert "Search using [?] button or pressing <Return>" #3 kilbith 2016-02-22 14:01:40 +0100
  • a3aac0b3c6 Merge pull request #2 from tenplus1/patch-2 kilbith 2016-02-22 13:45:13 +0100
  • bd953b58aa Search using [?] button or pressing <Return> #2 tenplus1 2016-02-22 12:40:22 +0000
  • 56c5300034 Revert "Search using enter/return key also" Jean-Patrick Guerrero 2016-02-22 13:02:39 +0100
  • 8fd58cf38b Merge pull request #1 from tenplus1/patch-1 kilbith 2016-02-22 12:52:50 +0100
  • cb76f4cf2c Search using enter/return key also #1 tenplus1 2016-02-22 11:49:50 +0000
  • 4904816000 Polish the README kilbith 2016-02-21 09:52:59 +0100
  • 355abc7993 Initial commit jeanpatrick.guerrero@gmail.com 2016-02-20 15:42:52 -0800