Skip to content
Snippets Groups Projects
  1. Aug 20, 2016
  2. May 15, 2016
  3. Mar 16, 2016
    • est31's avatar
      Set EXAMPLE_CONF_DIR to DOCDIR if DOCDIR gets customized · 3132bcb3
      est31 authored
      Before, customisation of DOCDIR did not lead to
      changes of the EXAMPLE_CONF_DIR default value.
      This was inconsistent with expected behaviour
      if you didn't know of the existence of the
      EXAMPLE_CONF_DIR variable. The confusion is
      very strong, as (for not in place builds) both
      DOCDIR and EXAMPLE_CONF_DIR share the same
      default value, it is unexpected that setting
      CUSTOM_DOCDIR changes the location of all
      documentation files but one.
      
      The best meaning of EXAMPLE_CONF_DIR is to
      further allow customization of the mt.conf.example
      storage place, but otherwise keep defaulting to
      whatever DOCDIR is set to, at least for not in
      place builds. This patch implements that
      behaviour.
      
      Fixes #3863.
      3132bcb3
  4. Jan 09, 2016
  5. Sep 14, 2015
  6. Sep 03, 2015
  7. Aug 20, 2015
  8. Jul 18, 2015
  9. May 05, 2015
    • ShadowNinja's avatar
      Make Git version detection use VERSION_STRING instead of tags · 1be2d32f
      ShadowNinja authored
      This fixes the problem where 0.4.12-dev versions were erroneously shown as
      0.4.11-dev because the tag was added on a separate branch.  It also fixes a
      similar issue when builders didn't fetch new tags when updating.
      
      This also removes the number-of-commits-since-tag field, since it's
      incompatible with this.  Said field doesn't seem to be useful anyway if you
      have the commit hash.
      1be2d32f
  10. Apr 27, 2015
  11. Mar 27, 2015
    • ShadowNinja's avatar
      Clean up and tweak build system · 93fcab95
      ShadowNinja authored
        * Combine client and server man pages.
        * Update unit test options and available databases in man page.
        * Add `--worldname` to man page.
        * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`.
        * Disable server build by default on all operating systems.
        * Make `ENABLE_FREETYPE` not fail if FreeType isn't found.
        * Enable LevelDB, Redis, and FreeType detection by default.
        * Remove the `VERSION_PATCH_ORIG` hack.
        * Add option to search for and use system JSONCPP.
        * Remove broken LuaJIT version detection.
        * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`.
        * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`.
        * Clean up style of CMake files.
      93fcab95
  12. Mar 17, 2015
  13. Feb 18, 2015
  14. Dec 26, 2014
  15. Dec 25, 2014
  16. Dec 16, 2014
  17. Dec 12, 2014
    • Jürgen Doser's avatar
      Add basic support for generating API documentation using Doxygen · 83830e86
      Jürgen Doser authored
      If CMake is run and Doxygen is found, add a make target called "doc",
      which builds API documention in doc/html. This target is not included
      in the default "all" target, you have to explicitly run "make doc" to
      generate the documentation.
      
      If graphviz is installed, in particular, if the "dot" binary is found,
      doxygen is configured to generate various kinds of diagrams. Note that
      due to this, the first run of doxygen can take a while.
      83830e86
  18. Jul 29, 2014
    • sfan5's avatar
      Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL... · 17345404
      sfan5 authored
      Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476
      17345404
  19. Jul 07, 2014
  20. Jul 06, 2014
  21. Jun 29, 2014
  22. Jun 13, 2014
  23. Mar 02, 2014
  24. Feb 13, 2014
  25. Jan 03, 2014
  26. Jan 01, 2014
  27. Nov 24, 2013
  28. Sep 28, 2013
  29. Aug 04, 2013
  30. Jun 13, 2013
  31. Jun 06, 2013
  32. May 19, 2013
  33. May 18, 2013
  34. May 04, 2013
Loading