aboutsummaryrefslogtreecommitdiff
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-06-01New sound effect, licenced under CC-BY 3.0Thomas White
Also bump the version number, update build.sh, etc
2009-04-14This is OpenMooCow 0.4openmoocow-0.4Thomas White
2009-03-28Add proper categories to openmoocow.desktopThomas White
2009-03-28Add "+git" to version numberThomas White
2009-03-27Handle the latest changes to the Openmoko kernelThomas White
2009-03-24Add a forgotten check for failure to open the accel threshold fileThomas White
2009-03-16Linewrap, brackets etcThomas White
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.
2009-03-16DebuggingThomas White
2008-12-19Openmoko 2.6.28 kernel readinessopenmoocow-0.3Thomas White
This makes the accelerometer threshold-setting code check the new (2.6.28+) kernel sysfs paths for the threshold values, as well as the old versions. Signed-off-by: Thomas White <taw27@cam.ac.uk>
2008-12-19Bump version numberThomas White
Bump version number to 0.3 Signed-off-by: Thomas White <taw27@cam.ac.uk>
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-12-10New cow pictureThomas White
2008-12-01Merge branch 'hdaps'Thomas White
2008-11-29Fix packaging so it installs on Om2008.9openmoocow-0.2-r2Thomas White
2008-11-28Restore select() usage for Freerunner accelerometersThomas White
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-26Use select() instead of O_NONBLOCKopenmoocow-0.2Thomas White
2008-11-26More dependencies...Thomas White
2008-11-26Do the dependencies properlyThomas White
2008-11-25Depend on gtk+ and libgthreadThomas White
2008-11-24Comment clarificationThomas White
2008-11-24Much cleaner exitThomas White
2008-11-24Be less of a muppetThomas White
2008-11-24Remove src/moosynth.cThomas White
2008-11-24Make the accel thread belong to "main", join it on exitThomas White
2008-11-24audio.c: build fixesThomas White
2008-11-24Remove moosynth stuff from src/Makefile.amThomas White
2008-11-24Small audio fixesThomas White
2008-11-24Remove aplay fallback stuffThomas White
Attempt to re-open audio if it didn't work before
2008-11-24Record the AudioContext pointer a little earlierThomas White
2008-11-23Add ChangeLogThomas White
2008-11-23Fix tarballThomas White
2008-11-23Remove unnecessary #includesThomas White
2008-11-23Attempt to use non-blocking I/O for accelerometersThomas White
2008-11-23Update build.shThomas White
2008-11-23Make it easier to add other accelerometer typesThomas White
2008-11-23Bump version to 0.2Thomas White
2008-11-23Merge branch 'audio-thread'Thomas White
2008-11-23Make .opk file depend on SDLThomas 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