Commit Graph

  • d0b3cf2887 Attempt to fix #11 JPG 2016-12-18 16:25:23 +01:00
  • 21dad96162 Update the README JPG 2016-12-18 15:30:39 +01:00
  • 0ba0f2826b Minor cleanup JPG 2016-12-17 23:03:46 +01:00
  • d06f2c8cef Don't look up for progressive mode stuff in normal mode JPG 2016-12-17 22:24:26 +01:00
  • 01a846d2a3 More optimizations JPG 2016-12-17 21:16:10 +01:00
  • 6705549a31 Minor style cleanup JPG 2016-12-17 19:15:02 +01:00
  • e5cb84d02e Replace some space indents by tabs JPG 2016-12-17 18:51:04 +01:00
  • 455a937521 Minor style cleanup JPG 2016-12-17 17:59:49 +01:00
  • b3679124fa Speed-up items list creation JPG 2016-12-17 17:39:22 +01:00
  • 0ab9775158 Minor optimizations JPG 2016-12-17 13:15:02 +01:00
  • d6510f1ad4 Tweak unknown item tooltip JPG 2016-12-16 22:55:50 +01:00
  • 34082ac1f2 Some refactoring JPG 2016-12-16 21:34:10 +01:00
  • 17675aa9d0 Indicate itemstring in tooltip for Unknown Items JPG 2016-12-16 15:25:00 +01:00
  • 7f038737a0 Fix oversight in previous commit JPG 2016-12-16 14:57:45 +01:00
  • 997b3c59bb Fix nil crash on un{craft,fuel}able items in output JPG 2016-12-16 14:35:53 +01:00
  • 128413ca04 Correctly place a label JPG 2016-12-16 03:33:07 +01:00
  • 298397e7dd Make the mod be compatible on older clients (<= 0.4.14) JPG 2016-12-16 03:19:58 +01:00
  • d35f525c4f Fix variable shadowing JPG 2016-12-16 03:17:15 +01:00
  • 628f59b89e Minor cleaning JP Guerrero 2016-12-15 01:59:05 +01:00
  • 5469940c3c Set crafting grid limit to 5 for big recipes JP Guerrero 2016-12-14 18:29:08 +01:00
  • ee4cfc119a Polish displaying of big recipes JP Guerrero 2016-12-14 15:59:29 +01:00
  • 1884c92775 Add ability to display big recipes (up to 6x6) JP Guerrero 2016-12-14 15:19:39 +01:00
  • 1cf9eb0a02 Code cleanup JP Guerrero 2016-12-14 00:29:51 +01:00
  • 0be1076edc Fix nil crash in progressive mode (again) JP Guerrero 2016-12-13 23:24:18 +01:00
  • 5113dc407a Fix nil crash when recipe item is unknown JP Guerrero 2016-12-13 22:44:40 +01:00
  • f321647a6b Fix list size counting JP Guerrero 2016-12-13 22:32:23 +01:00
  • 7e1b2b8260 Fix nil crash in progressive mode JP Guerrero 2016-12-13 22:00:03 +01:00
  • 757e537ea4 Fix checking for big recipes JP Guerrero 2016-12-13 21:19:15 +01:00
  • dc1ba8245e Fix checking for big recipes JP Guerrero 2016-12-13 20:04:42 +01:00
  • 6c9e2b385a Fail gracefully if recipe is greater than 3x3 JP Guerrero 2016-12-13 19:48:25 +01:00
  • 25f4b5d3f1 Fix minor error JP Guerrero 2016-12-13 18:17:51 +01:00
  • a74de97c87 Make craftguide's book burnable JP Guerrero 2016-12-13 17:30:43 +01:00
  • 99f2fc1b50 Tune Lua pattern JP Guerrero 2016-12-13 17:12:22 +01:00
  • f141fbf806 Make formspec size a setting in minetest.conf JP Guerrero 2016-12-13 13:10:11 +01:00
  • c2011f4bfc Make formspec size easily configurable by user JP Guerrero 2016-12-13 01:48:45 +01:00
  • 2ff28e3419 Code cleaning, change BG image (no dependancy on default) JP Guerrero 2016-12-13 00:07:46 +01:00
  • f3ce043a53 Fix enter/quit fields stuff (again) JP Guerrero 2016-12-11 20:41:37 +01:00
  • 3f832eac3d Show empty button when no matching item created... from ghost group is found JP Guerrero 2016-12-11 20:20:58 +01:00
  • 5dd1d08943 Fix craftguide showing rubbish after pressing Esc JP Guerrero 2016-12-11 18:14:43 +01:00
  • fd34166855 Don't show detailed tooltips in main list JP Guerrero 2016-12-11 18:03:54 +01:00
  • 9c8ae2b69a Progressive Mode: Fix item groups not being fully considered JP Guerrero 2016-12-11 16:01:51 +01:00
  • aa4f2c55f2 Code cleanup, change arrow texture JP Guerrero 2016-12-10 23:15:02 +01:00
  • 4a5c0acd96 Show burnable items in main list and... show more infos in tooltip for output item JP Guerrero 2016-12-10 21:21:13 +01:00
  • 3f81c7961f Add Fuel time indication JP Guerrero 2016-12-10 17:17:05 +01:00
  • 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 +01:00
  • e8508e1169 Minor style cleaning JP Guerrero 2016-12-05 13:55:41 +01:00
  • 0c3287a415 Fix crash in some specific conditions JP Guerrero 2016-12-04 00:30:56 +01:00
  • 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 +01:00
  • 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 +01:00
  • 51a00b957e Start item listing at index instead of skipping there. Tim 2016-08-05 16:57:20 +02:00
  • 18dd120784 Add .gitignore Tim 2016-08-05 15:55:19 +02:00
  • bd930a9f15 Add screenshot.png Auke Kok 2016-03-27 22:28:17 -07:00
  • 1b25d7ab98 Import changes from xdecor Jean-Patrick Guerrero 2016-03-17 23:39:24 +01:00
  • 91cdc435dc Import changes from xdecor Jean-Patrick Guerrero 2016-03-17 20:22:49 +01:00
  • 852b07f8e4 Remember last formspec on re-opening Jean-Patrick Guerrero 2016-03-17 01:10:34 +01:00
  • cf51f9defa Small simplification Jean-Patrick Guerrero 2016-03-17 00:31:11 +01:00
  • c129894942 Change recipe to prevent conflicts and add book group in nodedef kilbith 2016-02-29 17:21:06 +01:00
  • 3ffc1d9bdc Fix wrong param name on fields callback kilbith 2016-02-23 18:30:41 +01:00
  • 47178406c5 Localize more variables Jean-Patrick Guerrero 2016-02-23 11:43:05 +01:00
  • 3285ea6ec0 Small localization and pattern simplifying Jean-Patrick Guerrero 2016-02-22 14:11:54 +01:00
  • 4904816000 Polish the README kilbith 2016-02-21 09:52:59 +01:00
  • 355abc7993 Initial commit jeanpatrick.guerrero@gmail.com 2016-02-20 15:42:52 -08:00