Skip to content
Snippets Groups Projects
  1. Mar 27, 2015
    • ShadowNinja's avatar
      Fix typo in OpenGL ES 2 CMake file · 393722a9
      ShadowNinja authored
      393722a9
    • 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
  2. Mar 23, 2015
    • est31's avatar
      Fix cmake po detection bug · c31c87ad
      est31 authored
      Previously, cmake po detection would treat the "timestamp" file created by building for android as own language directory.
      c31c87ad
  3. Feb 21, 2015
  4. Jan 08, 2015
  5. Jun 29, 2014
  6. Nov 17, 2013
  7. Sep 28, 2013
  8. Sep 16, 2013
  9. Mar 17, 2013
  10. Mar 06, 2013
  11. Feb 21, 2013
  12. Dec 21, 2012
  13. Dec 18, 2012
  14. Dec 16, 2012
  15. Mar 25, 2012
  16. Mar 24, 2012
  17. Mar 19, 2012
  18. Aug 11, 2011
  19. Jul 24, 2011
    • Giuseppe Bilotta's avatar
      cce210f6
    • Giuseppe Bilotta's avatar
      Bring po update out of cmake again · 47381bde
      Giuseppe Bilotta authored
      This solves two issues at once:
      * CMake would delete po files during ‘make clean’ because it thought
        they were autogenerated and not just managed
      * the only gettext tools readily available in Windows are so old they
        don't support options like --package-name
      
      The change also moves minetest.pot down one level, so we don't need to
      special case ‘en’ anymore.
      
      The downside is of course that you need some sane POSIX shell to update
      the po files.
      47381bde
  20. Jul 23, 2011
  21. Jul 22, 2011
    • Giuseppe Bilotta's avatar
      updatepo cmake rule · d78e5e73
      Giuseppe Bilotta authored
      Get rid of the system-specific updatelocales.sh and introduce an
      updatepo cmake rule. po files are also updated before creating the mo
      files, and we now keep the .pot file (in the po/en directory). To
      stabilize the po file creation, file contents are sorted by source
      filename.
      
      Update po files in the process.
      d78e5e73
    • Giuseppe Bilotta's avatar
      updatepo cmake rule · aaa165f9
      Giuseppe Bilotta authored
      Get rid of the system-specific updatelocales.sh and introduce an
      updatepo cmake rule. po files are also updated before creating the mo
      files, and we now keep the .pot file (in the po/en directory). To
      stabilize the po file creation, file contents are sorted by source
      filename.
      
      Update po files in the process.
      aaa165f9
    • Giuseppe Bilotta's avatar
      Refactor mo creation/installation · d386f028
      Giuseppe Bilotta authored
      d386f028
    • Giuseppe Bilotta's avatar
      Refactor mo creation/installation · 0ec74931
      Giuseppe Bilotta authored
      0ec74931
  22. Jul 21, 2011
  23. Jul 20, 2011
  24. May 17, 2011
  25. Feb 16, 2011
  26. Feb 15, 2011
Loading