aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/vector.h
Commit message (Expand)AuthorAgeFilesLines
* Recognize NULL as an empty vector/stringChris Robinson2014-04-031-5/+5
* Don't pass the vector's capacity as a parameter to vector_reserveChris Robinson2014-03-311-3/+3
* Add an al_string type and use it for the device listsChris Robinson2014-03-281-1/+6
* Don't have VECTOR_INIT "return" anythingChris Robinson2014-03-271-2/+2
* Increase the vector reserve as needed when pushing in new itemsChris Robinson2014-03-211-4/+4
* Rename the vector's Max field to CapacityChris Robinson2014-03-211-5/+5
* Use vectors for the GenModListChris Robinson2014-03-211-1/+5
* Add a generic vector interface and use it for the active effect slotsChris Robinson2014-03-211-0/+38