aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite openal-infoChris Robinson2010-03-131-191/+223
| | | | | | | | Output is mostly unchanged, however there are differences. Device-specific info (including context-specific info) is separated from NULL-device queries, and there is now a distinction between ALC versions of the NULL device and the opened device. Additionally, an alternate playback device can be queried by specifying its name as the first parameter.
* Print available devices before trying to open oneChris Robinson2009-11-191-14/+12
|
* Watch for NULL and empty device listsChris Robinson2009-11-191-3/+4
|
* Display supported filters using a comma-separated listingChris Robinson2009-11-191-45/+42
|
* Be clearer if device opening or context setup failsChris Robinson2009-11-191-10/+20
|
* Rename Standard Reverb to ReverbChris Robinson2009-04-131-1/+1
|
* Fix function pointer declarationsChris Robinson2008-09-161-6/+6
|
* Fix typo to get the proper minor ALC versionChris Robinson2008-09-121-1/+1
|
* Print EFX info when the extension is availableChris Robinson2008-09-121-0/+123
|
* Add addiitonal copyright lineChris Robinson2008-05-181-0/+1
|
* Add a simple example that prints out some OpenAL infoChris Robinson2008-05-181-0/+170