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