Skip to content
Snippets Groups Projects
  1. Nov 08, 2015
    • est31's avatar
      Settings tab: add v3f type · 9a91f58e
      est31 authored
      Add the v3f type, currently is just a nice placeholder for string.
      Currently undocumented, on wish of @PilzAdam, to support future changes.
      9a91f58e
  2. Oct 25, 2015
  3. Oct 24, 2015
    • PilzAdam's avatar
      Fix setting comments · 7d5c7365
      PilzAdam authored
      7d5c7365
    • PilzAdam's avatar
      9ee0d376
    • PilzAdam's avatar
      Improve Lua settings menu · 6f2d9de7
      PilzAdam authored
      * Add key settings to setting table and ignore them later
        This way they are added to the auto-generated minetest.conf.example
      * Add flags type
      * Add input validation for int, float and flags
      * Break in-game graphic settings into multiple sections
      * Parse settingtpes.txt in mods and games
      * Improve description for a lot of settings
      * Fix typos and wording in settingtypes.txt
      * Convert language setting to an enum
      6f2d9de7
  4. Oct 18, 2015
    • est31's avatar
      Display sane output for empty descriptions · f3d82567
      est31 authored
      According to its man page, the function gettext(3)
      "may return a nonempty string" when msgid is "".
      
      This commit fixes a bug where the comment ""
      for some settings caused gettext to return a
      "nonempty string", in this case header info of the
      po file.
      f3d82567
  5. Oct 17, 2015
  6. Oct 06, 2015
  7. Sep 14, 2015
  8. Jul 25, 2015
  9. Jul 18, 2015
    • Mark Schreiber's avatar
      Add antialiasing UI setting · 74d8fdbd
      Mark Schreiber authored
      The Irrlicht engine supports antialiasing, and Minetest already supports
      saving an antialiasing setting in its configuration file.  However,
      Minetest lacked UI elements to set this setting, and previously the only
      way to enable the feature was by hand-editing the configuration file.
      
      Add a drop-down menu that can enable antialiasing.
      74d8fdbd
  10. Jul 08, 2015
  11. Jan 21, 2015
  12. Jan 18, 2015
  13. Jan 15, 2015
  14. Jan 14, 2015
  15. Dec 13, 2014
  16. Nov 20, 2014
  17. Oct 02, 2014
  18. Sep 21, 2014
  19. Aug 23, 2014
  20. Jul 16, 2014
  21. 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
  22. Jun 18, 2014
  23. Jun 04, 2014
  24. May 16, 2014
Loading