Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing/outdated license headers. | Jason McDonald | 2009-05-21 | 1 | -2/+43 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make QAbstractTransition::eventTest() non-const | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -1/+1 |
| | | | | | We decided to remove the const of the eventTest() since some transitions have dynamic conditions and need to update when eventTest() is called. | ||||
* | Pop up message when a tank wins the game | Eskil Abrahamsen Blomfeldt | 2009-05-14 | 1 | -0/+39 |
Also fixed: Added some docs and moved the tanks a little so they don't start partly outside the scene rect. |