Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 13, 2016
  3. Mar 11, 2016
  4. Mar 10, 2016
  5. Mar 09, 2016