Skip to content
Snippets Groups Projects
  1. Jan 09, 2016
  2. Sep 14, 2015
  3. Sep 03, 2015
  4. Aug 20, 2015
  5. Jul 18, 2015
  6. 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
  7. Apr 27, 2015
  8. 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
  9. Mar 17, 2015
  10. Feb 18, 2015
  11. Dec 26, 2014
  12. Dec 25, 2014
  13. Dec 16, 2014
  14. 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
  15. 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
  16. Jul 07, 2014
  17. Jul 06, 2014
  18. Jun 29, 2014
  19. Jun 13, 2014
  20. Mar 02, 2014
  21. Feb 13, 2014
  22. Jan 03, 2014
  23. Jan 01, 2014
  24. Nov 24, 2013
  25. Sep 28, 2013
  26. Aug 04, 2013
  27. Jun 13, 2013
  28. Jun 06, 2013
  29. May 19, 2013
  30. May 18, 2013
  31. May 04, 2013
  32. Apr 07, 2013
  33. Apr 06, 2013
  34. Apr 05, 2013
  35. Apr 03, 2013
Loading