Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed "../" from file paths | Kelly Rauchenberger | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | Added sound when you hit the ground | Kelly Rauchenberger | 2015-03-14 | 1 | -1/+4 |
| | | | | Also split up components.cpp into files for each class, fixed a bug concerning falling off the screen when you change maps, and converted collision data into doubles. | ||||
* | Removed some unnecessary parameters from methods | Kelly Rauchenberger | 2015-03-14 | 1 | -3/+3 |
| | |||||
* | Added reverb to sound effects | Kelly Rauchenberger | 2015-03-14 | 1 | -1/+1 |
| | | | | Also removed some extraneous parentheses | ||||
* | Removed some unnecessary header transculsions | Kelly Rauchenberger | 2015-03-14 | 1 | -0/+1 |
| | |||||
* | Wrote simple factory to read map and entity data from XML files | Kelly Rauchenberger | 2015-03-14 | 1 | -0/+101 |