aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
AgeCommit message (Collapse)Author
2009-06-01Fall back to 'aplay' if the mixer callback doesn't get called, or if SDL ↵aplay-fallbackThomas White
audio can't initialise
2009-03-16Whitespace, copyright, email addresses, changelogThomas White
This fixes whitespace errors, updates copyright messages to include 2009, updates the email addresses and web addresses to the new site, and adds a missing changelog entry for version 0.3.
2008-12-18Disable Freerunner accelerometer threshold while runningThomas White
This sets the accelerometer threshold value to zero, making the cow much more responsive. It gets reset to its original value afterwards, but only if it hasn't changed from zero meanwhile. Signed-off-by: Thomas White <taw27@cam.ac.uk>
2008-11-28Add copyright attributionsThomas White
2008-11-28Move moo-detection into accel driverJoachim Breitner
Slight refactorization: The decision, whether a moo should happen, is moved to the driver-specific code (because it knows best what kind of device to expect). A member “state” is added to the accel struct which can be used to implement a state machine inside the driver (as was done before with pos).
2008-11-27Support for thinkpad HDAPSJoachim Breitner
2008-11-24Remove aplay fallback stuffThomas White
Attempt to re-open audio if it didn't work before
2008-11-23Attempt to use non-blocking I/O for accelerometersThomas White
2008-11-23Make it easier to add other accelerometer typesThomas White
2008-11-23Trigger moo when image is clickedThomas White
2008-11-23More tidying upThomas White
2008-11-23Initial cleanup - remove "physics"Thomas White
2008-10-14Initial importopenmoocow-0.1Thomas White