summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/tankgame/tankitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove tank game exampleEskil Abrahamsen Blomfeldt2009-07-281-302/+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-17/+56
| | | | Reviewed-by: Trust Me
* Pop up message when a tank wins the gameEskil Abrahamsen Blomfeldt2009-05-141-0/+1
| | | | | Also fixed: Added some docs and moved the tanks a little so they don't start partly outside the scene rect.
* Change name of "errorstate" example to "tankgame"Eskil Abrahamsen Blomfeldt2009-05-121-0/+262
The error state is not a big enough part of the example to justify naming it after it.