summaryrefslogtreecommitdiffstats
path: root/examples/statemachine
Commit message (Expand)AuthorAgeFilesLines
* Add chase state and ability to detect and fire at other tanks. This reveals anEskil Abrahamsen Blomfeldt2009-05-062-4/+92
* Avoid passage where the walls meet the edge of the scene rect.Eskil Abrahamsen Blomfeldt2009-05-061-5/+6
* get rid of marginKent Hansen2009-05-051-1/+2
* add event as argument to onEntry(), onExit() and onTransition()Kent Hansen2009-05-058-16/+16
* Add randomness.Eskil Abrahamsen Blomfeldt2009-05-051-2/+2
* Make sure target state is set correctly. Also make sure eventTest() actuallyEskil Abrahamsen Blomfeldt2009-05-051-5/+8
* Set collidedLine for the implicit walls around the scene to allow for collisionEskil Abrahamsen Blomfeldt2009-05-051-4/+21
* Make sure the correct position/direction is actually set at the end of aEskil Abrahamsen Blomfeldt2009-05-051-10/+16
* Fix support reverse actions. Logic was broken and would always return falseEskil Abrahamsen Blomfeldt2009-05-051-2/+2
* Add unfinished "more advanced" AI for errorstate.Eskil Abrahamsen Blomfeldt2009-04-306-5/+184
* Make design better. Remove the Tank interface. This is now an implicit interfaceEskil Abrahamsen Blomfeldt2009-04-3016-86/+65
* Add two AIs: They are both designed to do the same. Spin until they see a tankEskil Abrahamsen Blomfeldt2009-04-3014-26/+262
* Compile against new QState::ChildMode API.Eskil Abrahamsen Blomfeldt2009-04-291-1/+1
* Kill gameOver signal as it was only used when you clicked the stop actionEskil Abrahamsen Blomfeldt2009-04-292-9/+6
* replace QState::Type with QState::childMode propertyKent Hansen2009-04-292-2/+2
* Adapt to recent API changes and bug fixes.Eskil Abrahamsen Blomfeldt2009-04-291-2/+6
* make history state constructibleKent Hansen2009-04-291-1/+1
* say hello (again) to QAbstract{State,Transition}::machine()Kent Hansen2009-04-292-37/+18
* Work around an oddity in parallel states that causes all regions to exitEskil Abrahamsen Blomfeldt2009-04-281-4/+4
* Some updates to the errorstate example.Eskil Abrahamsen Blomfeldt2009-04-2812-126/+270
* compile after api changesKent Hansen2009-04-282-6/+6
* Really broken plugin for errorState. Don't try to use this yet, it doesn'tEskil Abrahamsen Blomfeldt2009-04-243-0/+115
* Unfinished tank AI game. The idea is that you plug in AIs for the tanks, andEskil Abrahamsen Blomfeldt2009-04-248-0/+619
* kill the stateactions apiKent Hansen2009-04-222-5/+5
* include the right headerKent Hansen2009-04-212-2/+2
* Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-1734-0/+2188