Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 1 | -8/+8 |
| | |||||
* | Clean up docstrings for animation module. | David Thompson | 2013-09-15 | 1 | -9/+9 |
| | |||||
* | Clean up parameters referring to old type name. | David Thompson | 2013-09-15 | 1 | -28/+27 |
| | |||||
* | Add the playing flag back to animator objects. | David Thompson | 2013-09-15 | 1 | -15/+13 |
| | |||||
* | Change animation API. | David Thompson | 2013-09-15 | 1 | -59/+70 |
| | | | | | | | | This should have been broken into more commits, but here we are: Rename <animation-state> to <animator>. Better name, less verbose. Make animators mutable because it makes more sense than when animation-states where immutable. Update sprite module to reflect the animation API changes. | ||||
* | Split sprite module into 3 modules. | David Thompson | 2013-07-22 | 1 | -0/+111 |