Skip to content
Snippets Groups Projects
  1. Sep 12, 2015
  2. Sep 10, 2015
    • est31's avatar
      networkprotocol.h: remove "u16 command" from doc · 64a5eec1
      est31 authored
      Its obvious that "u16 command" is inside every packet, therefore this
      commit removes all mentions of the command, if non-array like notation
      is used. We already didn't add "u16 command" to new packets or removed
      it at packet changes, so now we remove it from existing packets.
      64a5eec1
    • est31's avatar
      Improve locale directory detection · 2a9da62b
      est31 authored
      Use in-place locale directory if that exists, and
      static one (RUN_IN_PLACE or CUSTOM_LOCALEDIR) doesn't exist.
      Report to errorstream if neither static nor in-place locale
      dirs exist, and report successfully found paths to infostreem.
      
      Fixes two bugs:
      
      -> Regression of commit [1] where if we use RUN_IN_PLACE=false,
      	but don't make install, locales aren't found. One might
      	think this is no regression, as its no bug, but all other
      	paths (mainmenu, etc.) are detected properly.
      -> Regression of commit [1] where locales don't work on windows.
      
      References:
      [1]: Commit 645e2086 "Use CUSTOM_LOCALEDIR if specified" by @ShadowNinja
      2a9da62b
  3. Sep 08, 2015
  4. Sep 07, 2015
  5. Sep 06, 2015
  6. Sep 03, 2015
  7. Sep 02, 2015
  8. Sep 01, 2015
  9. Aug 31, 2015
  10. Aug 30, 2015
  11. Aug 29, 2015
    • paramat's avatar
      Dungeongen: Remove floating frames · 17b7b7c8
      paramat authored
      Preserves the rare unbroken protruding dungeons
      Fix random range for first room roomplace
      Fix checked volume for first room 'fits' bool
      and check for 'untouchable' flag instead of 'inside'
      Remove 'enable floating dungeons' setting
      17b7b7c8
  12. Aug 27, 2015
  13. Aug 26, 2015
  14. Aug 25, 2015
  15. Aug 24, 2015
    • ShadowNinja's avatar
      Add setting for mods to copy to Android app · 67d38a30
      ShadowNinja authored
      67d38a30
    • onkrot's avatar
      Fix comment positioning in minetest.conf.example · 6c5bc142
      onkrot authored
      6c5bc142
    • ShadowNinja's avatar
      Fix Android build of threading sources · 32e4f4b3
      ShadowNinja authored
      32e4f4b3
    • ShadowNinja's avatar
      Clean up threading · e4bff8be
      ShadowNinja authored
        * Rename everything.
          * Strip J prefix.
          * Change UpperCamelCase functions to lowerCamelCase.
        * Remove global (!) semaphore count mutex on OSX.
        * Remove semaphore count getter (unused, unsafe, depended on internal
          API functions on Windows, and used a hack on OSX).
        * Add `Atomic<type>`.
        * Make `Thread` handle thread names.
        * Add support for C++11 multi-threading.
        * Combine pthread and win32 sources.
        * Remove `ThreadStarted` (unused, unneeded).
        * Move some includes from the headers to the sources.
        * Move all of `Event` into its header (allows inlining with no new includes).
        * Make `Event` use `Semaphore` (except on Windows).
        * Move some porting functions into `Thread`.
        * Integrate logging with `Thread`.
        * Add threading test.
      e4bff8be
  16. Aug 21, 2015
  17. Aug 20, 2015
Loading