Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-11-25 | Add Action() taking type and target and Actions::operator bool(). | Vegard Storheil Eriksen | 1 | -0/+6 |
2010-11-25 | Action::operator==() should take a reference. | Vegard Storheil Eriksen | 1 | -1/+1 |
2010-11-25 | Remove Action::player and turn Action::target into an int. | Vegard Storheil Eriksen | 1 | -6/+5 |
2010-11-25 | Check for valid action. | Vegard Storheil Eriksen | 1 | -1/+12 |
2010-11-23 | Changed the target in action from 2 ints into a vector<int>. Making it easier... | Atle Hellvik Havsø | 1 | -6/+3 |
2010-11-23 | Added a second target to Action. | Atle Hellvik Havsø | 1 | -0/+3 |
2010-11-20 | Made the Player class have a ID (That gets set during a game) which they add ... | Atle Hellvik Havsø | 1 | -0/+4 |
2010-11-19 | Add Action and State classes. | Vegard Storheil Eriksen | 1 | -0/+36 |