Skip to content
Snippets Groups Projects
  1. Mar 21, 2016
  2. Mar 20, 2016
    • Charlie Ringer's avatar
      More copy constuctor/destructor work · 821445a7
      Charlie Ringer authored
      821445a7
    • Charlie Ringer's avatar
      Large updates and improvements to the AI · d5f7e9e7
      Charlie Ringer authored
      The AI was previously very very very buggy and whilst it sometimes provided results that looked right under the hood not a lot was going right for it.
      
      This is now better. The AI plays a lot more intelligently (although it still struggles in places such as for some reason often avoiding capturing my peices and dropping peices weirdly).
      d5f7e9e7
  3. Mar 18, 2016
  4. Mar 17, 2016
  5. Mar 15, 2016
  6. Mar 14, 2016
    • Charlie Ringer's avatar
      Updates to game · 4b666b35
      Charlie Ringer authored
      4b666b35
    • Charlie Ringer's avatar
      Memory Leak fixed · c768db69
      Charlie Ringer authored
      Memory was leaking due to not being able to delete players in the lookahead destructor. Attempted deletion was causing a crash because of vector resizing calling the destructor then the destructor being called again when the object went out of scope. Using shared_ptrs fixed this.
      c768db69
  7. Mar 13, 2016
  8. Mar 11, 2016
  9. Mar 10, 2016
  10. Mar 09, 2016