summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/tankgame/gameovertransition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove tank game exampleEskil Abrahamsen Blomfeldt2009-07-281-80/+0
| | | | | | | | | After discussions with product management, it was considered best that this example be removed until it can be improved. There are some bugs an irregularities that should be cleaned up, and the theme should be made less violent. Reviewed-by: Volker Hilsheimer
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* 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.