summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/tankgame
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing/outdated license headers.Jason McDonald2009-05-2112-47/+536
| | | | Reviewed-by: Trust Me
* fix compiler warningsKent Hansen2009-05-201-1/+1
|
* compile with -qtnamespace, clean up the example .pro filesKent Hansen2009-05-204-12/+27
|
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-142-3/+3
| | | | | 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-147-12/+111
| | | | | Also fixed: Added some docs and moved the tanks a little so they don't start partly outside the scene rect.
* doc: Correct names of snippets in docs for Tank Game exampleEskil Abrahamsen Blomfeldt2009-05-131-0/+4
|
* Change name of "errorstate" example to "tankgame"Eskil Abrahamsen Blomfeldt2009-05-1211-0/+878
The error state is not a big enough part of the example to justify naming it after it.