summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/tankgame/gameovertransition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing/outdated license headers.Jason McDonald2009-05-211-2/+43
| | | | Reviewed-by: Trust Me
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-141-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 gameEskil Abrahamsen Blomfeldt2009-05-141-0/+39
Also fixed: Added some docs and moved the tanks a little so they don't start partly outside the scene rect.