Skip to content
Snippets Groups Projects
  1. Jul 16, 2015
  2. Jul 14, 2015
  3. Jul 13, 2015
  4. Jul 10, 2015
  5. Jul 09, 2015
  6. Jul 08, 2015
    • paramat's avatar
      Biome API decorations: 'spawnby' searches a 3D neighbourhood · b5173817
      paramat authored
      The neighbours checked are the 8 nodes horizontally surrounding the decoration base
      and the 8 nodes horizontally surrounding the ground node below the decoration
      b5173817
    • RealBadAngel's avatar
      39439cbd
    • 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
    • paramat's avatar
      Mgv7: Auto-set lowest mountain generation level · ba15c98e
      paramat authored
      Lowest level of base terrain determines mountain generation in mapchunk
      Change some positional function arguments from int to s16
      ba15c98e
  7. Jul 07, 2015
    • est31's avatar
      Client: better m_proto_ver initialisation · d92d3761
      est31 authored
      Previously, m_proto_ver was set to the serialisation version
      inside the legacy init packet.
      
      Now, if the server doesn't send a protocol version (protocols < 25),
      we set m_proto_ver to some value < 25 and > 0.
      d92d3761
  8. Jul 05, 2015
  9. Jul 04, 2015
  10. Jul 03, 2015
  11. Jul 02, 2015
  12. Jul 01, 2015
  13. Jun 30, 2015
Loading