Skip to content
Snippets Groups Projects
  1. Oct 31, 2020
  2. Sep 17, 2020
  3. Sep 09, 2020
  4. Sep 05, 2020
  5. Aug 26, 2020
  6. Jul 26, 2020
  7. Jun 24, 2020
    • Damian Hofmann's avatar
      Chess: Fix queen-side castling · 16adad0c
      Damian Hofmann authored
      When castling queen side, the king moves two squares to the left,
      not three as this implementation used previously.
      
      This resolves issue #120.
      16adad0c
    • Damian Hofmann's avatar
      Chess: Fix short-castling for black · d8684886
      Damian Hofmann authored
      In the code for black short-castling, the presence of rook_black_2 was checked on the wrong field (1 instead of 8), which prevents black from short-castling. (This was probably overlooked when copying the logic from the long-castling check directly above.)
      d8684886
  8. Apr 27, 2020
  9. Oct 12, 2019
  10. Aug 25, 2019
  11. Aug 20, 2019
  12. Jul 23, 2019
  13. Jul 16, 2019
  14. Jul 10, 2019
  15. Jun 09, 2019
  16. Mar 10, 2019
  17. Sep 18, 2018
  18. Sep 17, 2018
  19. Sep 05, 2018
  20. Aug 25, 2018
  21. Aug 24, 2018
  22. Aug 15, 2018
  23. Aug 04, 2018
  24. Jul 23, 2018
  25. Apr 17, 2018
  26. Apr 02, 2018
Loading