Skip to content
Snippets Groups Projects
  1. Jul 05, 2016
    • Foghrye4's avatar
      Adding minetest.clear_craft · 281e9f39
      Foghrye4 authored
      Modifications by est31: grammar fixes in doc + error messages and
      a little style fix, no functional change.
      281e9f39
  2. Mar 20, 2016
    • ShadowNinja's avatar
      Clean up Strfnd · 93887043
      ShadowNinja authored
      Changes:
        * Fix indentation.
        * Pass strings by const reference.
        * Merge Strfnd and WStrfnd into one class instead of copying them.
        * Remove trailing spaces.
        * Fix variable names.
        * Move to util.
        * Other miscellaneous style fixes.
      93887043
  3. Nov 15, 2015
  4. Aug 26, 2015
  5. Jul 04, 2015
  6. Jun 22, 2015
  7. May 08, 2015
  8. Apr 26, 2015
    • est31's avatar
      Remove craftdef serialisation · 27e3a353
      est31 authored
      It isn't needed anymore, sending ICraftDefManager over the network has been obsoleted
      by protocol version 7.
      27e3a353
    • est31's avatar
      Craftdef refactor · 4f851faa
      est31 authored
      Fix style, refactor assert, use '"' instead of "\"",
      replace code duplicating craftGetItemName, rename iterators.
      4f851faa
  9. Apr 05, 2015
    • Loïc Blot's avatar
      ed3ebd63
    • est31's avatar
      Crafting speedup · 334e7045
      est31 authored
      This greatly increases crafting performance, especially in worlds with many mods.
      
      Approved by @kwolekr.
      
      Introduces a hash-type-layered fall-through mechanism, where every layer specifies one hash algorithm,
      and the "deeper the fall", the more collisions to expect for the algorithm. One Craft definition
      only resides at one layer, which improves speed for lower layers (and a complete fail), due to most
      craft definitions residing at high layers.
      
      Due to the fall-through design, the undocumented behaviour that later craft recipes
      override older ones had to be weaked up a bit, but craft recipes with the same hash and layer
      will still override.
      334e7045
  10. Mar 21, 2015
  11. Feb 10, 2015
  12. Feb 02, 2015
  13. Aug 25, 2013
  14. Aug 14, 2013
  15. Mar 06, 2013
  16. Feb 24, 2013
  17. Jul 26, 2012
  18. Jul 21, 2012
  19. Jun 17, 2012
  20. Jun 06, 2012
  21. Jun 05, 2012
  22. Mar 11, 2012
  23. Jan 12, 2012
  24. Jan 02, 2012
  25. Nov 29, 2011
Loading