Skip to content
Snippets Groups Projects
  1. Nov 19, 2014
  2. Nov 08, 2014
    • Kahrl's avatar
      Implement WieldMeshSceneNode which improves wield mesh rendering · 9b551d5c
      Kahrl authored
      - Don't create and cache an extruded mesh for every (non-node) item.
        Instead use a single one per image resolution.
      
      - For cubic nodes reuse a single wield mesh too
      
      - Improve lighting of the wielded item
      
      - Increase far value of wield mesh scene camera, fixes #1770
      
      - Also includes some minor refactorings of Camera and GenericCAO.
      9b551d5c
  3. Nov 02, 2014
  4. Oct 29, 2014
  5. Oct 09, 2014
  6. Oct 05, 2014
  7. Oct 03, 2014
  8. Sep 28, 2014
  9. Sep 21, 2014
  10. Jun 29, 2014
    • sapier's avatar
      Add support for Android 2.3+ · 1cc40c0a
      sapier authored
      There have been plenty of ppl involved in creating this version.
      I don't wanna mention names as I'm sure I'd forget someone so I
      just tell where help has been done:
      - The partial android versions done by various ppl
      - Testing on different android devices
      - reviewing code (especially the in core changes)
      - testing controls
      - reviewing texts
      
      A big thank you to everyone helping this to be completed!
      1cc40c0a
    • sapier's avatar
      Fix msvc2012 build · ee7af21e
      sapier authored
      ee7af21e
    • sapier's avatar
      Add formspec api versioning · ebf7ea50
      sapier authored
      ebf7ea50
  11. Apr 19, 2014
  12. Apr 12, 2014
  13. Mar 21, 2014
  14. Mar 15, 2014
  15. Mar 14, 2014
  16. Mar 13, 2014
  17. Feb 16, 2014
  18. Feb 09, 2014
  19. Feb 08, 2014
  20. Feb 05, 2014
  21. Jan 10, 2014
  22. Dec 15, 2013
  23. Dec 13, 2013
  24. Dec 01, 2013
  25. Nov 17, 2013
  26. Nov 12, 2013
  27. Nov 11, 2013
  28. Nov 05, 2013
  29. Sep 16, 2013
  30. 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
  31. Sep 09, 2013
  32. Aug 14, 2013
Loading