Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement yet another low-pass filter | Chris Robinson | 2008-07-25 | 1 | -0/+5 |
| | | | | This one using the Butterworth IIR filter design | ||||
* | Clarify implicit destruction warnings | Chris Robinson | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Implement doppler factor source property | Chris Robinson | 2008-07-15 | 1 | -0/+11 |
| | |||||
* | Don't check the number of objects being deleted with the number currently ↵ | Chris Robinson | 2008-07-11 | 1 | -53/+44 |
| | | | | | | allocated Since apps can validly delete buffer 0, and delete the same source/buffer multiple times in a single call | ||||
* | Clean a couple debug messages | Chris Robinson | 2008-01-19 | 1 | -1/+1 |
| | |||||
* | Remove duplicated source freeing code | Chris Robinson | 2008-01-18 | 1 | -0/+1 |
| | |||||
* | Release effect slots when deleting sources | Chris Robinson | 2008-01-17 | 1 | -1/+8 |
| | |||||
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
| | |||||
* | Don't include alAuxEffectSlot.h in alSource.h | Chris Robinson | 2008-01-16 | 1 | -0/+1 |
| | |||||
* | Fix debug comments | Chris Robinson | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | Make sure sources are deleted with the context | Chris Robinson | 2008-01-16 | 1 | -0/+20 |
| | |||||
* | Keep track of references to effect slots, so they aren't deleted while in use | Chris Robinson | 2008-01-16 | 1 | -0/+6 |
| | |||||
* | Store a reference to the effect slot in a source's send, not a copy | Chris Robinson | 2008-01-16 | 1 | -7/+1 |
| | |||||
* | Set default room rolloff factor | Chris Robinson | 2008-01-15 | 1 | -0/+1 |
| | |||||
* | Set the default outer cone gainhf | Chris Robinson | 2008-01-15 | 1 | -0/+1 |
| | |||||
* | Fix source and buffer out-of-memory conditions | Chris Robinson | 2008-01-15 | 1 | -12/+12 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -17/+54 |
|\ | |||||
| * | Handle AL_FORMAT_REAR* formats | Chris Robinson | 2007-12-31 | 1 | -0/+18 |
| | | |||||
| * | Check specific formats before general properties | Chris Robinson | 2007-12-31 | 1 | -19/+19 |
| | | |||||
| * | Fix includes so alMain.h doesn't include so much by itself | Chris Robinson | 2007-12-31 | 1 | -0/+2 |
| | | |||||
| * | Implement AL_EXT_FLOAT32 | Chris Robinson | 2007-12-28 | 1 | -0/+9 |
| | | |||||
| * | Don't rely on the exact formats as much for sources | Chris Robinson | 2007-12-28 | 1 | -10/+18 |
| | | |||||
* | | Allow auxiliary effect slot 0 when (un)setting the source auxiliary send | Chris Robinson | 2007-12-18 | 1 | -1/+2 |
| | | |||||
* | | Don't assume only one max send when setting source properties | Chris Robinson | 2007-12-18 | 1 | -1/+1 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER_GAIN_AUTO property | Chris Robinson | 2007-12-18 | 1 | -0/+14 |
| | | |||||
* | | Implement AL_ROOM_ROLLOFF_FACTOR property | Chris Robinson | 2007-12-18 | 1 | -0/+13 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER source property | Chris Robinson | 2007-12-18 | 1 | -0/+31 |
| | | |||||
* | | Implement AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO property | Chris Robinson | 2007-12-18 | 1 | -0/+14 |
| | | |||||
* | | Implement AL_AIR_ABSORPTION_FACTOR source property | Chris Robinson | 2007-12-18 | 1 | -0/+14 |
| | | |||||
* | | Implement AL_CONE_OUTER_GAINHF source property | Chris Robinson | 2007-12-17 | 1 | -0/+13 |
| | | |||||
* | | Implement AL_DIRECT_FILTER_GAINHF_AUTO source property | Chris Robinson | 2007-12-17 | 1 | -0/+15 |
| | | |||||
* | | Implement AL_DIRECT_FILTER source property | Chris Robinson | 2007-12-17 | 1 | -0/+22 |
|/ | | | | Only AL_FILTER_NULL filter types are currently supported, however | ||||
* | Remove more unused variables | Chris Robinson | 2007-12-06 | 1 | -11/+1 |
| | |||||
* | Make some source-local functions static | Chris Robinson | 2007-12-06 | 1 | -8/+8 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+2108 |