Skip to content
Snippets Groups Projects
  1. Jul 14, 2015
  2. Jul 09, 2015
  3. Jul 08, 2015
    • est31's avatar
      Use UTF-8 instead of narrow · b0784ba8
      est31 authored
      Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places.
      Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
      b0784ba8
    • kwolekr's avatar
      Clean-up Minimap code · e234d8b3
      kwolekr authored
      - Fixed race conditions
      - Fixed null dereference
      - Fixed out-of-bounds array access
      - MinimapMapblock is now allocated and added to update queue only when enabled
      - Removed dependency on LocalPlayer
      - Fixed code style
      - Simplified expressions and program logic
      - Cleaned minimap object interfaces
      e234d8b3
  4. Jun 27, 2015
  5. Jun 20, 2015
  6. Jun 13, 2015
  7. May 29, 2015
  8. May 19, 2015
  9. May 15, 2015
  10. May 06, 2015
  11. Apr 27, 2015
  12. Apr 26, 2015
  13. Apr 19, 2015
  14. Apr 17, 2015
  15. Mar 31, 2015
  16. Mar 29, 2015
    • Zeno-'s avatar
      On Android enable always fast · ff924ef0
      Zeno- authored
      Invert the meaning of holding down the fast button (i.e. holding down the fast button -- if there is one -- means walk), unless performing an action, sneaking or jumping.
      Still requires fast move to be toggled on (and fast priv)
      ff924ef0
  17. Mar 28, 2015
  18. 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
  19. Mar 17, 2015
    • Zeno-'s avatar
      Minor cleanup: game.cpp · 34c5a5b3
      Zeno- authored
      * Sort includes
      * Remove unnecessary includes
      * Ensure the parameter name for GameRunData is consistent for class member functions
      34c5a5b3
  20. Mar 15, 2015
  21. Mar 07, 2015
  22. Mar 05, 2015
  23. Feb 25, 2015
  24. Feb 18, 2015
  25. Feb 16, 2015
  26. Feb 12, 2015
  27. Feb 11, 2015
  28. Feb 10, 2015
  29. Feb 07, 2015
  30. Feb 05, 2015
  31. Jan 30, 2015
  32. Jan 25, 2015
  33. Jan 24, 2015
Loading