Skip to content
Snippets Groups Projects
  1. Jul 19, 2015
  2. Jul 18, 2015
  3. Jul 17, 2015
  4. Jul 16, 2015
  5. Jul 14, 2015
  6. Jul 13, 2015
  7. Jul 10, 2015
  8. Jul 09, 2015
  9. 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
Loading