Skip to content
Snippets Groups Projects
  1. Feb 02, 2015
  2. Feb 01, 2015
  3. Jan 30, 2015
  4. Jan 28, 2015
  5. 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
    • kwolekr's avatar
      Fix missing map_meta.txt error when creating new worlds · eeea454b
      kwolekr authored
      A missing map_meta.txt should be treated simply as if there were a blank file.
      eeea454b
  6. Jan 26, 2015
    • Zeno-'s avatar
      Revert "Fix a crash (assert) when client set serial version < 24 in INIT... · ca217d04
      Zeno- authored
      Revert "Fix a crash (assert) when client set serial version < 24 in INIT command 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"
      
      nerzhul is (may?) be working on a new solution. For the moment this is reverted because old worlds cannot be loaded (see discussion on github for the commit).
      
      This reverts commit 800d1927.
      ca217d04
    • ShadowNinja's avatar
      Fix imprecise serialization of large numbers · 47aca6f6
      ShadowNinja authored
      47aca6f6
  7. Jan 25, 2015
  8. Jan 24, 2015
  9. Jan 23, 2015
  10. Jan 22, 2015
  11. Jan 21, 2015
  12. Jan 20, 2015
  13. Jan 19, 2015
  14. Jan 18, 2015
Loading