summaryrefslogtreecommitdiffstats
path: root/src/Entities/Boat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-1/+1
* Add entity invulnerableHowaner2014-04-261-2/+6
* More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-2/+0
* Small improvements to boats.STRWarrior2014-02-241-3/+7
* Fixed a boat ASSERTTiger Wang2014-02-091-2/+8
* Boats drop a boat pickup when destroyed by hand. You can now actualy use boats.STRWarrior2013-12-161-2/+31
* Moved source to srcAlexander Harkness2013-11-241-0/+87