summaryrefslogtreecommitdiffstats
path: root/demos/declarative/snake
Commit message (Collapse)AuthorAgeFilesLines
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-025-13/+13
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* Recfactor in declarative snake demoLeonardo Sobral Cunha2010-02-251-2/+2
| | | | | Avoid having 2 'states' that have 'when' conditions that can be 'true' at the same time.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-2/+2
|
* Follow naming conventions (pass examples test)Warwick Allison2010-01-1123-5/+6
|
* reenable particles effect for the cookiemae2009-11-262-1/+1
|
* added a snake demomae2009-11-2522-0/+1019