Skip to content
Snippets Groups Projects
  1. Apr 12, 2016
  2. Apr 11, 2016
  3. Apr 10, 2016
  4. Apr 08, 2016
    • Auke Kok's avatar
      Minimap: "North" indicator arrow for circle minimap · af799d4b
      Auke Kok authored
      Related: #3730
      
      This adds a simple, and small "North" indicator to the circular
      minimap. The indicator is in a classical triangle-like arrow with a
      little bit of shading to accentuate the shape and give it a little
      bit depth. The indicator is stuck exactly at the edge as far outwards
      as possible, and is not too intrusive but still easy enough to spot.
      af799d4b
    • Rui914's avatar
      Mainmenu: Refactor tab UI code · 92d4a738
      Rui914 authored
       - Use local variables for tabs in place of globals
       - Merge together if statements where possible
       - Replace manual table searching code with indexof where possible
      92d4a738
    • David Knapp's avatar
      Fix ncurses lookup on Arch Linux · 27ee8d89
      David Knapp authored
      Arch Linux doesn't put it's ncursesw includes inside an ncursesw
      directory.  This script ends up setting USE_CURSES as true, but
      doesn't pick up any of the headers.
      
      https://bugs.archlinux.org/task/13994
      27ee8d89
    • paramat's avatar
      Mapgen: Optimise cave noises and tunnel excavation · 465bb6f5
      paramat authored
      Instead of doing nothing at node_max.Y + 1 use 1-down
      overgeneration for tunnel generation and noisemaps
      Move some old unused code in mgv7 to end of file
      465bb6f5
  5. Apr 07, 2016
  6. Apr 06, 2016
  7. Apr 03, 2016
  8. Apr 02, 2016
    • est31's avatar
      Fix nametag hiding · b8ac7b80
      est31 authored
      Commit
      
      c3b27975 "Move object nametags to camera"
      
      has added a regression to still display
      a shadow if their alpha got set to 0.
      b8ac7b80
  9. Mar 31, 2016
  10. Mar 30, 2016
  11. Mar 29, 2016
    • tenplus1's avatar
      stop falling.lua error · e72b8f25
      tenplus1 authored
      2016-03-27 15:47:01: ERROR[Main]: ServerError: Lua: Runtime error from mod '*builtin*' in callback luaentity_Step(): Node name is not set or is not a string!
      2016-03-27 15:47:01: ERROR[Main]: stack traceback:
      2016-03-27 15:47:01: ERROR[Main]: 	[C]: in function 'add_node'
      2016-03-27 15:47:01: ERROR[Main]: 	/usr/share/minetest/builtin/game/falling.lua:96: in function </usr/share/minetest/builtin/game/falling.lua:43>
      e72b8f25
    • kwolekr's avatar
    • sfan5's avatar
      Fix small formatting issue in SRP debug output · 8f43aaf6
      sfan5 authored
      Writing an u8 to verbosestream writes a char, not it's numeric value.
      8f43aaf6
  12. Mar 27, 2016
  13. Mar 25, 2016
Loading