Skip to content
Snippets Groups Projects
  1. Jan 16, 2016
  2. Jan 15, 2016
  3. Jan 14, 2016
  4. Jan 11, 2016
    • paramat's avatar
      Mapgen: Various fixes and improvements · 8fc8cb81
      paramat authored
      Lua_api.txt: Document 'minetest.registered_biomes'
      Minimal: Remove 'mapgen_air' alias
      Cavegen: Add fallback node for 'mapgen_ice'
      Dungeongen: Add fallback node for 'mapgen_river_water_source'
      Mgv5: Remove unnecessary '#include util/directiontables.h'
      Add missing 'this->'s in makeChunk()
      Mgv6: Edit empty line formatting
      Remove leading spaces in makeChunk()
      Add missing spaces after 'for' and 'if'
      Mgv7: Edit empty line formatting
      8fc8cb81
  5. Jan 10, 2016
  6. Jan 09, 2016
  7. Jan 08, 2016
    • est31's avatar
      Fix redis error reporting · 57a46193
      est31 authored
      Previously, we assumed that reply->str was NULL
      terminated. However, this turned out to be not true,
      as users reported crashes in strlen connected to
      where reply->str was appended to an std::string.
      
      Use the method recomended by the docs, to read the
      length separately.
      57a46193
  8. Jan 07, 2016
  9. Jan 04, 2016
    • ShadowNinja's avatar
      Improve Doxyfile · bd40ee2b
      ShadowNinja authored
      * Add main page.
      * Organize into sections.
      * Add threading sources.
      * Include SpatialAreaStore, LevelDB/Redis, sound, FreeType, and cURL in output.
      * Add logo.
      * Fix project name hardcoding.
      * Remove PAPER_TYPE (only used when GENERATE_LATEX is enabled).
      * Have dot render graphs as SVG (smaller, and works even if dot's text drawing functionality is broken).
      * Enable built-in STL support.
      * Enable search bar.
      * Switch from header-bar based navigation to treeview based navigation.
      * Enable dynamic HTML (collapses graphs).
      * Enable generation timestamp.
      bd40ee2b
    • gregorycu's avatar
      Fix for commit 87dcee6a It uses the wrong variable and only covers some use... · e7e9171f
      gregorycu authored
      Fix for commit 87dcee6a It uses the wrong variable and only covers some use cases. This change covers all use cases.
      e7e9171f
  10. Jan 03, 2016
  11. Jan 01, 2016
  12. Dec 31, 2015
  13. Dec 30, 2015
    • est31's avatar
      Fix client crashing when connecting to server · a142e4f4
      est31 authored
      My commit
      
      e2d54c9f "shutdown when requested from lua in singleplayer too"
      
      broke minetest's feature to connect to servers. The client crashed
      after the connection init was complete.
      
      Thanks to @sofar for reporting the bug.
      
      Fixes #3498.
      a142e4f4
    • ShadowNinja's avatar
      Fix cache path with RUN_IN_PLACE · 9719aded
      ShadowNinja authored
      If an `XDG_CACHE_HOME` can't be found or `RUN_IN_PLACE` is enabled,
      `path_cache` is left at its default of `$PATH_USER/cache`
      (at a time when `PATH_USER` is `..`), rather than being reset to
      `$PATH_USER/cache` after `PATH_USER` has been properly set.
      9719aded
    • Rogier's avatar
      Include custom error message in all SQLite3 exceptions. · cb30facd
      Rogier authored
      And replace manual tests for error with SQLOK() where possible.
      cb30facd
    • Rogier's avatar
      Handle SQLITE_BUSY errors gracefully · c6bb6f99
      Rogier authored
      This allows other applications (e.g. minetestmapper) to interrogate
      the database while minetest is running, without causing an almost
      certain minetest crash.
      c6bb6f99
  14. Dec 29, 2015
  15. Dec 26, 2015
Loading