Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recognize NULL as an empty vector/string | Chris Robinson | 2014-04-03 | 1 | -5/+5 |
* | Don't pass the vector's capacity as a parameter to vector_reserve | Chris Robinson | 2014-03-31 | 1 | -3/+3 |
* | Add an al_string type and use it for the device lists | Chris Robinson | 2014-03-28 | 1 | -1/+6 |
* | Don't have VECTOR_INIT "return" anything | Chris Robinson | 2014-03-27 | 1 | -2/+2 |
* | Increase the vector reserve as needed when pushing in new items | Chris Robinson | 2014-03-21 | 1 | -4/+4 |
* | Rename the vector's Max field to Capacity | Chris Robinson | 2014-03-21 | 1 | -5/+5 |
* | Use vectors for the GenModList | Chris Robinson | 2014-03-21 | 1 | -1/+5 |
* | Add a generic vector interface and use it for the active effect slots | Chris Robinson | 2014-03-21 | 1 | -0/+38 |