summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/tankgameplugins/seek_ai
Commit message (Collapse)AuthorAgeFilesLines
* Remove tank game exampleEskil Abrahamsen Blomfeldt2009-07-283-351/+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-172-4/+4
| | | | Reviewed-by: Trust Me
* Fix missing/outdated license headers.Jason McDonald2009-05-212-18/+100
| | | | Reviewed-by: Trust Me
* Make QAbstractTransition::eventTest() non-constEskil Abrahamsen Blomfeldt2009-05-141-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.
* Fix run-time error in Seek AI's state machineEskil Abrahamsen Blomfeldt2009-05-141-1/+5
| | | | | Passed parent as 'tank', thus getting a null parent in the GoToLocation state, which breaks the machine when you transition into the state.
* Change name of "errorstate" example to "tankgame"Eskil Abrahamsen Blomfeldt2009-05-123-0/+265
The error state is not a big enough part of the example to justify naming it after it.