Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Jul 05, 2015
  4. Jul 04, 2015
  5. Jul 03, 2015
  6. Jul 02, 2015
  7. Jul 01, 2015
  8. Jun 30, 2015
  9. Jun 29, 2015
  10. Jun 28, 2015
  11. Jun 27, 2015
  12. Jun 25, 2015
  13. Jun 24, 2015
  14. Jun 23, 2015
Loading