Skip to content
Snippets Groups Projects
  1. Nov 23, 2015
  2. Nov 22, 2015
    • est31's avatar
      Update HUD flags on server like on client · a4e3ed01
      est31 authored
      Fixes bug for which commit
      
      6c37e89f "Fix old client showing duplicated health bar on new server"
      by @sapier
      
      laid the groundwork, where the server has
      updated its copy of the hud flags without
      respecting the mask.
      
      Fixes #3395.
      a4e3ed01
  3. Nov 21, 2015
    • paramat's avatar
      Mapgen: Add global 'decorations' flag · d7bbe817
      paramat authored
      Flag is set by default in MapgenParams
      The global 'trees' flag remains but is now
      undocumented and unset by default in MapgenParams
      Add mgv6_spflag 'trees' set by default in
      defaultsettings.cpp to affect new worlds only
      This is automatically backwards
      compatible for existing worlds
      d7bbe817
    • Rui's avatar
      Log static_spawn error only once · 4fd394b6
      Rui authored
      4fd394b6
  4. Nov 16, 2015
  5. Nov 15, 2015
  6. Nov 14, 2015
    • est31's avatar
      Load sound from memory · 395ef21c
      est31 authored
      * Remove trailing lines from src/sound_openal.cpp
      * Don't do a horribly ugly copy of the file's path, allocating and deallocating a
      	10 kb buffer in the process. This copy was needed for backwards compatibility
      	with libvorbis 1.3.1 and earlier, as the removed comment explains.
      	However, even Ubuntu precise has 1.3.2 already. Dropping support and sparing
      	the ugly copy can therefore be considered safe.
      * Actually load sounds from the memory, not caching them at the disk first,
      	removing the old hack. This is the main motivation for the commit.
      395ef21c
    • paramat's avatar
      Decoration API: Fix missing low density decorations · fc89f467
      paramat authored
      For a decoration count between 0 and 1 calculate a chance for 1
      fc89f467
    • paramat's avatar
      987d6a82
  7. Nov 13, 2015
  8. Nov 12, 2015
  9. Nov 11, 2015
  10. Nov 09, 2015
Loading