aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* Adding gettingStarted docs and improving XmlConfiguration docs.Gravatar rcoh2011-02-17
|
* Added Getting Started documentation.Gravatar Andrew Chen2011-02-17
|
* remove email address.Gravatar rcoh2011-02-16
|
* Adding XML DocsGravatar rcoh2011-02-16
|
* Adding images to the Behaviors DocsGravatar rcoh2011-02-15
|
* Added documentation to repo in docs folder.Gravatar rcoh2011-02-15
|
* Merge branch 'master' into behaviorsGravatar Russell Cohen2011-01-12
| | | | | Conflicts: LightInstallation.py
* Some performance improvements. Faster evaluation of range-based queries withGravatar Russell2011-01-10
| | | | | lambda expressions. Faster exp with approximated fastexp. Some changes to the component registry.
* Making recursive behaviors work. Some bugs existed before. Adding runningGravatar Russell Cohen2010-11-29
| | | | behavior which makes a signal bounce back and forth.
* Added BehaviorChain to support chains of behaviors. Added FollowMouseGravatar Russell Cohen2010-11-25
| | | | | | parameter to PygameInput to support following of mice. Added component registry to Util which allows any component to access any other component. Some changes to the structure of LightInstallation.
* Refactoring complete! Made modules/packages as appropriate. Finally.Gravatar Russell Cohen2010-11-24