aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/effects/null.c
Commit message (Collapse)AuthorAgeFilesLines
* Use inline initialization for effect state factory vtablesChris Robinson2013-10-071-13/+6
|
* Constify the effect parameter of effect gettersChris Robinson2013-10-071-4/+4
|
* Use the UNUSED macro in the effectsChris Robinson2013-10-071-39/+15
|
* Fix up the naming convention of effect methodsChris Robinson2013-05-291-11/+11
|
* Cleanup the ALeffectStateFactory_create methodsChris Robinson2013-05-271-1/+2
| | | | | Get rid of the ALeffectStateFactory_create macro, and use the VCALL_NOARGS helper (requires adding the 'this' factory parameter).
* Use the helper macros in more placesChris Robinson2013-05-261-24/+24
|
* Use a Delete method for deletable objectsChris Robinson2013-05-251-13/+3
|
* Update the Null effect so it can act as a guide to new effectsChris Robinson2013-05-251-11/+100
|
* Use vtables for setting effect propertiesChris Robinson2013-05-241-8/+10
|
* Move the AL_EFFECT_NULL state into a separate fileChris Robinson2013-05-231-0/+104