Skip to content
Snippets Groups Projects
  1. May 01, 2016
  2. Apr 30, 2016
  3. Apr 29, 2016
  4. Apr 28, 2016
  5. Apr 27, 2016
  6. Apr 26, 2016
  7. Apr 25, 2016
  8. Apr 24, 2016
  9. Apr 23, 2016
  10. Apr 22, 2016
  11. Apr 21, 2016
  12. Apr 20, 2016
  13. 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
  14. Apr 14, 2016
  15. Apr 12, 2016
  16. Apr 11, 2016
Loading