Skip to content
Snippets Groups Projects
  1. Apr 22, 2016
  2. Apr 21, 2016
  3. Apr 20, 2016
  4. Apr 15, 2016
    • est31's avatar
      Mainmenu: Still support favorites if send_pre_v25_init is disabled · bc4dc80c
      est31 authored
      @SmallJoker has noted a bug that servers from the (local) main menu
      favorites list can't be opened.
      
      This commit fixes the bug by disabling any main menu based protocol
      checks for servers from the favorite list.
      
      Also, it fixes a second bug that happens when a server from the
      public serverlist doesn't send its supported protocol versions,
      most likely because its running a minetest older than commit [1].
      Then we have shown an error msg that the server has enforced
      one specific protocol version. This was most likely not the case.
      
      Of course, we can't do anything better than do an assumption on
      the protocol versions if they are not known. That assumption
      should however be closest to the most often occuring case as
      possible.
      
      Also, some little cleanups.
      
      [1]: 5a0ed780 "Server: announce MIN/MAX protocol version supported to serverlist. Client: check serverlist"
      bc4dc80c
    • SmallJoker's avatar
      mainmenu: Tidy up logic in is_server_protocol_compat() (#3997) · d82c5da0
      SmallJoker authored
      Apply de morgan to simplify the logic.
      d82c5da0
  5. Apr 14, 2016
  6. Apr 12, 2016
  7. Apr 11, 2016
  8. Apr 10, 2016
  9. 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
  10. Apr 07, 2016
  11. Apr 06, 2016
  12. Apr 03, 2016
  13. 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
  14. Mar 31, 2016
  15. Mar 30, 2016
Loading