summaryrefslogtreecommitdiffstats
path: root/src/Entities/Boat.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-31Changed air drag units to 'interpolated ticks' per secondDevToaster1-1/+1
2015-03-31Modified physics for more vanilla-like behaviorDevToaster1-1/+3
2015-03-20Correct world height validations.Tommy Santerre1-1/+1
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-09-01Added name tagHowaner1-0/+2
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