summaryrefslogtreecommitdiffstats
path: root/src/Entities/Boat.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-04-26Add entity invulnerableHowaner1-2/+6
2014-03-25More 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 Barney1-2/+0
2014-02-24Small improvements to boats.STRWarrior1-3/+7
2014-02-09Fixed a boat ASSERTTiger Wang1-2/+8
2013-12-16Boats drop a boat pickup when destroyed by hand. You can now actualy use boats.STRWarrior1-2/+31
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-09-08Fixed a bunch of stuffTiger Wang1-3/+3
2013-09-08Initial boat supportTiger Wang1-0/+84