Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 29, 2015
  3. Dec 26, 2015
  4. Dec 25, 2015
  5. Dec 23, 2015
    • sapier's avatar
      9c9b02ca
    • est31's avatar
      Android: Tell make about sub-makes to speed up build · 98d16e0d
      est31 authored
      Before, sub-makes called by make were called without make knowing they
      were sub-makes. This however led make's jobserver not do its tasks,
      and the build process ended up with inefficient parralelisation. This
      commit fixes this by applying the two ways the make manual tells
      about: putting + to the start of the line (used when ndk-build is
      invoked), and exchanging "make" with "$(MAKE)".
      
      Before, make complained with messages like:
      
      make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
      
      This complaint can now only been seen for openssl. openssl has issues
      if make gets exchanged with $(MAKE): if exchanged, above error message
      is multiplied for various subdirs of the openssl source tree.
      
      On a 4 core box, "make -j 4" build time from "make clean_all" cleaned
      source tree could be improved from 15:34 minutes to 10:45 minutes.
      This means a speedup of 45%.
      98d16e0d
  6. Dec 22, 2015
  7. Dec 21, 2015
  8. Dec 20, 2015
    • HybridDog's avatar
      Fix missing localization for obj · 5755c9a4
      HybridDog authored
      5755c9a4
    • ShadowNinja's avatar
      Android: Fix extra files being copied to the APK · b4eb614d
      ShadowNinja authored
      dcb91cf0 hacked around the biggest issue
      this caused, but wasted a lot of CPU time and disk space  It also still
      included a lot of other unwanted files.  This removes all of `doc/` except
      the license, and also removes the server list.
      b4eb614d
    • est31's avatar
      Fix missing pop · f192a5bc
      est31 authored
      Previous commit
      
      70ea5d55 "Add support for limiting rotation of automatic face movement dir entitys"
      
      by sapier has broken minetest's feature to open worlds. This was due to a
      missing stack pop operation.
      
      Thanks to @oleastre for reporting this bug and suggesting the fix.
      f192a5bc
  9. Dec 19, 2015
  10. Dec 18, 2015
  11. Dec 17, 2015
Loading