Skip to content
Snippets Groups Projects
  1. Feb 11, 2015
  2. Feb 10, 2015
  3. Feb 08, 2015
  4. Feb 07, 2015
  5. Feb 06, 2015
  6. Feb 05, 2015
  7. Feb 04, 2015
  8. Feb 02, 2015
  9. Feb 01, 2015
  10. Jan 30, 2015
  11. Jan 28, 2015
  12. Jan 27, 2015
    • Loïc Blot's avatar
      Fix a crash (assert) when client set serial version < 24 in INIT · 80a7408e
      Loïc Blot authored
      When SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM
      
      To resolve the problem:
      * Create a different CLIENT_MIN_VERSION to handle this problem
      * Remove the exception
      * Use an assert in case of bad developer code
      80a7408e
Loading