Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Remove the Mixin Action classes. They were never meant to be.Vincent Vinet2009-03-051-44/+3
| | | | | | | | | | | | | | | | Hope they don't feel too rejected. Because they are.
| | * | Create servicesVincent Vinet2009-03-052-1/+68
| | | |
| | * | Add a test runner (no need to use it, but its fun!Vincent Vinet2009-03-052-3/+59
| | | | | | | | | | | | | | | | Add OnceWrapper test
| * | | TutoriusV1 : Added a test on state.set_tutorial and renamed the demo tutorialmike2009-03-051-0/+16
| |/ /
| * | TutoriusV1 : Adding basic State tests, cleaned some code bits lyingmike2009-03-042-43/+138
| | | | | | | | | | | | around
| * | TutoriusV1 : Yet another omitted file (actions.py)mike2009-03-021-2/+9
| | |
| * | TutoriusV1 : Adding omitted core.py (git clumsiness, sorry!)mike2009-03-011-71/+171
| |/
| * TutoriusV1 : Modifying the State and FSM classes to fit with the Eventmike2009-02-281-33/+116
| | | | | | | | Filters (ongoing)
| *