Skip to content
Snippets Groups Projects
  1. Apr 19, 2014
  2. Apr 12, 2014
  3. Mar 21, 2014
  4. Mar 15, 2014
  5. Mar 14, 2014
  6. Mar 13, 2014
  7. Feb 16, 2014
  8. Feb 09, 2014
  9. Feb 08, 2014
  10. Feb 05, 2014
  11. Jan 10, 2014
  12. Dec 15, 2013
  13. Dec 13, 2013
  14. Dec 01, 2013
  15. Nov 17, 2013
  16. Nov 12, 2013
  17. Nov 11, 2013
  18. Nov 05, 2013
  19. Sep 16, 2013
  20. Sep 11, 2013
    • Kahrl's avatar
      Change mainmenu texture handling + small misc changes · 3c4734d6
      Kahrl authored
      Texture names must now be escaped in formspec elements image[],
      background[], image_button[], image_button_exit[].
      
      Instead of special-case handling of texture loading (and unloading
      which was missing) in guiFormSpecMenu.cpp, use the newly created
      ISimpleTextureSource interface which is a minimal subset of
      ITextureSource. There is an implementation of this interface
      used by GUIEngine (MenuTextureSource).
      
      Fix an off-by-one bug in unescape_string; it caused requests for a
      texture called "\0".
      3c4734d6
  21. Sep 09, 2013
  22. Aug 14, 2013
  23. Aug 04, 2013
  24. Jul 27, 2013
  25. Jul 08, 2013
  26. Jul 07, 2013
  27. Jun 22, 2013
  28. May 25, 2013
    • sapier's avatar
      Move scriptapi to separate folder (by sapier) · ab433775
      sapier authored
      On the lua side, notably minetest.env:<function>(<args>) should now
      be replaced by minetest.<function>(<args>).
      The old way is and will stay supported for a long time.
      
      Also:
      Update and clean up lua_api.txt (by celeron55)
      Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
      Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
      ab433775
  29. May 18, 2013
  30. Mar 29, 2013
  31. Mar 12, 2013
  32. Mar 06, 2013
  33. Feb 26, 2013
  34. Feb 24, 2013
  35. Feb 06, 2013
Loading